Changeset 18229 for branches/FACT++_scripts_refactoring
- Timestamp:
- 06/18/15 12:19:45 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/FACT++_scripts_refactoring/Startup.js
r18218 r18229 1 1 'use strict'; 2 2 3 include("scripts/CheckFTU.js"); 4 include("scripts/CheckUnderflow.js"); 3 5 // To de done: 4 6 // - CheckLID status (should be open or closed) … … 114 116 // Now we check the FTU connection 115 117 // ----------------------------------------------------------------- 116 117 /* 118 include("scripts/handleFtuCheck.js"); 119 120 loop = new Handler("FtuCheck"); 121 loop.ftuList = new Subscription("FTM_CONTROL/FTU_LIST"); 122 loop.add(handleFtuCheck); 123 loop.run(); 124 loop.ftuList.close(); 125 126 dim.log("All FTUs are enabled and without error."); 127 */ 128 129 console.out("Checking FTU: start"); 130 include("scripts/CheckFTU.js"); 131 console.out("Checking FTU: done"); 132 console.out(""); 118 CheckFTU.checkFTU(); 119 133 120 134 121 // ----------------------------------------------------------------- … … 178 165 // (This is necessary after each power cycle) 179 166 // ---------------------------------------------------------------- 180 181 include('scripts/CheckUnderflow.js'); 167 CheckUnderflow.checkUnderflow(); 182 168 183 169 // Now it is time to check the connection of the FADs
Note:
See TracChangeset
for help on using the changeset viewer.