Click or drag to resize

SetupRequirementsChanged Class

Sent whenever the setup requirement of materials, tools, etc. are changed for any reason at a process endpoint. This message contains a detailed listing of the required items, and their designated positions. This message is typically used for example, whenever a new recipe is activated which requires a different setup. If the Lane and Stage properties are left empty, the setup requirements of the entire Endpoint have been impacted. Otherwise, only the specified Lane and/or Stage is impacted.
{
  "Lane": 1,
  "Stage": null
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionSetupRequirementsChanged

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

The SetupRequirementsChanged type exposes the following members.

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