source: trunk/FACT++/scripts/doTrackPosition.js@ 19161

Last change on this file since 19161 was 17399, checked in by tbretz, 11 years ago
Check (and wait a short time) whether server is online.
File size: 209 bytes
Line 
1var ra = $['ra'];
2var dec = $['dec'];
3
4console.out("Start tracking at ra="+ra+"h, dec="+dec+"deg");
5
6include("scripts/CheckStates.js");
7
8checkSend(["DRIVE_CONTROL"]);
9dim.send("DRIVE_CONTROL/TRACK", ra, dec);
Note: See TracBrowser for help on using the repository browser.