Jump to content

Measurement:Units: Difference between revisions

From AOWIS
mNo edit summary
mNo edit summary
 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:


* Part of: [[Measurement:Main_Page]]
* Part of: [[Measurement:Main_Page]]
* Related to: [[Measurement:Unit_Identifiers]]


AOWIS systems, components, and data models MUST use the International System of Units (SI) as the canonical unit system.<ref name="BIPM-SI">International Bureau of Weights and Measures (BIPM) — International System of Units (SI) https://www.bipm.org/en/measurement-units/si-base-units</ref><ref name="NIST-SI">NIST — The International System of Units (SI) https://www.nist.gov/pml/owm/metric-si/si-units</ref>
AOWIS-compliant systems, components, interfaces, and data models MUST use the canonical set of SI-based engineering units defined for measurement quantities in AOWIS.


SI is the globally accepted standard for scientific and technical measurement and is defined and maintained by the International Bureau of Weights and Measures (BIPM).<ref name="Wikipedia-SI">Wikipedia — International System of Units https://en.wikipedia.org/wiki/International_System_of_Units</ref>
SI is the globally accepted standard for scientific and technical measurement and is defined and maintained by the International Bureau of Weights and Measures (BIPM).<ref name="BIPM-SI">International Bureau of Weights and Measures (BIPM) — International System of Units (SI) https://www.bipm.org/en/measurement-units/si-base-units</ref><ref name="NIST-SI">NIST — The International System of Units (SI) https://www.nist.gov/pml/owm/metric-si/si-units</ref>
 
Canonical units are selected individually for each measurement quantity based on the International System of Units (SI), established engineering practice, numerical practicality, and interoperability.


== Purpose ==
== Purpose ==


This specification establishes a single authoritative unit system for all physical quantities represented by AOWIS.
This specification establishes a single authoritative canonical unit for each measurement quantity represented by AOWIS.
 
The use of canonical units reduces implementation complexity, eliminates ambiguity during data exchange, simplifies validation and testing, and improves interoperability between independent AOWIS implementations.
 
Each measurement quantity is assigned exactly one canonical unit. Authoritative values within the AOWIS measurement model are represented in that unit.
 
Values received in supported alternative units are converted at the applicable system boundary. Values MAY be converted to other units for external systems or user-interface presentation without changing their canonical representation.
 
User interfaces MAY display numerical values in supported alternative units for convenience, provided that the displayed unit is clearly indicated. Such presentation does not change the canonical value used by AOWIS.
 
== Terminology ==
 
; AOWIS domain model
: The authoritative representation of concepts, entities, relationships, and state managed by AOWIS.
 
; AOWIS measurement model
: The part of the AOWIS domain model that represents measurement quantities, measurement values, units, precision, timestamps, and measurement provenance.
 
; Canonical value
: The authoritative numerical representation of a measurement value expressed in the canonical unit defined for its measurement quantity.


The use of a single unit system reduces implementation complexity, eliminates ambiguity during data exchange, simplifies validation and testing, and improves interoperability between independent AOWIS implementations.
; Source value
: The original numerical value and unit representation received from a user, device, file, component, or external system before validation and conversion into the canonical AOWIS representation.


== Requirements ==
== Requirements ==
=== General ===
<pre>
<pre>
REQ-MEAS-000: The International System of Units (SI) is the authoritative unit system for all physical quantities represented by AOWIS.
REQ-MEAS-001: All authoritative numerical values representing measurement quantities within the AOWIS measurement model MUST be represented using their defined canonical units.
 
REQ-MEAS-002: Conversion artifacts, rounding errors, and precision loss introduced by an implementation MUST NOT exceed the documented precision of the measurement.
 
REQ-MEAS-003: Interfaces between AOWIS-compliant components and components or systems using non-canonical unit representations MUST perform the required conversion at the applicable boundary. Values entering the AOWIS measurement model MUST be converted to their defined canonical units. Values leaving AOWIS MAY be converted to the representation required by the receiving component or system.
 
REQ-MEAS-004: Original source values and their unit identifiers MAY be retained as provenance data. Retained source values MUST be clearly distinguished from the authoritative canonical values and MUST NOT be used as authoritative values for computation, comparison, validation, or control logic.


REQ-MEAS-001: All numerical values representing physical quantities within an AOWIS-compliant system MUST be represented using SI units.
REQ-MEAS-005: Each distinct measurement quantity in AOWIS MUST be mapped to exactly one canonical unit. Measurement quantities with different meanings MUST have separate identifiers, even when they use the same canonical unit.
</pre>


REQ-MEAS-002: Implementations MUST produce results that are numerically consistent with SI-based processing.
=== User Interface Specific ===
<pre>
REQ-MEAS-UI-001: User interfaces MUST clearly indicate the unit associated with every displayed or entered numerical value representing a physical quantity.


REQ-MEAS-003: Implementations MUST NOT introduce conversion artifacts, rounding errors, or precision loss that are outside the documented precision of the measurement.
REQ-MEAS-UI-002: User interfaces MAY display measurement values in supported non-canonical units for convenience, provided that the displayed unit is clearly indicated.


REQ-MEAS-004: Interfaces between AOWIS-compliant and non-AOWIS-compliant systems MUST convert all non-SI physical quantities to SI units before they become part of the AOWIS measurement model and MUST convert from SI units when exporting data to systems requiring non-SI units.
REQ-MEAS-UI-003: User interfaces accepting values in non-canonical units MUST convert the entered value to its defined canonical unit before it enters the AOWIS measurement model.


REQ-MEAS-005: User interfaces MUST clearly indicate the unit associated with every displayed or entered numerical value representing a physical quantity.
REQ-MEAS-UI-004: Rounding performed for presentation MUST NOT modify the underlying canonical value.
</pre>
</pre>


== Notes ==
== Notes ==


This specification governs how physical quantities are represented within AOWIS.
External systems MAY use alternative unit systems. Any required conversion between such systems and AOWIS is performed at the system boundary in accordance with REQ-MEAS-003.
 
External systems MAY use alternative unit systems. Any required conversion between such systems and AOWIS is performed at the system boundary in accordance with REQ-MEAS-004.


== References ==
== References ==
<references />
<references />

Latest revision as of 12:12, 28 July 2026

AOWIS-compliant systems, components, interfaces, and data models MUST use the canonical set of SI-based engineering units defined for measurement quantities in AOWIS.

SI is the globally accepted standard for scientific and technical measurement and is defined and maintained by the International Bureau of Weights and Measures (BIPM).[1][2]

Canonical units are selected individually for each measurement quantity based on the International System of Units (SI), established engineering practice, numerical practicality, and interoperability.

Purpose

This specification establishes a single authoritative canonical unit for each measurement quantity represented by AOWIS.

The use of canonical units reduces implementation complexity, eliminates ambiguity during data exchange, simplifies validation and testing, and improves interoperability between independent AOWIS implementations.

Each measurement quantity is assigned exactly one canonical unit. Authoritative values within the AOWIS measurement model are represented in that unit.

Values received in supported alternative units are converted at the applicable system boundary. Values MAY be converted to other units for external systems or user-interface presentation without changing their canonical representation.

User interfaces MAY display numerical values in supported alternative units for convenience, provided that the displayed unit is clearly indicated. Such presentation does not change the canonical value used by AOWIS.

Terminology

AOWIS domain model
The authoritative representation of concepts, entities, relationships, and state managed by AOWIS.
AOWIS measurement model
The part of the AOWIS domain model that represents measurement quantities, measurement values, units, precision, timestamps, and measurement provenance.
Canonical value
The authoritative numerical representation of a measurement value expressed in the canonical unit defined for its measurement quantity.
Source value
The original numerical value and unit representation received from a user, device, file, component, or external system before validation and conversion into the canonical AOWIS representation.

Requirements

General

REQ-MEAS-001: All authoritative numerical values representing measurement quantities within the AOWIS measurement model MUST be represented using their defined canonical units.

REQ-MEAS-002: Conversion artifacts, rounding errors, and precision loss introduced by an implementation MUST NOT exceed the documented precision of the measurement.

REQ-MEAS-003: Interfaces between AOWIS-compliant components and components or systems using non-canonical unit representations MUST perform the required conversion at the applicable boundary. Values entering the AOWIS measurement model MUST be converted to their defined canonical units. Values leaving AOWIS MAY be converted to the representation required by the receiving component or system.

REQ-MEAS-004: Original source values and their unit identifiers MAY be retained as provenance data. Retained source values MUST be clearly distinguished from the authoritative canonical values and MUST NOT be used as authoritative values for computation, comparison, validation, or control logic.

REQ-MEAS-005: Each distinct measurement quantity in AOWIS MUST be mapped to exactly one canonical unit. Measurement quantities with different meanings MUST have separate identifiers, even when they use the same canonical unit.

User Interface Specific

REQ-MEAS-UI-001: User interfaces MUST clearly indicate the unit associated with every displayed or entered numerical value representing a physical quantity.

REQ-MEAS-UI-002: User interfaces MAY display measurement values in supported non-canonical units for convenience, provided that the displayed unit is clearly indicated.

REQ-MEAS-UI-003: User interfaces accepting values in non-canonical units MUST convert the entered value to its defined canonical unit before it enters the AOWIS measurement model.

REQ-MEAS-UI-004: Rounding performed for presentation MUST NOT modify the underlying canonical value.

Notes

External systems MAY use alternative unit systems. Any required conversion between such systems and AOWIS is performed at the system boundary in accordance with REQ-MEAS-003.

References

  1. International Bureau of Weights and Measures (BIPM) — International System of Units (SI) https://www.bipm.org/en/measurement-units/si-base-units
  2. NIST — The International System of Units (SI) https://www.nist.gov/pml/owm/metric-si/si-units