00900135-02_ID_OIS_SIS_15.1_R18-1_DE_EN - 第36页

ASM OIS/SIS Databases 15.1 ( R18 - 1) / Interface De scription 05/2018 Edition 36 Definition of IParall elProcessingFact or values 2 : if the station runs in I - Placement mode n : if the station runs in a cluster of n p…

100%1 / 148
ASM OIS/SIS Databases 15.1 (R18-1) / Interface Description 05/2018 Edition
35
4.5.2.5 HEAD Table
The HEAD table is new in the SIS data model version 106 and contains head and gantry related
information. There is a 1:n relation between RECIPE table entry and HEAD table entries. The link
between the RECIPE table entry and HEAD table entries is realized via the lIdHead identifier. The
link mechanism between the RECIPE table entry and HEAD table entries is the same mechanism
as between the RECIPE table entry and BOARD table entries.
HEAD SIS name Data type Byte CI I P
Head ID lIdHead int 4
Gantry number lGantry int 4
Head number ucHead tinyint 1
Head type as string strHeadType nvarchar(128) 256
Bypassed flag bBypassed bit 1
Time when the data is written. Server time t dtCreated datetime 8
4.5.2.6 RECIPEADDON Table
This table contains additional recipe information and has been introduced with SIS 8.0.
RECIPEADDON SIS name Data type Byte CI I P
ID for this recipe related entry lIdRecipe int 4
Processing Area: either 1 or 2 ucProcessingArea tinyint 1
See below ucPlacementMode tinyint 1
Time from first measurement to last
placement activity
lBuildTime int 4
StationTactTime = Build Time + Transport
Time
lStationTactTime int 4
See below lParallelProcessingFactor int 4
Value 1 if the head steps are using more
than one stopper position
SteppingActive bit 1
Definition of ucPlacementMode values
0: Undefined
1: Alternating mode (both gantries place on both lanes)
2: I-Placement mode (right gantry places on the right lane, left gantry places on the left lane)
3: Right (both gantries are placing on the right lane only)
4: Left (both gantries are placing on the left lane only)
ASM OIS/SIS Databases 15.1 (R18-1) / Interface Description 05/2018 Edition
36
Definition of IParallelProcessingFactor values
2: if the station runs in I-Placement mode
n: if the station runs in a cluster of n parallel stations
2*n: if the station runs in I-Placement mode and in a cluster of n parallel stations
1: in all other cases
ASM OIS/SIS Databases 15.1 (R18-1) / Interface Description 05/2018 Edition
37
5 OIS Views
5.1 Views of Version 15.1
5.1.1 V_FEEDERTYPE151 View
Supplies all columns of the FEEDERTYPE table in the following sequence:
IFeederType, strFeederTypeName, IFeederCode
5.1.2 V_STATION151 View
Supplies all columns of the STATION table in the following sequence:
strLine, strStation, ucProcessingArea, strText, strComputer, lId, lOrder, strMid, bMid,
strLineFullPath, strStationFullPath, strSWVersion, strTypeName, Species, strComputerName,
dtCreated
5.2 Views of Version 14.1
For the old event views the new printer states are filtered. The new views do not filter these events.
5.2.1 V_BOARD141 View
Supplies all columns of the BOARD table in the following sequence:
lId, dtTime, strRecipe, strSetup, strBoard, lBoardNumber, ucConveyor, sDuration, dtRecipeStart,
dtSetupStart, strBarcode, ucStatus, dtCreated, lPanel, lSubConveyor, ucBoardSide, strLineJobId,
lBuildTimePA1, lBuildTimePA2, lIdPanel, strPCBGuid
5.2.2 V_EVENT141 View
Supplies all columns of the EVENT table in the following sequence:
lId, dtTime, lBoardNumber, ucConveyor, ucProcessingArea, sEvent, dtCreated,
ucProcessingMode, lIdSequence, ucSubConveyor
5.2.3 V_EVENTANDTEXT14 View
Supplies all columns of the EVENT table as well as the appropriate event name for the
corresponding event number from the EVENTTEXT table in the following sequence:
lId, dtTime, lBoardNumber, ucConveyor, ucProcessingArea, sEvent, dtCreated,
ucProcessingMode, strName