source: trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim@ 14342

Last change on this file since 14342 was 14342, checked in by Jens Buss, 12 years ago
optimized output to 40 signs textwidth
File size: 566 bytes
Line 
1#!dimctrl --exec
2
3# ==========================================================================
4# Wait for drivectrl to reply that its tracking the given source
5# ==========================================================================
6
7# DRIVE: Moving
8> ...waiting for DRIVE_CONTROL
9> to be in state 7: Moving
10.s DRIVE_CONTROL 7
11> ...moving
12
13# DRIVE: TRACKING
14> ...waiting for DRIVE_CONTROL
15> to be in state 8: Tracking
16.s DRIVE_CONTROL 8
17> ...tracking requested wobble position
18
19> waiting 10 sec for drive to calm down
20> and tracking beeing stable
21.w 10000
Note: See TracBrowser for help on using the repository browser.