diff options
author | Mike <mjc@avtechpulse.com> | 2000-01-01 00:01:30 +0900 |
---|---|---|
committer | Mike <mjc@avtechpulse.com> | 2000-01-01 00:01:30 +0900 |
commit | 4ab1f77b0c67214e782dcac64ac6605988d913de (patch) | |
tree | 8cd865f5d637f73e0340e1df082aa35163c5f987 /instr-daemon.c | |
parent | 5e244d168aaeea24a1e9f9316e63e183feaad850 (diff) |
toggle non-voltage-controlled range at startup, because it is more likely to have IL710
Diffstat (limited to 'instr-daemon.c')
-rw-r--r-- | instr-daemon.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index 511547d..c475589 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -275,6 +275,10 @@ int main(int argc, char **argv) Set_Amplitude(0,j,1,0,0,0,0,i,0.0,0); Set_Trig_Source(i,source_hold); + if (globals.Flash.volt_ctrl_pw[i]) { + Set_Use_Vctrl_PW_Range(i,FALSE); + } + // trigger IL710 twice to initialize it Set_Output_State(i,output_on); Set_Trig_Source(i,source_immediate); |