Units |
** 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 } ] }
The UnitsLoaded type exposes the following members.
Name | Description | |
---|---|---|
![]() | UnitsLoaded | Default constructor. |
Name | Description | |
---|---|---|
![]() | UniqueIdentifier | The unique identifier for this carrier (barcode, RFID, etc.) |
![]() | UnitCount | ** NOTE: ADDED in CFX 2.0 ** The number of individual production units |
![]() | Units | A list of the specific units that were loaded along with positions they were loaded from. |