Changeset 17537 for trunk


Ignore:
Timestamp:
01/28/14 10:35:29 (11 years ago)
Author:
tbretz
Message:
Added Locked state to the list of handled states.
File:
1 edited

Legend:

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

    r16857 r17537  
    2121    case "Ramping":
    2222        return wait_state;
     23
     24    case "Locked":
     25        console.out("WARNING - Bias is LOCKED. Please report, this is serious, unlock manually and go on.");
     26        return "";
    2327
    2428    // Do-something conditions
Note: See TracChangeset for help on using the changeset viewer.