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 }
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) |
![]() | 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. |