ENC-3300-DTMF
The resulting programming file is a standard text file which can also be edited using a program such
as Microsoft Notepad. The file must not contain any formatting options such as Bold, Italic or others.
The .GP3 programming file on the SD card contains the command
SYS,PGMUPLOAD=1;
to instruct
the encoder to use the programming information from the card. If the command is missing or
SYS,PGMUPLOAD=0;
then the encoder will not upload the information 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. See
PGMUPLOAD on page 34 for additional information.
An example filename
FILEA01.GP3
Filename Length
File names are DOS 8.3 style. The filename prefix before the period cannot be greater than eight
characters and the suffix after the period cannot be greater than three characters.
Example
CUST-ONE.GP3
This name is fine.
CITYWV.GP3
This name is fine.
CUST-TOO-LONG-OF-A-NAME.GP3
This name is too long.
Comments
Comments in the file are preceded by two forward slashes without any space between them.
Anything after the comment symbols is ignored until the next line.
// This is a comment that will be ignored
// BUTTON3,ENABLED=1; This command will not be processed since its preceded by comment.
BUTTON3,ENABLED=1;
// The command will be processed since the // is after the command.
Genave/NRC,Inc. 9000-0000-086 rev 4
Pg. 23