Click or drag to resize

GetRequiredSetupResponse Class

[This is preliminary documentation and is subject to change.]

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": "1",
  "SetupRequirements": {
    "Lane": "1",
    "Stage": "1",
    "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"
        ]
      }
    ]
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionGetRequiredSetupResponse

Namespace:  CFX.Production
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class GetRequiredSetupResponse : CFXMessage

The GetRequiredSetupResponse type exposes the following members.

Properties
  NameDescription
Public propertyLane
An optional property designating the specific Lane associated with this setup.
Public propertyRecipeName
The name of the recipe associated with the required setup.
Public propertyRecipeRevision
Public propertyResult
Result of the request
Public propertySetupRequirements
Public propertyStage
An optional property designating the specific Stage associated with this setup.
Top
See Also