Installation guide

196 Programming Commands
RUN Miscellaneous Command
ACTION: Runs the loaded project or specified task number.
COMMAND SYNTAX: RUN cr
REMARKS: RUN starts execution of all loaded tasks from their respective
beginnings.
SNVR Miscellaneous Command
ACTION: Sets the default value for the designated NVR elements.
COMMAND SYNTAX: SNVR(start, end)=value cr lf
REMARKS: start is the starting element number in NVR. The range is 1-2048.
end is the ending element in NVR. The range start-2048.
The value is stored from the starting element to the ending element.
A hardware option is available that allows up to 32720 variables to be
saved.
EXAMPLES: SNVR(1,2000)=0
Sets NVR(1-2000) to 0
SNVR(10,100)=-1
Sets NVR(10-100) to -1
SNVR(1000,1200)=0xff
Sets NVR(100,1200) to 255.