Script Run Problem

I use the servo motor control card with microcontroller. How can I run with a serial port scirpt codes.

Stop Script
Restart Script at Subroutine
Get Script Status

not script run code

Please help

Hello.

You can start the script on your Maestro Servo Controller with the “Restart Script at Subroutine” at subroutine serial command. If you just want to start your script at the beginning, then you can add the line “sub begin” at the top of your program and then send a serial command to restart the script at subroutine #0.

–David