Click or drag to resize

LocalRecipeChanged Class

** NOTE: ADDED in CFX 2.0 **

Sent by a process endpoint to indicate the activation of a recipe by its name
{
  "TransactionID": null,
  "Lane": 1,
  "Stage": null,
  "ProductionChanges”: [
  {
    "$type": "CFX.Structures.ComponentRemovalLocalRecipeChange, CFX",
    "Type": 1,
    "State": 0,
    "Designator": {
        "ReferenceDesignator": "R01"
        "UnitPosition": 2
        "PartNumber": "PN0123"
    }
  },
  {
    "$type": "CFX.Structures.ComponentRemovalLocalRecipeChange, CFX",
    "Type": 1,
    "State": 0,
    "Designator": {
        "ReferenceDesignator": "R05"
        "UnitPosition": 2
        "PartNumber": "PN0456"
    }
  }
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionLocalRecipeChanged

Namespace: CFX.Production
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public class LocalRecipeChanged : CFXMessage

The LocalRecipeChanged type exposes the following members.

Constructors
 NameDescription
Public methodLocalRecipeChanged Default constructor
Top
Properties
 NameDescription
Public propertyLane Number of the production lane where the recipe is activated (if applicable).
Public propertyLocalRecipeChanges The list of local changes This is a dynamic structure.
Public propertyStage The optional stage where the recipe is activated. Null if the recipe is activated on the whole endpoint.
Public propertyTransactionID Optional TransactionID if the changes only concern a particular work. If null, the message applies to all the current and future Works.
Top
See Also