Click or drag to resize

GetRequiredSetupRequest Class

Sent to a process endpoint to request the setup requirements of the active recipe. The response lists the required materials and tools, along with the locations where the materials/tools must be loaded.
{
  "Lane": 1,
  "Stage": {
    "StageSequence": 1,
    "StageName": "STAGE1",
    "StageType": "Work"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionGetRequiredSetupRequest

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

The GetRequiredSetupRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetRequiredSetupRequest 
Top
Properties
 NameDescription
Public propertyLane An optional property designating the specific Lane.
Public propertyStage An optional property designating the specific Stage.
Top
See Also