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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
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