Skip to main content

IMeasurementRecorder

Short summary

This interface provides the functionality to create a new generic measurement entry.

AccessAbstractFinalExtendsImplements
-NoNoCNM_OpModeHandlingInterfaces.ICyclicNode-

UML Diagram

Properties

commands

Type: IMeasurementRecorderCommands

This property is a fluent interface that provides single attempt commands, which can be evaluated by a cycle manager instance.

configuration

Type: IProductionMetricsConfiguration

This property returns an fluent interface for the measurement configuration.

Methods

addMeasurementEntry

  • Parameters:
    • partIdentifier (Tc2_System.T_MaxString): product identifier for that specific part
    • name (Tc2_System.T_MaxString): name of the measurement, e.g. label position, cell voltage, oven temperature
    • unit (UnitString): unit of the measurement, e.g. mm, V, °C
    • range (MeasurementRangeStruct): Permissible value range of the measurement for OK parts
    • value (LREAL): value of the measurement
  • Return type: CNM_ReturnTypes.SingleExecutionResult

This methods creates a new measurement entry and queues it for the database insection.

Code

Declaration

INTERFACE IMeasurementRecorder EXTENDS CNM_OpModeHandlingInterfaces.ICyclicNode