source:
trunk/FACT++/scripts/doTrackWobble.js@
17398
Last change on this file since 17398 was 17391, checked in by , 12 years ago | |
---|---|
File size: 195 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 | dim.send("DRIVE_CONTROL/TRACK_WOBBLE", wobble, source); |
Note:
See TracBrowser
for help on using the repository browser.