LOC_PROG?
Description: Queries the OM 17 to determine whether its keyboard is locked or not for access to
programming functions. The other commands remain accessible.
Argument : None.
Reply :
<Etat>
LOCK or UNLOCK.
Example : LOC_PROG?
LOCK
LG <Langue>
Description : Changes the language used for printing labels by the printer.
Argument :
<Langue>
Language number (French = 0, English = 1).
Reply : None.
Example : LG 0
TITRE_PRN <Etat>
Description : Changes the title of the printed label.
Argument :
<Strinst>
new title (company name).
Reply : None.
Example : TITLE_PRN CHECK: VERITAS
D.5 Memory Usage Commands
In the descriptions that follow, the numbering of the Objects and Tests runs from 1 to 99.
MEMORY_STATUS?
Description : Gives the memory usage level.
The unit must be in REMOTE mode
Argument : None.
Reply :
<Occupation>
Percentage of OM 17 memory usage (0 to 100).
Example : 52 (= 52%).
MEMORY?
Description : Gives the number of the last
Object
that contains tests, followed by the number of
Tests
available in each OM 17
Object
.
The unit must be in REMOTE mode
Argument : None.
Reply : #YXX
<NbObjetsX> <NbTestsO1>< NbTestsO2>..< NbTestsX> <LF>
Y Number of digits in the number ‘XX’ that follows (in ASCII)
XX Number of bytes that follow (in ASCII)
<NbObjetX> Number of the last object containing tests
(binary byte: 1 to 99 or 0 if no object contains tests)
<NbTestsO1> Number of
Tests
contained in
Object
1…
<NbTestsO2> Number of
Tests
contained in
Object
2…
<NbTestsX> Number of
Tests
contained in
Object
<NbObjetX>
Reply examples:
#15 0x04 0x05 0x02 0x00 0x03 <LF>
The last object with tests is object 4
Object 1 contains 5 tests
Object 2 contains 2 tests
Object 3 contains no tests
Object 4 contains 3 tests
Objects 5 to 99 contain no tests.
#11 0x00 <LF>
No object contains tests.