PerformanceImpactCause Enumeration |
** NOTE: ADDED in CFX 1.6 **
Possible causes of lower-than-expected performance, which a machine may be able to report as performance impacts
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum PerformanceImpactCause
Public Enumeration PerformanceImpactCause
Members| Member name | Value | Description |
|---|
| AlternativeTrackUsed | 0 |
An alternative track was used for component pick-up
|
| DeactivatedSegmentOnHead | 1 |
A segment on a head was deactivated
|
| VisionSystemDumpAlwaysActivated | 2 |
Option “Dump Always” activated for vision system
|
| AdditionalImageAcquisition | 3 |
Vision system had to acquire additional images
|
| LowFeederSpeed | 4 |
Feeder speed is lower than expected
|
| GangPickNoParallelPick | 5 |
Gang pick head cannot pick in parallel
|
See Also