SECS GEM Manual.pdf - 第155页
GEM Manual for DEK Printers Additional Capabilities Issue 1.6 January 22, 2018 Page 155 of 171 9 Additional Capab i lities SEND CU RRENT PRO CESS PROG RAM IDE NTITY 10.1 UPLOA D MANAG EMENT INFO RMATION 10 .2 UPLOA D EVE…

GEM Manual for DEK Printers Event Messages
Issue 1.6 January 22, 2018 Page 154 of 171
8.16 MODIFIED PARAMETERS
Procedure to configure event report mentioned section 5.2.1.
Using event reports, Host machine can get notification for modified parameters on change.
• Define event report using S2F33 command. A report includes one or more machine
variables. To get list of modified parameters, include Modified Parameters (DVID 2088) in
report definition.
• Link event report using S2F35 command. The Host links one or more reports to a collection
event CEID using S2F35. Link defined report with following CEIDs.
31345 Configuration Parameter modified
31346 Product Data modified
31347 Adjust Parameter modified
• Enable event report using S2F37 command. Include all above-mentioned CEIDs to get
modified parameter list at all events.
After performing above steps from Host, When any parameters changed on instrument and
instrument is connected through GEM, Instrument will send report data to host.
<S6F11 W
<L[3/1]
<U4[1/1] 1>
<U4[1/1] 31345> /* CEID */
<L[1/1]
<L[2/1]
<U4[1/1] 35> /* RPID */
<L[1/1]
<L[6/1]
<L[4/1]
<U4[1/1] 5> /* Parameter Id */
<A[12/1] "SCREEN IMAGE"> /* Parameter Name */
<A[4/1] "EDGE"> /* Old value */
<A[6/1] "CENTRE"> /* Modified value */
>
<L[4/1]
<U4[1/1] 280>
<A[12/1] "SYSTEM PRESSURE">
<A[4/1] "3.8">
<A[6/1] "4.0">
>
… /* List of modified parameters */
>
>
>
>
>
>

GEM Manual for DEK Printers Additional Capabilities
Issue 1.6 January 22, 2018 Page 155 of 171
9 Additional Capabilities
SEND CURRENT PROCESS PROGRAM IDENTITY 10.1
UPLOAD MANAGEMENT INFORMATION 10.2
UPLOAD EVENT LOG 10.3

GEM Manual for DEK Printers Additional Capabilities
Issue 1.6 January 22, 2018 Page 156 of 171
9.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