TITAN-SVX Software Manual
page 44
Rev 4.01
A.14.15. Program
TITAN-SVX supports three standalone programs that can run in multi-thread.
Standalone programs need to be written and compiled and downloaded from the
TITAN-SVX windows program. Standalone programs can be stored in the flash
so that the program can be run after the power cycle.
Standalone control command
SAC
can be used to start, stop, pause, continue
any one or all three standalone programs.
SASM
command is used to check the status of the program, whether it is
running, paused, or in error.
Start running all three programs
Command:
@01:SAC=1
Reply:
#01:SAC=1
Stop all three programs
Command:
@01:SAC=2
Reply:
#01:SAC=2
Pause all three programs
Command:
@01:SAC=3
Reply:
#01:SAC=3
Continue all three programs
Command:
@01:SAC=4
Reply:
#01:SAC=4
Start running program 0
Command:
@01:SAC=40
Reply:
#01:SAC=40
Stop running program 0
Command:
@01:SAC=43
Reply:
#01:SAC=43
Notes:
•
When using program commands,
DO NOT USE
multiple
command format using the “;” character.
NOTE:
Use single command format for Standalone program control
.