UNPKG

node-red-contrib-opcua

Version:

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

27 lines (25 loc) 1.16 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://custom.org/Custom/</Uri> </NamespaceUris> <Aliases> <Alias Alias="HasTypeDefinition">i=40</Alias> <Alias Alias="HasSubtype">i=45</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> </References> </UAObject> <UADataType NodeId="ns=1;s=CustomType" BrowseName="1:CustomType"> <DisplayName>CustomTypeDefinition</DisplayName> <References> <Reference ReferenceType="HasSubtype" IsForward="false">i=29</Reference> </References> </UADataType> </UANodeSet>