User`s manual
Section 4: Advanced Functions
38 AXIS AX-7 Cobra+ User’s Manual
Editing Translation
Tables using
Configuration from
the System
The translation table can be modified from the system.
Example (see also previous examples):
Change the overscored semicolon ‘;
’ at position 9E to a ‘bullet’
character ‘•’ by inserting the following programming sequences in
your document:
Note:
❏ To edit, Extended Emulation Mode must be entered.
‘205’ is the function number, ‘$9E’ is the DBC table position and
‘$FA’ is the new ASCII value (old ASCII value/ values are deleted).
You can modify any number of DBC positions by adding lines with
function 205 calls.
The EBCDIC to DBC table is editable in a similar fashion, the only
difference being that an EBCDIC character translates to a single DBC
character only. The function number for EBCDIC table editing is
204.
%P (Configuration lead-in sequence)
=205,$9E,$FA (Translate DBC $9E to ASCII $FA)
=207,10 (Initialize settings)
=207,12 (Save settings permanently)
% (Configuration trailer sequence)