Ignore:
Timestamp:
06/10/13 11:57:12 (11 years ago)
Author:
tbretz
Message:
Improved the output whenever a command is sent.
File:
1 edited

Legend:

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

    r14968 r16787  
    2121
    2222    case "VoltageOff":
    23         console.out("Agilent in VoltageOff... switching agilent output on.");
     23        console.out("Agilent in 'VoltageOff'... sending SET_POWER ON... waiting for 'VoltageOn'.");
    2424        dim.send("AGILENT_CONTROL/SET_POWER", true);
    2525        return "VoltageOn";
     
    2929
    3030    case "VoltageHigh":
    31         throw new Error("Agilent reports voltage above limit... please check.");
     31        throw new Error("Agilent reports voltage above limit ('VoltageHigh')... please check.");
    3232    }
    3333
Note: See TracChangeset for help on using the changeset viewer.