Specifications

Control Codes POSjet
®
1500 Programmer's Guide
Page 148 Rev N Nov-10
Function Save macro data in user store
ASCII [ESC] [US] m <Name..> <0>
Hexadecimal 1BH 1FH 6DH
Decimal <27> <31> <109>
IPCL &%UM <Name..> <0>
EPOS [GS] -…<Name..> <0> is from one to 15 characters and must be null terminated.
Description The [ESC] [US] m <Name..> <0> command saves the current macro buffer structure into the flash
user-store area. It uses the <Name..> field as a reference name. If the name already exists in the
flash user store, the command does not store the data.
The terminating <0> may be replaced with an & or redefined. See [ESC] [EM]T<n> or
&%UT<n> on page 150.
Function Save user-defined characters
ASCII [ESC] [US] c <Name..> <0>
Hexadecimal 1BH 1FH 63H
Decimal <27> <31> <99>
IPCL &%UC <Name..><0>
EPOS [GS] 6<Name..> <0> is from one to 15 characters and must be null terminated.
Description The [ESC] [US] c <Name..> <0> command saves the current user-defined character structure in
the flash user-save storage area. It uses the<Name..> field as a reference. If the name already
exists in the flash user store, the command will not store the data.
The terminating <0> may be replaced with an & or redefined. See [ESC] [EM]T<n> or
&%UT<n> on page 150.
Function Load item from user store
ASCII [ESC] [US] l <Name..> <0>
Hexadecimal 1BH 1FH 6CH
Decimal <27> <31> <108>
IPCL &%UL <Name..> <0>
EPOS [GS] 0<Name..> <0> is from one to 15 characters and must be null terminated.
Description The [ESC] [US] l <Name..> <0> command loads the referenced item into the appropriate
structure. If the item referenced is a user-defined character set, it is loaded into the current user-
character definition, which does not affect the active state of user-defined characters. If it is a
macro, it is loaded into the macro buffer, but it is not inserted into the data stream. [ESC] g <0>
inserts the macro buffer into the data stream. If the named item does not exist, the command does
nothing.
The terminating <0> may be replaced with an & or redefined. See [ESC] [EM]T<n> or
&%UT>n> on page 150.
Function Run macro data from user store
ASCII [ESC] [US] r <Name..> <0>
Hexadecimal 1BH 1FH 72H
Decimal <27> <31> <114>
IPCL &%UR <Name..> <0>
EPOS [GS] 0<Name..> <0> is from one to 15 characters and must be null terminated.
Description The [ESC] [US] r <Name..> <0> command loads the referenced macro into the macro buffer. The
macro buffer is then inserted into the data stream. If the named item does not exist or is not a
macro, nothing happens.
The terminating <0> may be replaced with an & or redefined. See [ESC] [EM]T<n> or
&%UT<n> on page 150.
Function Flag item as a start-up macro