Click or drag to resize

IdentifiersNotRead Class

Sent by an identification device (barcode scanner, RFID reader, etc.) when the device attempts to read or interpret an identifier, but is unable to do so.

Example 1 (Simple, single barcode read)

{
  "PositionsNotRead": []
}

Example 2 (Camera system capable of reading all barcodes on a multi-circuit PCB panel)

{
  "PositionsNotRead": [
    2,
    8
  ]
}

Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Sensor.IdentificationIdentifiersNotRead

Namespace: CFX.Sensor.Identification
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class IdentifiersNotRead : CFXMessage

The IdentifiersNotRead type exposes the following members.

Constructors
 NameDescription
Public methodIdentifiersNotRead Default Constructor
Top
Properties
 NameDescription
Public propertyPositionsNotRead And optional property indicated the position that cannot be read. Used in the case that multiple production units are moving through the process, and the sensor is capable if reading multiple identifiers.
Top
See Also