source: trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/WaitForTracking@ 13273

Last change on this file since 13273 was 13273, checked in by Jens Buss, 13 years ago
exchanged <echo> output command against <#> output
File size: 298 bytes
Line 
1# Wait for drivectrl to repley that its tracking the given source
2
3.s DRIVE_CONTROL 6 # DRIVE: Moving
4# ...moving
5.s DRIVE_CONTROL 7 # DRIVE: TRACKING
6# ...tracking above written wobble position
7# ...waiting 30 sec for drive to calm down
8.! echo
9.w 30000 #DRIVE: waiting for tracking being stable
10
Note: See TracBrowser for help on using the repository browser.