00900045-01_ID_OIS_SIS_14.0_R16-2_DE_EN - 第26页

ASM OIS/SIS Databases 14.0 ( R16 - 2) / Interface De scription 12/2016 Edition 26 4.5.1.21 C ompBlock Table CompBlock OIS name Data type B yte CI I P Identificati on number of the s tation (reference t o STATION table) l…

100%1 / 144
ASM OIS/SIS Databases 14.0 (R16-2) / Interface Description 12/2016 Edition
25
4.5.1.19 GantryState Table
The GantryState table reflects gantry state changes. The gantry states have been added to extend
the state transitions stored in STATETRANSITION table.
GantryState OIS name Data type Byte CI I P
Identification number of the station
(reference to STATION table))
lId int 4
Number of gantry within the processing area ucNumber tinyint 1
Processing area 1 / 2 ucProcessingArea tinyint 1
Gantry state value sState smallint 2
Error reason (is sState in Error state) sErrorReason smallint 2
BoardNumber of the board that has been
processed when the state change occurred.
lBoardNumber int 4
Unique sequence id of the entry lIdSequence int 4
Date/time at which this event occurred.
Station time
dtTime datetime 8
Definition of sState
Possible values of sState:
0: Undefined
1: Idle
2: Interrupted
3: Processing
4.5.1.20 PlocState Table
The PlocState table contains state changes related to the processing location. These states act as
extensions of the state changes related to the processing area that are stored in the
STATETRANSITION table.
PlocState OIS name Data type Byte CI I P
Identification number of the station
(reference to STATION table)
lId int 4
Conveyor belt 1 right / 2 left ucConveyor tinyint 1
Processing area 1 / 2 ucProcessingArea tinyint 1
PlocState state value sState smallint 2
Unique sequence id of the entry lIdSequence int 4
Date/time at which this event occurred.
Station time
dtTime datetime 8
The definitions of the PlocStates (sState) are the same as those described in section 4.5.1.16.
ASM OIS/SIS Databases 14.0 (R16-2) / Interface Description 12/2016 Edition
26
4.5.1.21 CompBlock Table
CompBlock OIS name Data type Byte CI I P
Identification number of the station
(reference to STATION table)
lId int 4
Date/time at which the data record was created.
Station time
dtTime datetime 8
Serial number of manufactured PCB lBoardNumber int 4
Time when the data is written. Server time dtCreated datetime 8
Reference number of the entry. lIdBlock int 4
Unique number of the BoardComposite lBoardCompositeId int 4
4.5.1.22 CompDetail Table
CompDetail OIS name Data type Byte CI I P
Number of attempts to access this track sAccessTotal smallint 2
Sum of all reject attempts on this track after
Vision error messages
sRejectIdent smallint 2
Sum of all reject attempts on this track after
other error messages
sRejectVacuum smallint 2
Number of rejected parts because of ident error sRejectIdent smallint 2
Number of rejected parts because of vacuum
error
sRejectVacuum smallint 2
Number of TrackEmpty pickup attempts sTrackEmpty smallint 2
Reference into CompBlock table lIdBlock int 2
Reference into CompPosition table lIdPosition int 2
Number of successfully placed components on
this track
sPlacedComponents smallint 2
Number of reject attempts on this track because
of missing components after pickup
sAbsenceAfterPick smallint 2
Number of pickup attempts on this track
because of missing components before
placement
sAbsenceBefore
Placement
smallint 2
Number of rejects on this track because of
Coplan or material errors reported by Vision
sMaterialDefect smallint 2
Number of rejects on this track because of
erroneous special procedures (dipping, gluing
etc.)
sTreatmentError smallint 2
Number of rejects on this track because of an
interrupted placement process (i.e. canceled
board)
sDroppedError smallint 2
Number of rejects on this track because of
pickup tolerances checked by Vision
sIdentError smallint 2
Number of (incorrect) placement attempts on
this track because of gluey components
sPresenceAfter
Placement
smallint 2
ASM OIS/SIS Databases 14.0 (R16-2) / Interface Description 12/2016 Edition
27
Number of consecutive pickup attempts that
does not cause an track-empty error.
sPickupRetries smallint 2
Version of the information source for the reject
data
sAttritionInfoVersion smallint 2
Definition of sRejectVacuum
sRejectVacuum = SUM(sAbsenceAfterPick, sComponentAbsenceBeforePlacement,
sTreatmentError, sDroppedError, sComponentAbsenceAfterPlacement,
sPickupRetries)
Definition of sRejectIdent
sRejectIdent = SUM(sComponentMaterialDefect, sIdentError)
Definition of sPlacedComponents
Possible values of sPlacedComponents:
-1: Undefined for all data records issued by a station with a station software version < 708
0: No successful placement (i. e. pass-through mode, canceled board etc.)
n: n successful placements
Definition of sAttritionInfoVersion
Possible values of sAttritionInfoVersion:
0: Reject data comes from a station software version < 708
1: Reject data comes from astation software version >= 708