UA_EUInformation

This PLC data type maps the node "EUInformation" [i=887]: reference.opcfoundation.org
This structured data type contains information about units of measurement (e.g. namespace URI, unit ID, display name and description).

Syntax

{attribute 'pack_mode' := '1'}
TYPE UA_EUInformation :
STRUCT
    sNamespaceURI:  UA_String;
    nUnitId:        UA_Int32;
    sDisplayName:   UA_LocalizedText;
    sDescription:   UA_LocalizedText;
END_STRUCT
END_TYPE

Parameter

Name

Type

Description

sNamespaceURI

Tc3_OpcUa.UA_String

URI of the organization that defines this unit of measurement

nUnitId

Tc3_OpcUa.UA_Int32

Numerical identifier for programmatic evaluation

sDisplayName

Tc3_OpcUa.UA_LocalizedTExt

Usually abbreviation of the unit of measurement

sDescription

Tc3_OpcUa.UA_LocalizedTExt

Full (written in full) name of the unit of measurement