252301 Issue 2.0.pdf - 第140页
GEM Manual for DEK Printers Additional Capabilities I ssue 2.0 June 9th, 2011 page 140 of 156 DVNAME Table: DVNAME Description DVVAL 0 Current process program <PPID > 1 Operator name 1-20 charac ter ASCI I st ring …

GEM Manual for DEK Printers Additional Capabilities
Issue 2.0 June 9th, 2011 page 139 of 156
10.2 Upload Management Information
Host to Equipment
The equipment will receive a Data Transfer Request message Stream 6 Function 7, requesting
Management Information. The equipment will respond with a Data Transfer Data message Stream 6
Function 8, containing the Management Information as detailed below or if it cannot process the
message or an error occurs containing a zero length string.
Host requests that the equipment transfer the management information file to the host:
Comments Host Equipment Comments
Host requests upload of
Management Information.
S6F7 -->
<-- S6F8
<-- S6F8
[IF] equipment System Status = READY
upload Management information
[ELSE] file is not transferred
<L,0>
[END_IF]
Host to Equipment Message Structure:
Stream 6 Function 7
<DATAID> 0 = MANAGEMENT DATA, 2 byte signed integer
Equipment to Host Message Structure:
Stream 6 Function 8
L,3
1. <DATAID> 0 = MANAGEMENT DATA 2 byte signed integer
2. <CEID> 0 = HOST REQUEST 2 byte signed integer
3. L,2
1. <DSID> 0 = MANAGEMENT DATA 2 byte signed integer
2. L,n
1. L,2
1. <DVNAME 1>
2. <DVVAL 1>
.
.
n. L,2
1. <DVNAME n>
2. <DVVAL n>

GEM Manual for DEK Printers Additional Capabilities
Issue 2.0 June 9th, 2011 page 140 of 156
DVNAME Table:
DVNAME Description DVVAL
0 Current process
program
<PPID>
1 Operator name 1-20 character ASCII string
2 Counts 3 x 4 byte integers, Batch, Session, Total.
3 Batch start time <START_TIME>
4 Session start time <START_TIME>
5 Waiting times <MDTIME>
6 Running times <MDTIME>
7 Setup times <MDTIME>
8 Down times <MDTIME>
9 Recovery times <MDTIME>
10 Maintenance times <MDTIME>
MDTIME
Description:
Management Data Time, is a variable data structure used in reporting management information.
It consists of three six byte binary values containing a time in hours minutes and seconds for the
Batch, Session and Total timers.
Format:
Unsigned integer 6 bytes long
Batch time
Unsigned integer 0 Seconds
1 Minutes
2 Hours
Session time
Unsigned integer 0 Seconds
1 Minutes
2 Hours
Total time
Unsigned integer 0 Seconds
1 Minutes
2 Hours
Length:
18 bytes
Where used:
S6F8
GEM Manual for DEK Printers Additional Capabilities
Issue 2.0 June 9th, 2011 page 141 of 156
START_TIME
Description:
Variable data type used in reporting Management information. The format depends on the value
of TimeFormat.
Short Format:
binary
byte 0 Seconds 0 to 59
byte 1 Minutes 0 to 59
byte 2 Hours 0 to 23
byte 3 Day 1 to 31
byte 4 Month 1 to 12
byte 5 Year 0 to 99
Long Format:
binary
byte 0 Seconds 0 to 59
byte 1 Minutes 0 to 59
byte 2 Hours 0 to 23
byte 3 Day 1 to 31
byte 4 Month 1 to 12
byte 5 Year (LSB) } 0 to 9999
byte 6 Year (MSB) }
Length:
6 bytes or 7 bytes
Where used:
S6F8.