User`s manual
EXTENDED EMULATION MODE
AXIS AX-3 Cobra+ Technical Reference 37
Result: Parameter #054 will be set to 4 and parameter #120 will contain the ASCII codes for
the characters in the text ‘UDS STRING 0’ followed by the ASCII control code for
form feed.
Notes: 1. To program parameters Extended Emulation Mode has to be active. See page 33.
2. All IBM control codes are ignored during Configuration from the System.
3. The parameter number must always be decimal.
Internal Function
Calls
The internal function call consists of an equal sign, a function number, a comma, and a
function parameter value. The command is valid only within a configuration sequence.
The internal functions are described in Section 10, page 116.
Any number of functions can be called before the TCT stop sequence.
Result: All parameters and the EBCDIC-To-ASCII Character Translation Table will be saved
in permanent memory and a software reset will be performed.
Note: 1. To call internal functions Extended Emulation Mode has to be active. See page 33.
2. All IBM control codes are ignored during execution of internal functions.
Data
Representation
and Delimiters
during
Configuration
Parameter and function numbers must always be specified as decimal values. Other
data can use alternative representations but must, during Configuration from the
System, be separated by a delimiter. Data representation and delimiters during
Configuration:
Syntax: =<Function Number>,<Argument (not all functions)>
Example: %P=205=206 %
(call functions #205 and #206)
Data Type/Delimiter Character
Note 1
Example Of Use
Parameter Number = ($7E) =120
# ($7B) #120
§ ($5B) §120
Decimal Value Note 2 12
Hexadecimal Value $ ($5B)
¤ ($9F)
$0C or $0c
¤0C or ¤0c
Binary Value * ($5C) *00100111
Text String (ASCII char) ' ($7D) 'ASCII CODED TEXT'
" ($7F) "ASCII CODED TEXT"
Text String (EBCDIC char) / ($61) /EBCDIC CODED TEXT/
% ($6C) %EBCDIC CODED TEXT%
‘Yes’ Value y ($A8) y
Y ($E8) Y
‘No’ Value n ($95) n
N ($D5) N
Comment (start) ( ($4D) (comments will be ignored)
Comment (stop) ) ($5D) (comments will be ignored)
Delimiter SP($40) =120 "DATA"
, ($6B) =120,"DATA"
. ($4B) =120."DATA"
: ($7A) =120:"DATA"
; ($5E) =120;"DATA"