Get |
{
"Result": {
"Result": "Success",
"ResultCode": 0,
"Message": "Response success"
},
"WorkOrderIdentifier": {
"WorkOrderId": "WO0001",
"Batch": "Batch1"
},
"ProductTypeId": "Control Card X4",
"Length": 160.0,
"Width": 100.0,
"Thickness": 3.0,
"TopClearanceHeight": 12.0,
"BottomClearanceHeight": 5.0,
"Weight": 200.0,
"Surface": "PrimarySurface",
"Route": 1,
"HermesUnit": {
"SlotId": 0,
"BoardId": "4cfadd5d-dded-4ba3-ad93-e7c1352cc471",
"BoardIdCreatedBy": "Printer12345",
"FailedBoard": 0,
"ProductTypeId": null,
"FlippedBoard": 0,
"TopBarcode": "BT_M20206500001",
"BottomBarcode": "B_M20206500001",
"Lenght": null,
"Width": null,
"Thickness": null,
"ConveyorSpeed": null,
"TopClearanceHeight": null,
"BottomClearanceHeight": null,
"Weight": null,
"WorkOrderIdentifier": null
}
}The GetWorkOrderDataResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| GetWorkOrderDataResponse | Default constructor |
| Name | Description | |
|---|---|---|
| BottomClearanceHeight | The clearance height for the bottom side of the PCB millimeters (mm) | |
| HermesUnit | ** NOTE: ADDED in CFX 2.1 ** The Hermes unit (i.e. Board) contained in the magazine. Note: For compatibility reasons with previous CFX versions the existing properties in the GetWorkOrderDataResponse shall be filled in as well. | |
| Length | The length of the PCB in millimeters (mm) | |
| ProductTypeId | The Hermes ProductTypeId of the assembly that is associated with this work order. | |
| Result | Result of the request | |
| Route | ** NOTE: ADDED in CFX 1.4 ** A number that indicates a routing instruction that will be passed on by Hermes to downstream machines. Each machine needs to be configured to know how to handle a certain Route number | |
| Surface | ** NOTE: ADDED in CFX 1.3 ** Identifies the surface of the product that is relevant to this Work Order (if any) | |
| Thickness | The thickness of the PCB in millimeters (mm) | |
| TopClearanceHeight | The clearance height for the top side of the PCB millimeters (mm) | |
| Weight | The weight of the PCB in grams (g) | |
| Width | The width of the PCB in millimeters (mm) | |
| WorkOrderIdentifier | The identifier of the work order whose data was retrieved. |