Click or drag to resize

UnitsLoaded Class

** NOTE: ADDED in CFX 1.2 **

Sent when a unit is loaded from any form of carrier, including fixtures, pallets, trays, tubs, totes, carts, etc.
{
  "UniqueIdentifier": "PALLET123",
  "Units": [
    {
      "UnitIdentifier": "MODULE1",
      "PositionNumber": 1,
      "PositionName": "NEST1",
      "X": 50.45,
      "Y": 80.66,
      "Rotation": 0.0,
      "FlipX": false,
      "FlipY": false
    },
    {
      "UnitIdentifier": "MODULE2",
      "PositionNumber": 2,
      "PositionName": "NEST2",
      "X": 70.45,
      "Y": 80.66,
      "Rotation": 0.0,
      "FlipX": false,
      "FlipY": false
    }
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Production.LoadingAndUnloadingUnitsLoaded

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

The UnitsLoaded type exposes the following members.

Constructors
 NameDescription
Public methodUnitsLoaded Default constructor.
Top
Properties
 NameDescription
Public propertyUniqueIdentifier The unique identifier for this carrier (barcode, RFID, etc.)
Public propertyUnits A list of the specific units that were loaded along with positions they were loaded from.
Top
See Also