ENC-3300-DTMF
SYS – System
FILENAME
Maximum 32 character string to identify the program name.
The FILENAME is changed by uploading a new program.
It can also be changed manually. Manual changes must be enclosed in double quotes.
SYS,FILENAME=”MYPGM.GP3”;
UNITID
Maximum 32 character string to identify the location or purpose of the unit.
Changes must be enclosed in double quotes.
SYS,UNITID=”Watertower at 905 West”;
UNITID string does not need to be unique.
BKLIGHT
Time in seconds for the LCD back light to remain on after last button press or action.
Values are 0 to 65535.
SYS,BKLIGHT=60;
// remains on for 60 seconds
SYS,BKLIGHT=65535;
// 65535 is special value, back light does not turn off.
WELCOME1
Text to show on top line of LCD when the unit is in idle state.
Sixteen characters maximum.
Changes must be enclosed in double quotes
SYS,WELCOME1=” CUSTOMER NAME ”;
To display the date and time on line 1, use the following
SYS,WELCOME1=”__DATETIME__”;
Note that there are two underscore characters before and after the word DATETIME.
Genave/NRC,Inc. 9000-0000-086 rev 4
Pg. 33