User`s manual

EXTENDED EMULATION MODE
AXIS AX-3 Cobra+ Technical Reference 40
Result: The text ‘DATA’ followed by the contents of parameter #062 (Form Feed) will be
printed on the attached printer.
Notes: 1. To send commands Extended Emulation Mode has to be active. See page 33.
2. The parameter number must always be decimal.
Data
Representation
and Delimiters
during Multi-Byte
Transparency
Parameter numbers must always be specified as decimal values. Pass through data can
be specified as either hexadecimal values or as ASCII data. Delimiters can be used
during Multi-Byte Transparency but are not mandatory.
Notes: 1. Character codes are the EBCDIC International Set 5 codes that are valid. Make
sure that you have selected a System Language matching your host settings.
2. No character should be used to denote a hexadecimal value.
Example: %%"DATA"=62%
Data Type/Delimiter Character
Note 1
Example Of Use
Parameter Number = ($7E) =120
# ($7B) #120
§ ($B5) §120
Hexadecimal Value Note 2 0C or 0c
Text String (ASCII char) ' ($7D) 'ASCII CODED TEXT'
" ($7F) "ASCII CODED TEXT"
Delimiter SP($40) =120 "DATA"
, ($6B) =120,"DATA"
. ($4B) =120."DATA"
: ($7A) =120:"DATA"
; ($5E) =120;"DATA"