CogNdmSlmpBlockMapping SlmpDeviceOffset Property Cognex VisionPro 9.24
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  |
+-------------------------------+--------+----------------+----------------------------------+-----+----+

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

public int SlmpDeviceOffset { get; set; }

Property Value

Type: Int32
Default value is 0.
Exceptions

ExceptionCondition
CogFfpInvalidSlmpConfigException Thrown if SlmpDeviceOffset is less than 0.
See Also