- Timestamp:
- 06/02/13 11:31:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/takeRun.js
r16447 r16570 87 87 88 88 console.out(" ...waiting for 1s"); 89 90 // Wait for one second to bridge possible pending connects 89 91 v8.sleep(1000); 92 90 93 console.out(" ...checking connection"); 94 95 // Wait for FAD_CONTROL to realize that all boards are connected 96 // FIXME: Wait for '40' boards being connected instead 91 97 dim.wait("FAD_CONTROL", "Connected", 3000); 98 99 // Wait also for MCP to have all boards connected again 100 dim.wait("MCP", "Idle", 3000); 92 101 console.out(""); 93 102 } … … 217 226 console.out(" - FTM_CONTROL: "+dim.state("FTM_CONTROL").name); 218 227 219 dim.wait("MCP", "Idle", 3000); 220 dim.wait("FTM_CONTROL", "Idle", 3000); 221 222 // Necessary to allow the disconnect, reconnect 223 dim.send("FAD_CONTROL/CLOSE_OPEN_FILES"); 228 dim.wait("FTM_CONTROL", "Idle", 3000); 224 229 dim.wait("FAD_CONTROL", "Connected", 3000); 230 dim.wait("MCP", "Idle", 3000); 225 231 226 232 var list = [];
Note:
See TracChangeset
for help on using the changeset viewer.