TRS GEM Manual for Intel Ver 1.1.pdf - 第140页

GEM Manual for DEK P rinters Additional Capabilities Issue 1.1 March 20th, 2014 Page 140 of 152 Page 140 of 152 10.2 Upload Manage ment Information Host to Equipment The equipment will receive a Data Transfe r Request me…

100%1 / 152
GEM Manual for DEK Printers Additional Capabilities
Issue 1.1 March 20th, 2014 Page 139 of 152 Page 139 of 152
10.1 Send Current Process Program Identity
Host to Equipment
The equipment will receive a Process Program ID Request message, Stream 7 Function 7.
The equipment will respond at any time with a Process Program ID Data message Stream 7 Function 8,
containing the filename of the process program currently loaded into the printer. If an error occurs the
response message will contain a zero length string.
Host requests current process program identity:
Comments
Host
Equipment
Comments
Host requests current process
program ID.
S7F7 -->
<-- S7F8
Current process program ID.
Host to Equipment Message Structure:
Stream 7 Function 7
Header Only
Equipment to Host Message Structure:
Stream 7 Function 8
L,1
1. <PPID> up to 8 byte ASCII string
Error Response
L,0
GEM Manual for DEK Printers Additional Capabilities
Issue 1.1 March 20th, 2014 Page 140 of 152 Page 140 of 152
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 1.1 March 20th, 2014 Page 141 of 152 Page 141 of 152
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