Click or drag to resize

SMTPlacementFaultType Enumeration

Types of SMT Placement Faults

Namespace: CFX.Structures.SMTPlacement
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum SMTPlacementFaultType
Members
Member nameValueDescription
VacuumError0 Insufficient vacuum to manipulate part.
XAxisError1 Problem with the x motion axis
YAxisError2 Problem with the y motion axis
ZAxisError3 Problem with the z motion axis
RecognitionError4 Part not recognized by vision system
PickupError5 Part not picked up properly
PlacementError6 Part not place properly
LightingError7 Insufficient or incorrect lighting. Vision system not able to characterize part
HeadError8 Error with placement head
NozzleError9 Error with placement nozzle
ComponentDropped10 Component dropped in transit
PartsExhaust11 Material supply exhausted
FiducialError12 Error decoding fiducial reference mark
PartsPartiallyExhaust13 Material supply partially exhausted. Can happen if a head is supposed to pickup in several locations and one of them is exhausted

** NOTE: ADDED in CFX 1.5 **

LowQuantity14 Material supply will soon be exhausted

** NOTE: ADDED in CFX 1.5 **

FeederError15 Error with placement feeder

** NOTE: ADDED in CFX 1.5 **

See Also