Last change
on this file since 13348 was 13348, checked in by Jens Buss, 13 years ago |
switched to new commenting commands
|
File size:
296 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
|
---|
10 | > ...waiting for tracking being stable
|
---|
11 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.