Difference between revisions of "Extensions.Measure.InvalidMeasurementException"

From emotive
Jump to navigation Jump to search
Line 1: Line 1:
 
{{DISPLAYTITLE:Exception '''InvalidMeasurementException'''}}
 
{{DISPLAYTITLE:Exception '''InvalidMeasurementException'''}}
 
== Classification ==
 
== Classification ==
{{ClassificationException | InvalidMeasurementException | [[Exception Type]] | [[Core.DataTypes.ComplexDataType|Complex Data Type]] }}
+
{{ClassificationException | InvalidMeasurementException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] |[[Extensions.Measure.MeasureException|MeasureException]]}}
  
 
== Description ==
 
== Description ==
The '''InvalidMeasurementException''' is thrown when an invalid measurement from an instrument is received. It means that the measuring instrument is in order, but the measured value is however considered invalid by the device. The litter of this exception can be controlled by the optional '''SuppressInvalidMeasurementException''' of '''ExecuteDeviceService''' activity flag.
+
The '''InvalidMeasurementException''' shall be thrown when an invalid measurement is received from a measurement device. It means that the measurement device is fine, but the measured value is nevertheless regarded as invalid by the device. the throw of this exception can be controlled by the optional '''suppressInvalidMeasurementException''' flag of '''ExecuteDeviceService''' action

Revision as of 10:22, 18 October 2018

Classification

Name InvalidMeasurementException
Class Complex Data Type
Base Data Type MeasureException
SpecifiedBy ISO 13209-3

Description

The InvalidMeasurementException shall be thrown when an invalid measurement is received from a measurement device. It means that the measurement device is fine, but the measured value is nevertheless regarded as invalid by the device. the throw of this exception can be controlled by the optional suppressInvalidMeasurementException flag of ExecuteDeviceService action