Click or drag to resize

GetWorkOrderDataResponse Class

Reponse to a request by a Hermes enabled endpoint to acquire information related to a particular work order.
{
  "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
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Production.HermesGetWorkOrderDataResponse

Namespace: CFX.Production.Hermes
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class GetWorkOrderDataResponse : CFXMessage

The GetWorkOrderDataResponse type exposes the following members.

Constructors
 NameDescription
Public methodGetWorkOrderDataResponse Default constructor
Top
Properties
 NameDescription
Public propertyBottomClearanceHeight The clearance height for the bottom side of the PCB millimeters (mm)
Public propertyLength The length of the PCB in millimeters (mm)
Public propertyProductTypeId The Hermes ProductTypeId of the assembly that is associated with this work order.
Public propertyResult Result of the request
Public propertyRoute

** 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
Public propertySurface

** NOTE: ADDED in CFX 1.3 **

Identifies the surface of the product that is relevant to this Work Order (if any)
Public propertyThickness The thickness of the PCB in millimeters (mm)
Public propertyTopClearanceHeight The clearance height for the top side of the PCB millimeters (mm)
Public propertyWeight The weight of the PCB in grams (g)
Public propertyWidth The width of the PCB in millimeters (mm)
Public propertyWorkOrderIdentifier The identifier of the work order whose data was retrieved.
Top
See Also