Click or drag to resize

UnitsUnloaded Class

** NOTE: ADDED in CFX 1.2 **

Sent when a unit is unloaded into any form of carrier, including fixtures, pallets, trays, tubs, totes, carts, etc. Associates unit with a carrier.
{
  "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.LoadingAndUnloadingUnitsUnloaded

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

The UnitsUnloaded type exposes the following members.

Constructors
 NameDescription
Public methodUnitsUnloaded 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 unloaded along with positions they were unloaded to.
Top
See Also