IMeasurementRecorder
Short summary
This interface provides the functionality to create a new generic measurement entry.
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | CNM_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 partname(Tc2_System.T_MaxString): name of the measurement, e.g. label position, cell voltage, oven temperatureunit(UnitString): unit of the measurement, e.g. mm, V, °Crange(MeasurementRangeStruct): Permissible value range of the measurement for OK partsvalue(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