The CogNdmSlmpConfig type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended |
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.) | |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| MessageFormat |
Gets/sets the SLMP Message Format.
| |
| NdmSignalBlockMapping |
Gets/sets a collection of CogNdmSlmpBlockMapping which maps blocks
of the NDM signal table into SLMP devices.
| |
| PollRate |
Gets/sets the SLMP Poll Rate in milliseconds.
| |
| RemoteStationDestModule |
Gets/sets the Remote Station Destination Module.
This is the ID of the station in the rack.
| |
| RemoteStationDestStationID |
Gets/sets the Remote Station Destination Station ID.
This is the ID of the second hop station.
This is the PCID for 1C frames.
| |
| RemoteStationID |
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.
| |
| RemoteStationNetworkID |
Gets/sets the Remote Station Network ID.
This is the network ID of the next hop.
| |
| StateFlags |
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.) | |
| TargetAddress |
Gets/sets the Target Address of the PLC to connect to.
| |
| TargetPort |
Gets/sets the Target Port of the PLC to connect to.
| |
| Timeout |
Gets/sets the SLMP Timeout in milliseconds.
|
See Also