Changeset 17921
- Timestamp:
- 07/22/14 13:44:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/crateReset.js
r17168 r17921 45 45 // No data taking should be in progress 46 46 // Trigger must be switched off 47 48 47 checkSend(["MCP", "FAD_CONTROL", "FTM_CONTROL" ]); 49 48 … … 65 64 [ "FAD_CONTROL", [ "Disengaged", "Disconnected", "Connecting", "Connected" ] ], 66 65 ]; 67 if (!checkStates(table ))66 if (!checkStates(table, 3000, true)) 68 67 throw new Error("Either MCP, FTM_CONTROL or FAD_CONTROL not in a state in which it ought to be."); 69 68
Note:
See TracChangeset
for help on using the changeset viewer.