Skip to content
Snippets Groups Projects
Commit 8f13b51b authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
Browse files

Change of pa NUM_CYCLES_GRACE_PERIOD parameter to 2

parent 88eaa047
No related branches found
No related tags found
2 merge requests!637Merge branch 'branch-5.1' into master,!627Adding new LIGO DAC to the RCG/RTS
......@@ -39,7 +39,7 @@
// The IOP will still report an error when any sample is missed, and a
// sticky DAC error will be set, this just controls how many cycles we
// should wait until we set the DAC chan output to 0.0
#define NUM_CYCLES_GRACE_PERIOD 160000
#define NUM_CYCLES_GRACE_PERIOD 2
static double last_dac_out_cache[MAX_IO_MODULES][MAX_DAC_CHN_PER_MOD];
static double last_tx_was_good[MAX_IO_MODULES][MAX_DAC_CHN_PER_MOD] = {{0,},{0,},};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment