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 10 sec for drive to calm down and tracking beeing stable
|
---|
18 | .w 10000
|
---|
Note:
See
TracBrowser
for help on using the repository browser.