Last change
on this file since 14336 was 14331, checked in by Jens Buss, 13 years ago |
changed wait states to new state ID of FACT++.upgrade
|
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 7
|
---|
10 | > ...moving
|
---|
11 |
|
---|
12 | # DRIVE: TRACKING
|
---|
13 | > waiting for state tracking
|
---|
14 | .s DRIVE_CONTROL 8
|
---|
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.