Changeset 15030


Ignore:
Timestamp:
03/11/13 22:33:59 (12 years ago)
Author:
tbretz
Message:
Also reset the rate control state after the single-pe run.
File:
1 edited

Legend:

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

    r15026 r15030  
    354354    {
    355355        console.out("  Voltage on: switch on");
    356         console.out(JSON.stringify(dim.state("BIAS_CONTROL")));
     356        // console.out(JSON.stringify(dim.state("BIAS_CONTROL")));
    357357
    358358        dim.send("BIAS_CONTROL/SET_GLOBAL_DAC", 1);
     
    622622
    623623        service_feedback.voltageOff();
     624
     625        dim.send("RATE_CONTROL/STOP"); // get out of GlobalThresholdSet
     626        dim.wait("RATE_CONTROL", "Connected", 3000);
    624627
    625628        console.out("  Waiting for first scheduled observation.","");
Note: See TracChangeset for help on using the changeset viewer.