** 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 Namespace: CFX.ProductionAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic class LocalRecipeChanged : CFXMessage
Public Class LocalRecipeChanged
Inherits CFXMessage
The LocalRecipeChanged type exposes the following members.
Constructors
Properties| | Name | Description |
|---|
 | Lane |
Number of the production lane where the recipe is activated (if applicable).
|
 | LocalRecipeChanges |
The list of local changes
This is a dynamic structure.
|
 | Stage |
The optional stage where the recipe is activated. Null if the recipe is activated on the whole endpoint.
|
 | TransactionID |
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