Click or drag to resize

UnitsArrived Class

[This is preliminary documentation and is subject to change.]

Sent when production units physically arrives at a process endpoint, prior to any work or other activity commencing.
{
  "UnitCount": 2,
  "Units": [
    {
      "UnitIdentifier": "CARRIER5566",
      "PositionNumber": 1,
      "PositionName": "CIRCUIT1",
      "X": 0.254,
      "Y": 0.556,
      "Rotation": 0.0,
      "FlipX": false,
      "FlipY": false
    },
    {
      "UnitIdentifier": "CARRIER5566",
      "PositionNumber": 1,
      "PositionName": "CIRCUIT2",
      "X": 6.254,
      "Y": 0.556,
      "Rotation": 90.0,
      "FlipX": false,
      "FlipY": false
    }
  ]
}
Inheritance Hierarchy

Namespace:  CFX.Production
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class UnitsArrived : CFXMessage

The UnitsArrived type exposes the following members.

Properties
  NameDescription
Public propertyUnitCount
The number of individual production units
Public propertyUnits
List of structures that identify each specific instance of production unit that arrived (could be within a carrier or panel).
Top
See Also