Click or drag to resize

CFX.Production.LoadingAndUnloading Namespace

Implemented when a production resource is capable of loading or unloading production units into any type of fixture or carrier. This includes de-panelization equipment, for example.
Classes
 ClassDescription
Public classUnitsLoaded

** 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
    }
  ]
}
Public classUnitsUnloaded

** 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
    }
  ]
}