THTInsertionFaultType Enumeration |
Types of Through Hole Device Insertion Faults
Namespace: CFX.Structures.THTInsertionAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum THTInsertionFaultType
Public Enumeration THTInsertionFaultType
MembersMember name | Value | Description |
---|
XAxisError | 0 |
Error in x motion axis
|
YAxisError | 1 |
Error in y motion axis
|
ZAxisError | 2 |
Error in z motion axis
|
InsertionError | 3 |
Part not inserted properly
|
AlignmentError | 4 |
Part cannot be properly aligned with PCB hole
|
PickupError | 5 |
Part could not be picked
|
PartsExhaustedError | 6 |
Material supply exhausted
|
AnvilError | 7 |
Anvil related problem
|
ClinchError | 8 |
Clinch related problem
|
PanelLocationError | 9 |
PCB not properly aligned in fixture / transport
|
AirSupplyDown | 10 |
Insufficient pressurized air supply
|
See Also