Last change
on this file since 13719 was 13719, checked in by Jens Buss, 13 years ago |
add line for making scritpts executable and renamed all scripts to *.dim
|
File size:
496 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 state moving
|
---|
9 | .s DRIVE_CONTROL 6
|
---|
10 | > ...moving
|
---|
11 |
|
---|
12 | # DRIVE: TRACKING
|
---|
13 | > waiting for state tracking
|
---|
14 | .s DRIVE_CONTROL 7
|
---|
15 | > ...tracking requested wobble position
|
---|
16 |
|
---|
17 | > waiting 30 sec for drive to calm down and tracking beeing stable
|
---|
18 | .w 30000
|
---|
Note:
See
TracBrowser
for help on using the repository browser.