Changeset 17638


Ignore:
Timestamp:
03/31/14 16:13:28 (11 years ago)
Author:
tbretz
Message:
Allow ir interruption during ovtest, updated shutdown message.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/Main.js

    r17538 r17638  
    271271
    272272    dim.wait("BIAS_CONTROL", "VoltageOff", 60000); // FIXME: 30000?
     273    dim.wait("FEEDBACK",     "Calibrated",  3000);
    273274
    274275    // FEEDBACK stays in CurrentCtrl when Voltage is off but output enabled
     
    450451    console.out("  "+new Date().toUTCString());
    451452    console.out("  Telescope at Zd=%.1fdeg Az=%.1fdeg".$(report.obj['Zd'], report.obj['Az']));
    452     console.out("  Please make sure the park position was reached");
     453    console.out("  Please check on the web cam that the park position was reached");
    453454    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.", "");
    455457    console.out("    DRIVE_CONTROL: "+dim.state("DRIVE_CONTROL").name);
    456458    console.out("    FEEDBACK:      "+dim.state("FEEDBACK").name);
     
    979981        while (!irq && !takeRun("single-pe", 10000));
    980982
    981         for (var i=5; i<18; i++)
     983        for (var i=5; i<18 && !irq; i++)
    982984        {
    983985            dim.send("FEEDBACK/STOP");
Note: See TracChangeset for help on using the changeset viewer.