SPECIAL APPLICATION
400-0384-003 21
Hex characters can be added to the string by
using the % sign in front of the hex number.
Sending %0C will send the hex “0C”, or form
feed character. The three characters making up
the hex number cannot be separated and must
be in the same string. Below are some common
hex numbers:
%5B = ‘ [ ‘ %5D = ' ] '
%7B = ’ { ‘ %7D = ' } '
%3C = ' < '%3E = ' > '
Example:
Program RS memory location 50 with the string
“STANDBY_ON” by sending the command
[WRM50=STANDBY_ON;1]. Using the ‘1’
option, this will overwrite whatever information is
currently in location 50 and save the command
“STANDBY_ON”.
41. [WRLM]
This command assignsa label to a memory
location. This label can help identify the contents
or function of the data stored in the memory
location. The label may be up to eight
characters.
Command Format: [WRLMm=<xxxxxx>Ci]
m= Memory Location (m = # from 1 to 99)
x= Label Name (8 characters max)
Ci = Unit ID (i = # from 1 to 99)
Example:
Add the label “STANDBY” to memory location
50 by sending the command
[WRLM50=<STANDBY>].
42. [RDM]
This command displaysthe data for one or all
memory locations. The data shows the memory
location number, the memory label and then the
contents of the memory location.
Command Format: [RDMmCi]
m= Memory Location (m = 1 to 99, * for all)
Ci = Unit ID (i = # from 1 to 99)
Example:
Read back the contents of all the memory
locations by sending the command [RDM*]. The
feedback will be in the following format:
MEM1/NONE/: ON
MEM2/NONE/: OFF
MEM99/NONE/Memory Empty
43. [RDLM]
This command displaysthe data for one or all
memory location labels.
Command Format: [RDLMmCi]
m= Memory Location (m = 1 to 99, * for all)
Ci = Unit ID (i = # from 1 to 99)
Example:
Read back the contents of all the memory labels
by sending the command [RDLM*]. The
feedback will be in the following format:
MEM1:STOP
MEM2:PLAY
MEM99:NONE
44. [CLRM]
This command clears one or all RS-232 memory
location. The memory for the subroutines is not
affected.
Command Format: [CLRMmCi]
m= Memory Location (m = 1 to 99, * for all)
Ci = Unit ID (i = # from 1 to 99)
Example:
Clear the contents of all RS-232 memory
locations by sending the command [CLRM*].
The PE1005 will respond with the following
feedback:
ALL SUBS WILL BE CLEARED
PLEASE WAIT