GetRequiredSetupResponse Class |
Response from a process endpoint to a request to obtain 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.
{
"Result": {
"Result": "Success",
"ResultCode": 0,
"Message": "OK"
},
"RecipeName": "RECIPE4455",
"RecipeRevision": "C",
"Lane": 1,
"Stage": {
"StageSequence": 1,
"StageName": "STAGE1",
"StageType": "Work"
},
"SetupRequirements": {
"Lane": 1,
"Stage": {
"StageSequence": 1,
"StageName": "STAGE1",
"StageType": "Work"
},
"SetupName": "COMMONSETUP45",
"MaterialSetupRequirements": [
{
"Position": "B1.F.45",
"PartNumber": "IPN1123",
"ApprovedAlternateParts": [
"IPN2343",
"IPN3432"
],
"ApprovedManufacturerParts": [
"MOT4329",
"SAM5566"
]
},
{
"Position": "B1.F.47",
"PartNumber": "IPN1124",
"ApprovedAlternateParts": [
"IPN3344",
"IPN3376"
],
"ApprovedManufacturerParts": [
"JP55443",
"TX554323"
]
}
],
"ToolSetupRequirements": [
{
"Position": "MODULE1.BEAM1",
"PartNumber": "HEADTYPE5566",
"ToolIdentifier": null
},
{
"Position": "MODULE1.BEAM2",
"PartNumber": "HEADTYPE5577",
"ToolIdentifier": null
}
]
}
}
Inheritance Hierarchy Namespace: CFX.ProductionAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic class GetRequiredSetupResponse : CFXMessage
Public Class GetRequiredSetupResponse
Inherits CFXMessage
The GetRequiredSetupResponse type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | Lane |
An optional property designating the specific Lane associated with this setup.
|
 | RecipeName |
The name of the recipe associated with the required setup.
|
 | RecipeRevision |
The revision of the recipe that is required (eg. "A", "B", etc.)
|
 | Result |
Result of the request
|
 | SetupRequirements |
A structure indicating the setup requirements.
|
 | Stage |
An optional property designating the specific Stage associated with this setup.
|
Top
See Also