00900135-02_ID_OIS_SIS_15.1_R18-1_DE_EN - 第27页
ASM OIS/SIS Databases 15.1 ( R18 - 1) / Interface De scription 05/2018 Edition 27 Number of con secutive picku p attempts t hat does not cause an track - empt y error. sPickupRetries smallint 2 Version of the i nformatio…

ASM OIS/SIS Databases 15.1 (R18-1) / Interface Description 05/2018 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 15.1 (R18-1) / Interface Description 05/2018 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 values
-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 values
0: Reject data comes from a station software version < 708
1: Reject data comes from astation software version >= 708

ASM OIS/SIS Databases 15.1 (R18-1) / Interface Description 05/2018 Edition
28
4.5.1.23 CompPosition Table
CompPosition OIS name Data type Byte CI I P
Identification number of the station
(reference to STATION table)
lId int 4
Reference number of the entry lIdPosition int 4
Table/location from which the component was
retrieved
ucTable tinyint 1
Track number sTrack smallint 2
Tower (MTC only, otherwise dummy) ucTower tinyint 1
Level (WPC or MTC only, otherwise dummy) sLevel smallint 2
Division sReceptacle smallint 2
Identification number of the component name
(available with station software version 701 and
higher)
lPartNumber int 4
Identification number of the component shape
name (available with station software version
701 and higher)
lComponentShape int 4
SIPLACE Pro number for feeder type (available
with station software version 701 and higher)
lFeederType long 4
Time when the data is written. Server time dtCreated datetime 8
Unique feeder ID strFeederId nvarchar(128) 256
4.5.1.24 Panel Table
Panel OIS name Data type Byte CI I P
Reference (from BOARD table).
Note: This reference may occur several times
since a board may have several panel groups.
lIdPanel int 4
Count of produced panels lCountProduced int 4
Count of omitted panels lCountOmitted int 1
Encoding whether the panel entry is intended to
be counted as assembled PCB (based on
SIPLACE Pro setting)
CountAsAssembledPCB tinyint 2
Name of the concerned placement list strPlacementListName nvarchar(256) 512
Definition of CountAsAssembledPCB values
0: Undefined
1: True
2: False