source:
branches/FACT++_lidctrl_usb/scripts/doTrackWobble.js
Last change on this file was 17399, checked in by , 11 years ago | |
---|---|
File size: 261 bytes |
Line | |
---|---|
1 | var wobble = $['wobble']=='true' ? 2 : 1; |
2 | var source = $['source']; |
3 | |
4 | console.out("Start tracking wobble position "+wobble+" of "+source); |
5 | |
6 | include("scripts/CheckStates.js"); |
7 | |
8 | checkSend(["DRIVE_CONTROL"]); |
9 | dim.send("DRIVE_CONTROL/TRACK_WOBBLE", wobble, source); |
Note:
See TracBrowser
for help on using the repository browser.