Click or drag to resize

RecipeStageInformation Class

** NOTE: ADDED in CFX 1.2 **

Describes some information about a recipe for a specific stage
Inheritance Hierarchy
SystemObject
  CFX.StructuresRecipeStageInformation
    CFX.StructuresSMTRecipeStageInformation

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class RecipeStageInformation

The RecipeStageInformation type exposes the following members.

Constructors
 NameDescription
Public methodRecipeStageInformation 
Top
Properties
 NameDescription
Public propertyExpectedCycleTime The total amount of time (in ms) that is expected to process one unit or group of units (as in the case of a carrier or panelized PCB) for a stage of the machine, assuming no blocked or starved conditions at the station. This includes both productive and non-productive time, such as transfer, positioning, etc.
Public propertyExpectedWorkTime

** NOTE: ADDED in CFX 1.6 **

The total amount of productive time (in ms) that is expected to process one unit or group of units (as in the case of a carrier or panelized PCB), assuming no blocked or starved conditions at the station. This does not include any non-productive time, such as transfer, positioning, etc.
Public propertyNumberOfComponentsPerUnit The number of components to install for each unit of a work for a stage of the machine.
Public propertyStage A structure describing basic information about the stage.
Top
See Also