252301 Issue 2.0.pdf - 第141页
GEM Manual for DEK Printers Additional Capabilities I ssue 2.0 June 9th, 2011 page 141 of 156 START_TI ME Description: Variable data ty pe used in reporting Manag ement information. The f ormat depends on the va lue of T…

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.

GEM Manual for DEK Printers Additional Capabilities
Issue 2.0 June 9th, 2011 page 142 of 156
10.3 Upload Event Log
The equipment will receive an Open Data Set Request Message Stream 13 Function 3, containing the
following:
<HANDLE> Logical unit or handle.
<DSNAME> Data set name. 'EVENT LOG'
<CKPNT> Check point.
The equipment will respond with an Open Data Set Message Stream 13 Function 4, containing the
following:
<HANDLE> Logical unit or handle.
<DSNAME> Data set name. 'EVENT LOG'
<ACKC13> Acknowledge code.
<RTYPE> Record type.
<RECLEN> Maximum length of discrete record.
The command will only be accepted if the equipment is in the Ready state.
If the equipment is able to accept the command it will wait for a Read Data Set Request Message
Stream 13 Function 5, containing the following:
<HANDLE> Logical unit or handle
<READLN> Maximum length to read.
The equipment will respond with a Read Data Set Message, Stream 13 Function 6, containing the
following:
<HANDLE> Logical unit or handle.
<ACKC13> Acknowledge code.
<CKPNT> Check point.
<RTYPE> Record type.
<FILDAT> File data.
The equipment will wait for further Read Data Set Request messages until a Stream 13 Function 0
'abort message' is received or a Close Data Set Send message is received containing the current Handle
value.
The Data Set will be closed by the host sending a Close Data Set SendMessage, Stream 13 Function 7,
containing the following:
<HANDLE> Logical unit or handle
If a Close Data Set message is received the equipment will respond with a Close Data Set
Acknowledge message Stream 13 Function 8, containing the following:
<HANDLE> Logical unit or handle.
<ACKC13> Acknowledge code.