Click or drag to resize

Recipe Class

Represents a collection of instructions used by a piece of automated equipment to perform a function (typically upon a production unit) during production.
Inheritance Hierarchy

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

The Recipe type exposes the following members.

Constructors
 NameDescription
Public methodRecipe Default Constructor
Top
Properties
 NameDescription
Public propertyExpectedCycleTime The total amount of time 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 includes both productive and non-productive time, such as transfer, positioning, etc.
Public propertyExpectedUnitsPerWorkTransaction The number of units that are to be processed simulataneously by this recipe. For example, in the case of a 2 x 2 panelized PCB, this property would be 4 because 4 units (PCB's) are procesed at one time per work transaction. In the case that a station processes a variable number of units per transaction, this should represent the average number of units expected to be processed per transaction.
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 propertyMimeType The MIME type of the binary data contained by the RecipeData property.
Public propertyName The name of the recipe (may include full path, if applicable)
Public propertyRecipeData A binary representation of the recipe data.
Public propertyRevision An optional version number, e.g. “2.0”
Public propertyUnitHeight

** NOTE: ADDED in CFX 1.2 **

Heigth (Z-Axis) of the Units processed within this Recipe, in centimeters. Perpendicular to direction of production flow when viewed from the side.
Public propertyUnitLength

** NOTE: ADDED in CFX 1.2 **

Length (X-Axis) of the Units processed within this Recipe, in centimeters. Parallel to direction of production flow.
Public propertyUnitWidth

** NOTE: ADDED in CFX 1.2 **

Width (Y-Axis) of the Units processed within this Recipe, in centimeters. Perpendicular to direction of production flow when viewed from above.
Top
See Also