- Timestamp:
- 06/10/13 12:02:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/handleFadConnected.js
r16533 r16795 17 17 18 18 case "Disconnected": 19 console.out("Fadctrl in Diconnected... connect.");19 console.out("Fadctrl in 'Diconnected'... sending START... waiting for 'Connected'."); 20 20 dim.send("FAD_CONTROL/START"); 21 21 return "Connected"; … … 28 28 case "Configuring1": 29 29 case "Configuring2": 30 case "Configuring3": 30 31 case "Configured": 31 console.out("Fadctrl in Configure state... reset.");32 console.out("Fadctrl in Configure state... sending RESET_CONFIGURE... waiting for 'Connected'."); 32 33 dim.send("FAD_CONTROL/RESET_CONFIGURE"); 33 34 return "Connected"; 34 35 35 36 case "Disengaged": 36 console.out("Fadctrl in Disengaged... connecting.");37 console.out("Fadctrl in 'Disengaged'... sending START... waiting for 'Connected'."); 37 38 dim.send("FAD_CONTROL/START"); 38 39 return "Connected"; 39 40 40 41 case "RunInProgress": 41 console.out(" RunInProgress detected... closing.");42 console.out("Fadctrl in 'RunInProgress'... sending CLOSE_OPEN_FILES... waiting for 'Connected'."); 42 43 dim.send("FAD_CONTROL/CLOSE_OPEN_FILES"); 43 44 return "Connected";
Note:
See TracChangeset
for help on using the changeset viewer.