Click or drag to resize

ComponentsPressed Class

Sent periodically by a Press Fit machine to indicate the number of presses which were successfully or unsuccessfully completed during the sample time window.
{
  "StartTime": "2018-04-06T08:06:46.4471059-04:00",
  "EndTime": "2018-04-06T08:16:46.4471059-04:00",
  "TotalComponentsPressed": 10,
  "TotalComponentsNotPressed": 2
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformance.PressInsertionComponentsPressed

Namespace: CFX.ResourcePerformance.PressInsertion
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class ComponentsPressed : CFXMessage

The ComponentsPressed type exposes the following members.

Constructors
 NameDescription
Public methodComponentsPressed 
Top
Properties
 NameDescription
Public propertyEndTime The end of the sample period
Public propertyStartTime The start of the sample period
Public propertyTotalComponentsNotPressed The total number of components that were not successfully pressed during the sample period
Public propertyTotalComponentsPressed The total number of components that were successfully pressed during the sample period
Top
See Also