CogNdmSlmp SetSlmpConfig Method Cognex VisionPro
Sets the SLMP specific NDM settings.

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

public virtual void SetSlmpConfig(
	CogNdmSlmpConfig slmpConfig
)
Exceptions

ExceptionCondition
ArgumentNullException Thrown if slmpConfig is null.
CogFfpInvalidSlmpConfigException Thrown if the NDM is currently running, the slmp config NdmSignalBlockMapping is invalid, or the slmp config contains invalid parameters.
SLMP Config PropertyDefaultValid Range
Timeout1000.05.0 - 1000.0
PollRate1000.05.0 - 1000.0
MessageFormatQLSeries_3EQLSeries_3E or FXSeries_1E
TartgetAddressnull0.0.0.1 - 223.255.255.254
TargetPort12288 (0x3000)1 - 65535
RemoteStationID2550-120, 126, 255
RemoteStationNetworkID00 - 239
RemoteStationDestStationID00
Remarks

Note that this function automatically persists the SLMP settings to flash storage on the hardware.
See Also