Click or drag to resize

GetUnitInfoRequest Class

** NOTE: ADDED in CFX 1.4 **

This message is used to request a process endpoint for the details of a list of Unit
{
  "PrimaryIdentifier": SN1234567890,
  "HermesIdentifier": null,
  "UnitIdentifier":null
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionGetUnitInfoRequest

Namespace: CFX.Production
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class GetUnitInfoRequest : CFXMessage

The GetUnitInfoRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetUnitInfoRequest 
Top
Properties
 NameDescription
Public propertyHermesIdentifier The Hermes BoardId (GUID) of the carrier, a PCB panel or single production unit – optional, may be used when PrimaryIdentifier is not available.
Public propertyPrimaryIdentifier The barcode, RFID, etc. that was most recently acquired by the scanner / reader. If a single production unit is moving through the process, this would be the actual unique identifier of that individual unition unit. However, if multiple production units are moving through the process as a group (as in the case of a PCB panel, a fixture, or any sort of carrier), this would be an identifier that represents the entire group of units, such as a carrier UID, a PCB panel UID, etc.
Public propertyUnitIdentifier Unique ID of Production Unit, e.g. Barcode, to be used in case the Primary Identifier is not available and, thus, PrimaryIdentifier is left empty.
Top
See Also