13
SV203
- Commands Descriptions
Dn
Delay/Pause in milliseconds (ms)
Delay commands may be added to the string to pause between
movements:
SV1 M20 D1000 M100 <enter>
servo #1 will move to position 20. There is a one-second (1000 ms)
pause, and then servo #1 will move to position 100.
Caution: When using the Delay command, the board will not
receive input from the serial port during the delay state. The host
computer that is talking to the board has to wait at least the same
amount of time before another command string can be sent. Any
commands sent during the delay will be ignored.