CogNdmSlmpConfig PollRate Property Cognex VisionPro
Gets/sets the SLMP Poll Rate in milliseconds.

Namespace: Cognex.VisionPro.Comm
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 65.1.0.0
Syntax

public double PollRate { get; set; }

Property Value

Type: Double
Default value is 1000.0.
Exceptions

ExceptionCondition
CogFfpInvalidSlmpConfigException Thrown if PollRate is less than 5.0 or greater than 1000.0.
See Also