8-122Trio BASIC Commands
System Parameters and Commands
Trio Motion Technology
TRON
Type:
System Command
Description:
The trace on command suspends a programs execution at the current line. The pro-
gram can then be single stepped, executing one line at a time, using the
STEPLINE
command.
Note:
Program execution may be restarted without single stepping using
TROFF
.
The trace mode may be halted by issuing a
STOP
or
HALT
command.
Motion Perfect highlights lines containing
TRON
in its editor and debugger.
Example:
TRON
MOVE(0,10)
MOVE(10,0)
TROFF
MOVE(0,-10)
MOVE(-10,0)
TSIZE
Type:
System Parameter
Description:
Returns one more than the highest currently defined table value.
Example:
>>TABLE(1000,3400)
>>PRINT TSIZE
1001.0000
Note:
TSIZE
can be reset using
>>DEL “TABLE”
UNLOCK
Type:
System Command
Syntax:
UNLOCK(code)
Description:
Enables full access to a Motion Coordinator which has a security lock code applied
via the
LOCK()
command.