Tag_Configuration_Detail
This diagram is a subset of the Tag_Main_Diagram, but shows more detail about the scalar and vector configuration and catalog classes.
See Tag_Main_Diagram for additional details about Measurement Tag.
The configuration of scalar measurement tag values will be stored in the Measurement_Tag_Sal_Conf class. These are measurement tags that will only have one value. The configuration of vector measurement tag values will be stored in the Measurement_Tag_Vact_Conf class. These are measurement tags that can have multiple (array-like) values. Catalog properties for a measurement tag can be stored in the R_Measurement_Tag_Cat class. These properties are supplied by the manufacturer and are used to initially populate the Measurement Tag class. They can be overridden in the Measurement_Tag class if they are different. The Measurement Tag Catalog can be further sub-divided into scalar and vector catalogs. Catalog properties for scalar measurement tags will be stored in the R_Measurement_Scal_Cat class. This will hold the initial values for scalar catalog properties. These properties are supplied by the manufacturer and are used to initially populate the Measurement_Tag_Scal_Conf class. They can be overridden in the Measurement_Tag_Scal_Conf class if they are different. Catalog properties for vector measurement tags will be stored in the R_Measurement_Vector_Cat class. This will hold the initial values for vector catalog properties. These properties are supplied by the manufacturer and are used to initially populate the Measurement_Tag_Vect_Conf class. They can be overridden in the Measurement_Tag_Vect_Conf class if they are different. |
|
|
|