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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
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