Difference between revisions of "Extensions.Measure.InvalidMeasurementException"

From emotive
Jump to navigation Jump to search
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:Exception '''InvalidMeasurementException'''}}
 
{{DISPLAYTITLE:Exception '''InvalidMeasurementException'''}}
 
== Classification ==
 
== Classification ==
{{ClassificationException | InvalidMeasurementException | [[Exception Type]] | [[Complex Data Type]] }}
+
{{ClassificationException | InvalidMeasurementException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] |[[Extensions.Measure.MeasureException|MeasureException]] | {{OtxSpec3}} }}
  
 
== 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''' will 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.

Latest revision as of 07:35, 12 September 2019

Classification

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

Description

The InvalidMeasurementException will 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.