10-82Support Software
Project Autoloader
Trio Motion Technology
Script File
The autoloader program uses a script file AutoLoader.tas as a source of com-
mands. These commands are executed in order until all commands have been
processed or an error has occurred.
If any command fails the exececution terminates without completing the scripted
command sequence.
Sample Script
' Test Script
' **************
' Startup Message
# ***
# This autoloader was set up by TRIO to load a test project
# onto a controller of fixed type.
# ***
COMMLINK COM1:9600,7,e,2
CHECKTYPE 206
CHECKVERSION > 1.45
CHECKUNLOCKED
LOADPROJECT LoaderTest
LOADTABLE tbl_1.lst
CHECKPROJECT LoaderTest
LOADPROGRAM flashop.bas
LOADPROGRAM clrtable.bas
LOADPROGRAM settable.bas
EPROM
SETRUNFROMEPROM @
For this script to work correctly the LoaderFiles directory must contain a project
directory LoaderTest, a table file tbl_1.lst and three program files: flashop.bas,
clrtable.bas and settable.bas.