Search
5 result(s) for Decimal
-
OPC-10000-5 – OPC Unified Architecture - Part 5: Information Model12.2.9.1 DecimalDecimal The representation in the AddressSpace of the Decimal DataType is defined in Table 173 . Table 173 - Decimal definition Attributes Value BrowseName Decimal IsAbstract FALSE References NodeClass BrowseName DataType TypeDefinition ... ModellingRule Subtype of the Number DataType defined in Table 172 . Conformance Units Base Info Decimal DataType
-
OPC-10000-6 – OPC Unified Architecture - Part 6: Mappings5.1.10 DecimalDecimal A Decimal is a high-precision signed decimal number. It consists of an arbitrary precision integer unscaled value and an integer scale. The scale is the inverse power ... that is applied to the unscaled value. A Decimal has the fields described in Table 3 . Table 3 - Layout of Decimal Field Type Description TypeId NodeId The identifier
-
OPC-10000-6 – OPC Unified Architecture - Part 6: Mappings5.2.3 DecimalDecimal Decimals are encoded as described in 5.1.10 . A Decimal does not have a NULL value
-
OPC-10000-6 – OPC Unified Architecture - Part 6: Mappings5.3.2 DecimalDecimal A Decimal Value is a encoded as an xs:complexType with the following XML schema: <xs:complexType name="Decimal"> <xs:sequence ... sequence> </xs:complexType> The NodeId is always the NodeId of the Decimal DataType . When encoded in a Variant the Decimal is encoded as an ExtensionObject . Arrays
-
OPC-10000-6 – OPC Unified Architecture - Part 6: Mappings5.4.3 DecimalDecimal Decimal values shall be encoded as a JSON object with the fields in Table 43 . Table 43 - JSON Object Definition for a Decimal Name Description Scale A JSON number ... description of the Scale and Value fields. When encoding in a Variant , a Decimal value shall be encoded as an ExtensionObject with the JSON object in Table