Changeset 16993 for trunk/FACT++/scripts


Ignore:
Timestamp:
08/06/13 09:30:17 (11 years ago)
Author:
tbretz
Message:
We are not waiting for Idle anymore but Valid instead.
File:
1 edited

Legend:

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

    r16883 r16993  
    1717    {
    1818    case "Disconnected":
    19         console.out("Ftmctrl in 'Disconnected'... sending RECONNECT... waiting for 'Idle'.");
     19        console.out("Ftmctrl in 'Disconnected'... sending RECONNECT... waiting for 'Valid'.");
    2020        dim.send("FTM_CONTROL/RECONNECT");
    2121        return "Valid";
     
    3131
    3232    case "TriggerOn":
    33         console.out("Ftmctrl in 'TriggerOn'... sending STOP_TRIGGER... waiting for 'Idle'.");
     33        console.out("Ftmctrl in 'TriggerOn'... sending STOP_TRIGGER... waiting for 'Valid'.");
    3434        dim.send("FTM_CONTROL/STOP_TRIGGER");
    3535        return "Valid";
     
    3838    case "Configuring2":
    3939    case "Configured1":
    40         console.out("Ftmctrl in '"+state.name+"'... sending RESET_CONFIGURE... waiting for 'Idle'.");
     40        console.out("Ftmctrl in '"+state.name+"'... sending RESET_CONFIGURE... waiting for 'Valid'.");
    4141        dim.send("FTM_CONTROL/RESET_CONFIGURE");
    4242        return "Valid";
Note: See TracChangeset for help on using the changeset viewer.