
PT-Basic Programming Manual Ver. 1.00 39/143
3.6 System commands
To set auto power off timer.
N% is an integer variable in the range from 30 to 65535,
indicating a specified period of time in units of 1 second. If
the time interval is set to zero, this function will be disabled.
To get the serial number of the terminal.
PRINT “S/N:” + DEVICE_ID$
A$ is a string variable to be assigned to the result. That is a
string of the target terminal serial number to be returned.
To get the model name of the target terminal.
PRINT “Model Name:”+GET_TARGET_MACHINE$
A$ is a string variable to be assigned to the result. That is a
string of the model name of the target terminal to be returned.
Comentarios a estos manuales