# Wait for drivectrl to repley that its tracking the given source

.s DRIVE_CONTROL 6 # DRIVE: Moving
# ...moving
.s DRIVE_CONTROL 7 # DRIVE: TRACKING
# ...tracking above written wobble position
# ...waiting 30 sec for drive to calm down
.! echo
.w 30000 #DRIVE: waiting for tracking being stable

