source: trunk/FACT++/scripts/doTrackWobble.js@ 17398

Last change on this file since 17398 was 17391, checked in by tbretz, 12 years ago
Script for smartfact web interface.
File size: 195 bytes
Line 
1var wobble = $['wobble']=='true' ? 2 : 1;
2var source = $['source'];
3
4console.out("Start tracking wobble position "+wobble+" of "+source);
5
6dim.send("DRIVE_CONTROL/TRACK_WOBBLE", wobble, source);
Note: See TracBrowser for help on using the repository browser.