Click or drag to resize

ReflowProfilingProcessData Class

Provides production unit reflow statistics
Inheritance Hierarchy
SystemObject
  CFX.StructuresProcessData
    CFX.Structures.ReflowProfilingReflowProfilingProcessData

Namespace: CFX.Structures.ReflowProfiling
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public class ReflowProfilingProcessData : ProcessData

The ReflowProfilingProcessData type exposes the following members.

Constructors
 NameDescription
Public methodReflowProfilingProcessData Default Constructor
Top
Properties
 NameDescription
Public propertyBarcode Barcode of Production Unit
Public propertyConveyorSpeedSetpoint The converyor speed setpoint (in cm / minute)
Public propertyLane Lane within oven. 1 is “front” and 2 is “back”
Public propertyLotID Lot identification value
Public propertyMeasuredConveyorSpeed The actual conveyor speed (in cm / minute)
Public propertyOvenName Name of oven
Public propertyProcessWindowName Name of process window
Public propertyProductionUnitPWI The Process Window Index of the production unit
Public propertyProductName Name of product
Public propertyRecipeName Name of recipe
Public propertyResult "PASS" or "FAIL". FAIL if absolute value of ProductionUnitPWI exceeds 100.0
Public propertyTimeDateUnitIn Time and date Production Unit entered oven in ISO 8061 Datetime format.
Public propertyTimeDateUnitOut Time and date Production Unit exited oven in short date pattern.
Public propertyZoneData Process data (temperatures, etc.) for each zone of the reflow oven at the time when this transaction tool place.
Top
See Also