CogNdmSlmpConfig RemoteStationID Property Cognex VisionPro 9.8 SR1
Gets/sets the Remote Station ID. This is the Station ID (ID of C24 on a multidrop serial connection) This is the PCID field for 1E/3E frames.

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

public long RemoteStationID { get; set; }

Property Value

Type: Int64
Default value is 255.
Exceptions

ExceptionCondition
CogFfpInvalidSlmpConfigException Thrown if RemoteStationID is not in the range 0-120, 126, or 255.
See Also