Changeset 16744
- Timestamp:
- 06/06/13 12:03:36 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/takeRun.js
r16570 r16744 95 95 // Wait for FAD_CONTROL to realize that all boards are connected 96 96 // FIXME: Wait for '40' boards being connected instead 97 dim.wait("FAD_CONTROL", "Connected", 3000); 97 try 98 { 99 dim.wait("FAD_CONTROL", "Connected", 3000); 100 } 101 catch (e) 102 { 103 console.out(""); 104 console.out(" + FAD_CONTROL: "+dim.state("FAD_CONTROL").name); 105 console.out(""); 106 throw e; 107 } 98 108 99 109 // Wait also for MCP to have all boards connected again
Note:
See TracChangeset
for help on using the changeset viewer.