Changeset 17638
- Timestamp:
- 03/31/14 16:13:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/Main.js
r17538 r17638 271 271 272 272 dim.wait("BIAS_CONTROL", "VoltageOff", 60000); // FIXME: 30000? 273 dim.wait("FEEDBACK", "Calibrated", 3000); 273 274 274 275 // FEEDBACK stays in CurrentCtrl when Voltage is off but output enabled … … 450 451 console.out(" "+new Date().toUTCString()); 451 452 console.out(" Telescope at Zd=%.1fdeg Az=%.1fdeg".$(report.obj['Zd'], report.obj['Az'])); 452 console.out(" Please make surethe park position was reached");453 console.out(" Please check on the web cam that the park position was reached"); 453 454 console.out(" and the telescope is not moving anymore."); 454 console.out(" Please check that the lid is closed and the voltage switched off.", ""); 455 console.out(" Please check visually that the lid is really closed and"); 456 console.out(" that the biasctrl really switched the voltage off.", ""); 455 457 console.out(" DRIVE_CONTROL: "+dim.state("DRIVE_CONTROL").name); 456 458 console.out(" FEEDBACK: "+dim.state("FEEDBACK").name); … … 979 981 while (!irq && !takeRun("single-pe", 10000)); 980 982 981 for (var i=5; i<18 ; i++)983 for (var i=5; i<18 && !irq; i++) 982 984 { 983 985 dim.send("FEEDBACK/STOP");
Note:
See TracChangeset
for help on using the changeset viewer.