Recipe Class |
The Recipe type exposes the following members.
Name | Description | |
---|---|---|
![]() | ExpectedCycleTime | 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. |
![]() | ExpectedUnitsPerWorkTransaction | 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. |
![]() | ExpectedWorkTime | ** 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. |
![]() | MimeType | The MIME type of the binary data contained by the RecipeData property. |
![]() | Name | The name of the recipe (may include full path, if applicable) |
![]() | RecipeData | A binary representation of the recipe data. |
![]() | Revision | An optional version number, e.g. “2.0” |
![]() | UnitHeight | ** 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. |
![]() | UnitLength | ** NOTE: ADDED in CFX 1.2 ** Length (X-Axis) of the Units processed within this Recipe, in centimeters. Parallel to direction of production flow. |
![]() | UnitWidth | ** 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. |