Changeset 15296


Ignore:
Timestamp:
04/10/13 11:56:51 (12 years ago)
Author:
tbretz
Message:
Fixed a typo in a command.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/CheckFTU.js

    r15052 r15296  
    1717        console.out("Problems in the FTU communication found.");
    1818        console.out("Send command to disable all FTUs.");
    19         console.out(" => Power cycle needed.");
     19        console.out(" => Crate reset needed.");
    2020
    21         dim.send("FTM_CONTOL/ENABLE_FTU", -1, false);
     21        dim.send("FTM_CONTROL/ENABLE_FTU", -1, false);
    2222        throw new Error("CrateReset[FTU]");
    2323    }
Note: See TracChangeset for help on using the changeset viewer.