The maximum number of seconds to search for a single DataMatrix
fiducial.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 87.0.0.0
Syntax
Property Value
Type: DoubleThe default value is Double.PositiveInfinity (i.e. do not time out).
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If new value is less than or equal to zero. |
Remarks
This property is only used when LabelMode is either UseDataMatrix or UseDataMatrixWithGridPitch:
- If Algorithm is Exhaustive or Efficient, an exception will occur if it takes longer than DataMatrixTimeoutSeconds to find an acceptable DataMatrix fiducial.
- If Algorithm is ExhaustiveMultiRegion or EfficientMultiRegion, an exception will occur if it takes longer than DataMatrixTimeoutSeconds to find the first acceptable DataMatrix fiducial. Once the operator finds the first acceptable DataMatrix fiducial without timeout, the operator processes each isolated region of checkerboard features. For each isolated region of checkeboard features, if it takes longer than DataMatrixTimeoutSeconds to find a DataMatrix fiducial, the operator will not include any features from that region but no exception will be thrown.
See Also