Maestro script control

Hello, I have a 12 channel Maesrto
Is is possible to turn on a script via a serial command? Also, is there a way to read ADC value in the script?
What im trying to do is, on request, allow 6 channels to pick up ADC values and translate it to servo positions for the other 6 channels.
I haven’t seen in the manual that this is possible, but im just hoping that it is.

Thank you

Hello.

For your first question: Yes. Please see the “Restart Script at Subroutine” serial command in the Maestro user’s guide.

For your second question: Yes. You can use the “get_position” script command on a channel that has been configured as an input. It will give you a number between 0 and 1023.

–David