Changeset 15296
- Timestamp:
- 04/10/13 11:56:51 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/CheckFTU.js
r15052 r15296 17 17 console.out("Problems in the FTU communication found."); 18 18 console.out("Send command to disable all FTUs."); 19 console.out(" => Power cycleneeded.");19 console.out(" => Crate reset needed."); 20 20 21 dim.send("FTM_CONT OL/ENABLE_FTU", -1, false);21 dim.send("FTM_CONTROL/ENABLE_FTU", -1, false); 22 22 throw new Error("CrateReset[FTU]"); 23 23 }
Note:
See TracChangeset
for help on using the changeset viewer.