The CogNdmSlmpBlockMapping 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.) | |
| NdmSignalBlock |
Gets/sets the NDM signal block that is mapped.
| |
| SlmpDevice |
Gets/sets the SLMP device that it mapped.
| |
| SlmpDeviceOffset |
Gets/sets the offset into the SLMP device where the NDM
signal block is mapped. The offset it specified in the units
(bits or words) of the mapped SLMP device memory area.
Consult the table below to know which SLMP Device memory areas
are bit based and which are word based.
+-------------------------------+--------+----------------+----------------------------------+-----+----+ | Device Name | Prefix | Bit/Word based | Address Representation | Q/L | FX | +-------------------------------+--------+----------------+----------------------------------+-----+----+ | Input Relay | X | Bit | Hex(Q/L Series) Octal(FX series) | X | X | | Output Relay | Y | Bit | Hex(Q/L Series) Octal(FX series) | X | X | | Internal Relay | M | Bit | Decimal | X | X | | Latch Relay | L | Bit | Decimal | X | - | | Annunciator | F | Bit | Decimal | X | - | | Link Relay | B | Bit | Hex | X | - | | State Relay | S | Bit | Decimal | - | X | | Data Register | D | Word | Decimal | X | X | | Link Register | W | Word | Hex | X | - | | File Register | R | Word | Decimal | X | X | | File Register Multiple Blocks | ZR | Word | Hex | X | - | | Timer | TN | Word | Decimal | X | X | | Counter | CN | Word | Decimal | X | X | +-------------------------------+--------+----------------+----------------------------------+-----+----+ | |
| SlmpDeviceSizeInBits |
Gets/sets the size of the NDM signal block which is
mapped into the SLMP device. The size is always specified in
bits even for SLMP devices memory areas which are word based.
| |
| 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.) |
See Also