Click or drag to resize

CalibrationPerformed Class

Sent when calibration of any sort has been performed at an endpoint.
{
  "TransactionID": "a71dae78-b78d-49b6-939d-d8fb20281391",
  "Calibration": {
    "CalibrationCode": "FID1",
    "CalibrationType": "UnitPosition",
    "Comments": "Position Check.  Fiducial FID1.",
    "Status": "Ok",
    "CalibrationTime": null,
    "Measurements": [
      {
        "MeasurementName": "Measure1",
        "MeasurementValue": {
          "Value": 0.97,
          "ValueUnits": "mm",
          "ExpectedValue": 1.0,
          "ExpectedValueUnits": "mm",
          "MinimumAcceptableValue": 0.9,
          "MinimumAcceptableValueUnits": "mm",
          "MaximumAcceptableValue": 1.2,
          "MaximumAcceptableValueUnits": "mm"
        }
      }
    ]
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformanceCalibrationPerformed

Namespace: CFX.ResourcePerformance
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public class CalibrationPerformed : CFXMessage

The CalibrationPerformed type exposes the following members.

Constructors
 NameDescription
Public methodCalibrationPerformed 
Top
Properties
 NameDescription
Public propertyCalibration A dynamic structure describing the calibration that was performed. The structure may varty depending on the native of the calibration.
Public propertyTransactionID

** NOTE: ADDED in CFX 2.0 **

Optional: The id of the work transaction with which this calibration is associated. Empty if calibration not associated with a work transaction.
Top
See Also