Changeset 16384 for trunk/FACT++
- Timestamp:
- 05/28/13 13:52:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/Startup.js
r16075 r16384 178 178 if ((dim.state("PWR_CONTROL").index&16)==0) 179 179 { 180 console.out("Drive on");180 console.out("Drive cabinet not power... Switching on."); 181 181 dim.send("PWR_CONTROL/TOGGLE_DRIVE"); 182 v8.timeout(5000, function() { if (dim.state("PWR_CONTROL").index&16) return true; }); 182 183 } 183 184
Note:
See TracChangeset
for help on using the changeset viewer.