00900170-01_ID_OIS_SIS_16.0_R18-2_EN_DE.pdf - 第23页
ASM OIS/SIS Datab ases 16.0 (R18 -2) / Interf ace Description 11/2018 Edition 23 4.5.1.16 GantryState T able The GantryState tab le reflec ts gantry state changes. T he gantry states h ave been added t o extend the state…

ASM OIS/SIS Databases 16.0 (R18-2) / Interface Description 11/2018 Edition
22
STATE_PCB_END
2
Production has been ended (Conveyor 1)
STATE_PCB_END2
32
Production has been ended (Conveyor 2)
STATE_BREAK_BEGIN
3
Machine reported break mode s
STATE_EMERGENCY_STOP
4
Emergency stop has been pressed
STATE_AIR
5
Not enough air
STATE_STOP
6
Machine has been stopped
STATE_WAIT_PCB_IN
9
Machine runs empty. No board is detected in the input
section.
STATE_WAIT_PCB_INSIDE
10
Board is transported
STATE_WAIT_PCB_OUT
11
Board cannot be moved out of the placement area.
Placement cannot be continued.
STATE_WAIT_DATA
12
Machine is waiting for data
STATE_FIDUCIAL_ERROR
14
A fiducial error has been reported from the station
STATE_TRACK_ERROR
15
A track error has been reported from the station
STATE_MACHINE_ERROR
16
A fatal machine error occurred
STATE_TRANSPORT_ERROR
17
A transport error occurred
STATE_BARCODE_ERROR
18
A barcode error has been reported from the station
STATE_HEAD_STEP
20
Machine entered the head step mode
STATE_KEY_SLOW
21
Machine entered the key slow mode
STATE_VISION
22
Machine entered the Vision mode
STATE_FUNCTION
23
Machine is in "Maintenance" mode
STATE_INIT
24
Machine starts up or still needs data or a successful
reference run for automatic production.
STATE_HOLIDAY
25
Operator entered the works holiday mode
STATE_MAINTENANCE
26
Operator entered the preventive maintenance mode
STATE_SETUP
27
Operator entered the setup mode
STATE_DOWN_PLAN
28
Operator entered the scheduled downtime mode
STATE_DOWN_ILL
29
Operator entered the unscheduled downtime mode
STATE_PROTOTYPE
30
Operator entered the load product mode
STATE_STAND_ALONE_BEGIN
49
Stand alone mode has been entered
STATE_STAND_ALONE_END
50
Stand alone mode has been left
STATE_DISPENSING
70
Printer entered the dispensing mode
STATE_KNEADING
71
Printer entered the kneading mode
STATE_PRINTING
72
Printer entered the printing mode
STATE_INSPECTION
73
Printer entered the inspection mode
STATE_CLEANING
74
Printer entered the cleaning mode

ASM OIS/SIS Databases 16.0 (R18-2) / Interface Description 11/2018 Edition
23
4.5.1.16 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
bigint
8
Date/time at which this event occurred.
Station time
dtTime
datetime
8
Definition of sState values
0:
Undefined
1:
Idle
2:
Interrupted
3:
Processing
4.5.1.17 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
bigint
8
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.15.

ASM OIS/SIS Databases 16.0 (R18-2) / Interface Description 11/2018 Edition
24
4.5.1.18 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. Local server time
dtCreated
datetime
8
✓
Reference number of the entry.
lIdBlock
bigint
8
Unique number of the BoardComposite
lBoardCompositeId
bigint
8
4.5.1.19 CompDetail Table
CompDetail
OIS name
Data type
Byte
CI
I
P
Number of attempts to access this track
sAccessTotal
int
4
Sum of all reject attempts on this track after
Vision error messages
sRejectIdent
int
4
Sum of all reject attempts on this track after
other error messages
sRejectVacuum
int
4
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
int
4
Reference into CompBlock table
lIdBlock
bigint
8
✓
Reference into CompPosition table
lIdPosition
bigint
8
Number of successfully placed components on
this track
sPlacedComponents
int
4
Number of reject attempts on this track because
of missing components after pickup
sAbsenceAfterPick
int
4
Number of pickup attempts on this track
because of missing components before
placement
sAbsenceBefore
Placement
int
4
Number of rejects on this track because of
Coplan or material errors reported by Vision
sMaterialDefect
int
4
Number of rejects on this track because of
erroneous special procedures (dipping, gluing
etc.)
sTreatmentError
int
4
Number of rejects on this track because of an
interrupted placement process (i.e. canceled
board)
sDroppedError
int
4
Number of rejects on this track because of
pickup tolerances checked by Vision
sIdentError
int
4
Number of (incorrect) placement attempts on
this track because of gluey components
sPresenceAfter
Placement
int
4