TRS GEM Manual for Intel Ver 1.1 - 第136页
GE M Manual for DEK Printers Event Messages Issue 1.1 March 20th, 2014 Page 136 of 152 Page 136 of 152 9.13 Sugges ted Ev ent Reports EVENT - CEID DESCRIPTION DVID DATA 31277 Board printed. 2008 Front print pressure 2009…

GEM Manual for DEK Printers Event Messages
Issue 1.1 March 20th, 2014 Page 135 of 152 Page 135 of 152
31442
Paste kneaded after host command.
31443
Paste conditioned after host command.
31458
Proflow pressure adjusted.
40010
Comms - Adjust front print speed.
40011
Comms - Adjust rear print speed.
40041
Request to start
40325
Host Command Start Failed
40326
Host Command Stop Failed
40327
Host Command Pause Failed
40328
Host Command Erase Log Failed
40329
Host Command Erase Batch Failed
40330
Host Command Erase Session Failed
40331
Host Command Rename Product Failed
40332
Host Command Adjust Product Failed
40333
Host Command Clean 1 Failed
40334
Host Command Clean 2 Failed
40335
Host Command Paste Failed
40336
Host Command PP-Select Failed
40337
Host Command Change Screen Failed
40338
Host Command Knead Paste Failed
40376
Host Command Save Product Failed
9.12 Limits Monitoring Events
EVENT - CEID
DESCRIPTION
31000-31200
Status Variables see section 5.5
32000-33000
Discrete Variables see section 5.5

GEM Manual for DEK Printers Event Messages
Issue 1.1 March 20th, 2014 Page 136 of 152 Page 136 of 152
9.13 Suggested Event Reports
EVENT - CEID
DESCRIPTION
DVID DATA
31277
Board printed.
2008 Front print pressure
2009 Rear print pressure
2010 Print speed
2016 Squeegee
2011 Separation speed
31316
Inspection cycle
complete.
2012 Stretch error
2013 X alignment accuracy
2014 Y alignment accuracy
2015 Theta alignment
32010
(example of a
report for Limits
monitoring)
print_speed crosses
a limit.
2010 print_speed
2027 LimitVariable
2028 EventLimit
2029 TransitionType
40177
(example of a
report for
Traceability
reporting)
Data is available
2033 Traceability Data
9.14 SIMULTANEOUS EVENTS (TIME)
Reference SEMI E30-95 section 4.10.4 Paragraph 4, assignment of centisecond values.
Simultaneous Events may occur on the equipment. The nature of the control software is such that
these events are collected serially as the programme executes. Each collection event that occurs and
is enabled is added to a queue for transmission. This queue is serviced once every program cycle.
Another event will not be transmitted until the previous event has been acknowledged by the Host.
This will always take longer than 10 ms. The program cycle in any case is always greater than 10
ms.
Take the case that the Host creates some reports containing the “clock” variable. The Host then
attaches two of these reports to "Event A" and "Event B". If Event A is detected first then the value
of “clock(A)” would be read as the report is compiled and transmitted. Subsequently the value of
“clock(B)” would be read as the report is compiled and transmitted. Thus, they will always be seen
by the host to occur at different times. The centisecond clock precision is provided by the operating
system.
9.15 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.

GEM Manual for DEK Printers Event Messages
Issue 1.1 March 20th, 2014 Page 137 of 152 Page 137 of 152
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 */
>
>
>
>
>
>