Extended System-Level Command Functions
74 Class Series 2 Programmer’s Manual
(NE) Network Configuration – (for firmware version 14.00 and later) This
command configures the printer for an wired or wireless Ethernet connection.
Syntax is:
aa
i
[nnn
1
,vvvv
1
:nnn
2
,vvvv
2
:…,nnn
n
,vvvv
n
:XX[…]YY[…] ];
where:
aa
i
Configuration Group Identifier
[ ] Group Scope Delimiters
, Item – Value Delimiter
: Item – Value Pair Delimiter
nnn
i
,vvvv
i
: Configuration Item – Value pairs
nnn
i
Decimal Item Numbers from 1 to 9999
, Decimal Item Number Delimiter
vvvv
i
Item Value (syntax defined later)
: Item Value Delimiter
XX[…] Nested Configuration Sub-Group data stream
XX Sub-Group Identifier (1 – N alpha characters)
[ ] Sub-Group Scope Delimiters
; Configuration Group Terminator
The value fields can be represented as one of the following types:
Decimal Value
A decimal value string consisting of an optional leading ‘+-‘ character and followed by
decimal numeric characters 0 – 9.
Scientific Notation Value
A numeric value in scientific notation: (+-)nnnn.mmmmE+-XXX.
Hexadecimal Value
A hexadecimal value expressed like ‘0xb9E23c’.
Binary Bit Value
A binary bit value expressed like ‘0b011011’
Boolean Value
A single character from the following set: ‘Y, N, T, F, 0, 1’
String Value
A string of characters delimited by quotes, ‘…’. The ‘\’ acts as the escape character
permitting the following escaped character sequences:
o \nnewline (0x0a)
o \rcarriage return (0x0d)
o \bbackspace
o \ttab
o \fform feed
o \\backslash
o \’quote
o \dddddd consists of 3 OCTAL DIGITS