252301 Issue 2.0.pdf - 第135页
GEM Manual for DEK Printers Event Messag es I ssue 2.0 June 9th, 2011 page 135 of 156 9.13 Sugges ted Event Reports EVENT - CEID DESCRIPTION DVID DATA 31277 Board printed. 2008 Front print pressure 2009 Rear print pressu…

GEM Manual for DEK Printers Event Messages
Issue 2.0 June 9th, 2011 page 134 of 156
EVENT - CEID
DESCRIPTION
31427 Print gap adjusted.
31428 Separation speed adjusted.
31429 Cleaning rate adjusted.
31430 X forward offset adjusted.
31431 Y forward offset adjusted.
31432 Theta forward offset adjusted.
31433 X reverse offset adjusted.
31434 Y reverse offset adjusted.
31435 Theta reverse offset adjusted.
31436 Paste dispensed after host command.
31437 Screen cleaned after host command.
31438 Comms enabled.
31439 Comms disabled.
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
Start Modification >>>
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
40365 Blocked Load of Invalid Product Format
40366 Blocked Download of Invalid Product Format
<<< End Modification
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 2.0 June 9th, 2011 page 135 of 156
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
31306 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 2.0 June 9th, 2011 page 136 of 156
• 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 */
>
>
>
>
>
>