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",
  "UnitCount": 2,
  "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: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
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 propertyUnitCount

** NOTE: ADDED in CFX 2.0 **

The number of individual production units
Public propertyUnits A list of the specific units that were loaded along with positions they were loaded from.
Top
See Also