User Manual

MCP Series
Brushed DC Motor Controllers
MCP Series User Manual
181
STOP
Syntax
stop
Description
Stops program execution until a reset occurs. This is an alias to END.
Example
The following example will only run once. The program will only restart if the unit is reset.
value var long
puts 0,[“This program just stops.”,13]
puts 0,[“Press reset to see it again.”,13]
stop