UNPKG

node-red-contrib-opcua

Version:

A Node-RED node to communicate via OPC UA based on node-opcua library.

54 lines (53 loc) 2.54 kB
<?xml version='1.0' encoding='utf-8'?> <UANodeSet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://opcfoundation.org/UA/2011/03/UANodeSet.xsd"> <NamespaceUris> <Uri>http://ustom.org/UA/</Uri> </NamespaceUris> <Aliases> <Alias Alias="ExpandedNodeId">i=18</Alias> <Alias Alias="Organizes">i=35</Alias> <Alias Alias="HasTypeDefinition">i=40</Alias> <Alias Alias="HasProperty">i=46</Alias> <Alias Alias="HasComponent">i=47</Alias> </Aliases> <UAObject NodeId="ns=1;i=2001" BrowseName="1:CustomTypes" ParentNodeId="i=93"> <DisplayName>CustomTypes</DisplayName> <Description>CustomTypes</Description> <References> <Reference ReferenceType="HasComponent" IsForward="false">i=93</Reference> <Reference ReferenceType="HasTypeDefinition">i=61</Reference> <Reference ReferenceType="Organizes">ns=1;i=2002</Reference> </References> </UAObject> <UAObject NodeId="ns=1;i=2002" BrowseName="1:CustomType" ParentNodeId="ns=1;i=2001"> <DisplayName>CustomType</DisplayName> <References> <Reference ReferenceType="Organizes" IsForward="false">ns=1;i=2001</Reference> <Reference ReferenceType="HasTypeDefinition">i=58</Reference> <Reference ReferenceType="HasComponent">ns=1;i=2003</Reference> <Reference ReferenceType="HasProperty">ns=1;i=2004</Reference> </References> </UAObject> <UAVariable NodeId="ns=1;i=2003" BrowseName="1:Field1" ParentNodeId="ns=1;i=2002" DataType="ExpandedNodeId"> <DisplayName>Field1</DisplayName> <Description>Field1</Description> <References> <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=2002</Reference> <Reference ReferenceType="HasTypeDefinition">i=63</Reference> </References> <Value> <uax:ExpandedNodeId>NumericNodeId(ns=1;i=1000)</uax:ExpandedNodeId> </Value> </UAVariable> <UAVariable NodeId="ns=1;i=2004" BrowseName="1:Prop1" ParentNodeId="ns=1;i=2002" DataType="ExpandedNodeId"> <DisplayName>Prop1</DisplayName> <Description>Prop1</Description> <References> <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=2002</Reference> <Reference ReferenceType="HasTypeDefinition">i=68</Reference> </References> <Value> <uax:ExpandedNodeId>NumericNodeId(ns=1;i=1000)</uax:ExpandedNodeId> </Value> </UAVariable> </UANodeSet>