CogNdmSlmpConfig TargetAddress Property Cognex VisionPro 9.10
Gets/sets the Target Address of the PLC to connect to.

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

public IPAddress TargetAddress { get; set; }

Property Value

Type: IPAddress
Default value is null.
Exceptions

ExceptionCondition
CogFfpInvalidSlmpConfigException Thrown if TargetAddress is less than 0.0.0.1 or greater than 223.255.255.254.
See Also