CogNdmSlmpConfig PropertiesCognex VisionPro

The CogNdmSlmpConfig type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyMessageFormat
Gets/sets the SLMP Message Format.
Public propertyNdmSignalBlockMapping
Gets/sets a collection of CogNdmSlmpBlockMapping which maps blocks of the NDM signal table into SLMP devices.
Public propertyPollRate
Gets/sets the SLMP Poll Rate in milliseconds.
Public propertyRemoteStationDestModule
Gets/sets the Remote Station Destination Module. This is the ID of the station in the rack.
Public propertyRemoteStationDestStationID
Gets/sets the Remote Station Destination Station ID. This is the ID of the second hop station. This is the PCID for 1C frames.
Public propertyRemoteStationID
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.
Public propertyRemoteStationNetworkID
Gets/sets the Remote Station Network ID. This is the network ID of the next hop.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Public propertyTargetAddress
Gets/sets the Target Address of the PLC to connect to.
Public propertyTargetPort
Gets/sets the Target Port of the PLC to connect to.
Public propertyTimeout
Gets/sets the SLMP Timeout in milliseconds.
Top
See Also