ENC-3300-DTMF
WELCOME2
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,WELCOME2=”www.COMPANY.com”;
To display the date and time on line 1, use the following
SYS,WELCOME2=”__DATETIME__”;
Note that there are two underscore characters before and after the word DATETIME.
LOG
Master command which enables and disables writing to the log on the SD card. If set to zero, no
logging to the SD card will occur. If set to one, the logging status of each button will prevail.
SYS,LOG=0;
or
SYS,LOG=1;
DEBOUNCE
Debounce time in msec for the inputs to debounce.
SYS,DEBOUNCE=250;
(default)
SYS,DEBOUNCE=1000;
Set debounce time to one second.
PGMUPLOAD
Allows or denies a program upload to occur from the SD card to the encoder memory.
PGMUPLOAD is not a stored value in the encoder memory. Instead, its a command placed in the
program located on the SD memory card.
On power-up reset the encoder checks the SD card for a file with the .GP3 suffix. If found it opens the
file and checks for the command
SYS,PGMUPLOAD=1;
. The program is not uploaded to the encoder
if the command is missing or does not exactly match the format.
If the command
SYS,PGMUPLOAD=1;
is located then the program is uploaded to the encoder. After a
file has uploaded,
SYS,PGMUPLOAD=1;
is automatically changed to
SYS,PGMUPLOAD=0; .
This
change prevents the same program from reloading next time the encoder starts.
Genave/NRC,Inc. 9000-0000-086 rev 4
Pg. 34