Changeset 14773


Ignore:
Timestamp:
01/14/13 06:43:55 (12 years ago)
Author:
neise
Message:
edited Shutdown to actually do something
File:
1 edited

Legend:

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

    r14772 r14773  
    503503{
    504504    /**** dummy ****/
    505     console.out("  => [SHUTDOWN] called.");
     505    //console.out("  => [SHUTDOWN] called.");
     506    console.out("Shutdown: start");
     507    service_feedback.voltageOff();
     508    CloseLid();
     509    dim.send("DRIVE_CONTROL/PARK");
     510    dim.wait("DRIVE_CONTROL", "Moving", 3000);
     511    dim.wait("DRIVE_CONTROL", "Armed", 120000);
     512    console.out("Shutdown: end");
    506513}
    507514
Note: See TracChangeset for help on using the changeset viewer.