Changeset 15030
- Timestamp:
- 03/11/13 22:33:59 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/Main.js
r15026 r15030 354 354 { 355 355 console.out(" Voltage on: switch on"); 356 356 // console.out(JSON.stringify(dim.state("BIAS_CONTROL"))); 357 357 358 358 dim.send("BIAS_CONTROL/SET_GLOBAL_DAC", 1); … … 622 622 623 623 service_feedback.voltageOff(); 624 625 dim.send("RATE_CONTROL/STOP"); // get out of GlobalThresholdSet 626 dim.wait("RATE_CONTROL", "Connected", 3000); 624 627 625 628 console.out(" Waiting for first scheduled observation.","");
Note:
See TracChangeset
for help on using the changeset viewer.