CogNdmSlmpBlockMapping SlmpDeviceSizeInBits Property Cognex VisionPro 9.8
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.

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

public int SlmpDeviceSizeInBits { get; set; }

Property Value

Type: Int32
Default value is 0.
Exceptions

ExceptionCondition
CogFfpInvalidSlmpConfigException Thrown if SlmpDeviceSizeInBits is less than 0 or greater than 15360 (1920 * 8).
See Also