Changeset 16993 for trunk/FACT++/scripts
- Timestamp:
- 08/06/13 09:30:17 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/handleFtmIdle.js
r16883 r16993 17 17 { 18 18 case "Disconnected": 19 console.out("Ftmctrl in 'Disconnected'... sending RECONNECT... waiting for ' Idle'.");19 console.out("Ftmctrl in 'Disconnected'... sending RECONNECT... waiting for 'Valid'."); 20 20 dim.send("FTM_CONTROL/RECONNECT"); 21 21 return "Valid"; … … 31 31 32 32 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'."); 34 34 dim.send("FTM_CONTROL/STOP_TRIGGER"); 35 35 return "Valid"; … … 38 38 case "Configuring2": 39 39 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'."); 41 41 dim.send("FTM_CONTROL/RESET_CONFIGURE"); 42 42 return "Valid";
Note:
See TracChangeset
for help on using the changeset viewer.