source:
trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/WaitForTracking@
13352
Last change on this file since 13352 was 13352, checked in by , 13 years ago | |
---|---|
File size: 279 bytes |
Line | |
---|---|
1 | # Wait for drivectrl to reply that its tracking the given source |
2 | |
3 | # DRIVE: Moving |
4 | .s DRIVE_CONTROL 6 |
5 | > ...moving |
6 | |
7 | # DRIVE: TRACKING |
8 | .s DRIVE_CONTROL 7 |
9 | > ...tracking requested wobble position |
10 | |
11 | > ...waiting 30 sec for drive to calm down and tracking beeing stable |
12 | .w 30000 |
13 | > |
14 | |
15 | |
16 |
Note:
See TracBrowser
for help on using the repository browser.