WorkStarted Class |
[This is preliminary documentation and is subject to change.]
{
"TransactionID": "2c24590d-39c5-4039-96a5-91900cecedfa",
"Lane": "1",
"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
}
]
}Namespace: CFX.Production
The WorkStarted type exposes the following members.
| Name | Description | |
|---|---|---|
| Lane |
Lane number (1 – 99), or 0 if no specific lane
| |
| TransactionID |
Transaction ID used to attach events and data during subsequent processing, until WorkCompleted
| |
| UnitCount |
The number of individual production units associated with this transaction. May be more than 1 in the case of a carrier or panel of multiple PCB’s.
| |
| Units |
Data that identifies each specific instance of production unit with a carrier or panel.
|