Click or drag to resize

GetWorkOrderDataRequest Class

Used by an endpoint to acquire information related to a particular work order (typically at the beginning of a Hermes enabled line). This information would typically then be passed down the line through the Hermes protocol / mechanism.
{
  "WorkOrderIdentifier": {
    "WorkOrderId": "WO0001",
    "Batch": "Batch1"
  },
  "UnitIdentifier": null
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Production.HermesGetWorkOrderDataRequest

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

The GetWorkOrderDataRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetWorkOrderDataRequest Default constructor
Top
Properties
 NameDescription
Public propertyUnitIdentifier (OPTIONAL) If work order informatoin is not known, an endpoint may also obtain work order data by instead populating this property with the identifier of a production unit that is associated with a work order and known to an upper level control system. The upper level control system will then look up the associated work order, and return the appropriate work order information.
Public propertyWorkOrderIdentifier The identifier of the work order to look up.
Top
See Also