Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
osie
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nikola Balog
osie
Commits
d93e751f
Commit
d93e751f
authored
Sep 05, 2023
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Leave only examples for integer / float variables.
parent
a4747b69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
77 deletions
+13
-77
opcua-to-http-gw/opcua-server-config.xml
opcua-to-http-gw/opcua-server-config.xml
+13
-77
No files found.
opcua-to-http-gw/opcua-server-config.xml
View file @
d93e751f
<?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
://erp5.com
</Uri>
<Uri>
http
s://erp5.nexedi.com/
</Uri>
</NamespaceUris>
<Aliases>
<Alias
Alias=
"Int64"
>
i=8
</Alias>
...
...
@@ -9,89 +9,25 @@
<Alias
Alias=
"HasTypeDefinition"
>
i=40
</Alias>
<Alias
Alias=
"HasComponent"
>
i=47
</Alias>
</Aliases>
<UAObject
NodeId=
"ns=1;i=1"
BrowseName=
"1:erp5-test-object-0"
ParentNodeId=
"i=85"
>
<DisplayName>
erp5-test-object-0
</DisplayName>
<Description>
erp5-test-object-0
</Description>
<References>
<Reference
ReferenceType=
"Organizes"
IsForward=
"false"
>
i=85
</Reference>
<Reference
ReferenceType=
"HasTypeDefinition"
>
i=58
</Reference>
<Reference
ReferenceType=
"HasComponent"
>
ns=1;i=2
</Reference>
</References>
</UAObject>
<UAVariable
NodeId=
"ns=1;i=2"
BrowseName=
"1:erp5-variable"
ParentNodeId=
"ns=1;i=1"
DataType=
"Int64"
AccessLevel=
"3"
UserAccessLevel=
"3"
>
<DisplayName>
erp5-variable
</DisplayName>
<Description>
erp5-variable
</Description>
<!-- Integer example -->
<UAVariable
NodeId=
"ns=1;i=2"
BrowseName=
"1:erp5-variable"
ParentNodeId=
"i=85"
DataType=
"Int64"
AccessLevel=
"3"
UserAccessLevel=
"3"
>
<DisplayName>
erp5-variable-integer
</DisplayName>
<Description>
erp5-variableinteger
</Description>
<References>
<Reference
ReferenceType=
"HasComponent"
IsForward=
"false"
>
ns=1;i=1
</Reference>
<Reference
ReferenceType=
"HasTypeDefinition"
>
i=63
</Reference>
</References>
</UAVariable>
<UAObject
NodeId=
"ns=1;i=3"
BrowseName=
"1:erp5-test-object-1"
ParentNodeId=
"i=85"
>
<DisplayName>
erp5-test-object-1
</DisplayName>
<Description>
erp5-test-object-1
</Description>
<References>
<Reference
ReferenceType=
"Organizes"
IsForward=
"false"
>
i=85
</Reference>
<Reference
ReferenceType=
"HasTypeDefinition"
>
i=58
</Reference>
<Reference
ReferenceType=
"HasComponent"
>
ns=1;i=4
</Reference>
</References>
</UAObject>
<UAVariable
NodeId=
"ns=1;i=4"
BrowseName=
"1:erp5-variable"
ParentNodeId=
"ns=1;i=3"
DataType=
"Int64"
AccessLevel=
"3"
UserAccessLevel=
"3"
>
<DisplayName>
erp5-variable
</DisplayName>
<Description>
erp5-variable
</Description>
<References>
<Reference
ReferenceType=
"HasComponent"
IsForward=
"false"
>
ns=1;i=3
</Reference>
<Reference
ReferenceType=
"HasTypeDefinition"
>
i=63
</Reference>
</References>
</UAVariable>
<UAObject
NodeId=
"ns=1;i=5"
BrowseName=
"1:erp5-test-object-2"
ParentNodeId=
"i=85"
>
<DisplayName>
erp5-test-object-2
</DisplayName>
<Description>
erp5-test-object-2
</Description>
<References>
<Reference
ReferenceType=
"Organizes"
IsForward=
"false"
>
i=85
</Reference>
<Reference
ReferenceType=
"HasTypeDefinition"
>
i=58
</Reference>
<Reference
ReferenceType=
"HasComponent"
>
ns=1;i=6
</Reference>
</References>
</UAObject>
<UAVariable
NodeId=
"ns=1;i=6"
BrowseName=
"1:erp5-variable"
ParentNodeId=
"ns=1;i=5"
DataType=
"Int64"
AccessLevel=
"3"
UserAccessLevel=
"3"
>
<DisplayName>
erp5-variable
</DisplayName>
<Description>
erp5-variable
</Description>
<References>
<Reference
ReferenceType=
"HasComponent"
IsForward=
"false"
>
ns=1;i=5
</Reference>
<Reference
ReferenceType=
"HasTypeDefinition"
>
i=63
</Reference>
</References>
</UAVariable>
<UAObject
NodeId=
"ns=1;i=7"
BrowseName=
"1:erp5-test-object-3"
ParentNodeId=
"i=85"
>
<DisplayName>
erp5-test-object-3
</DisplayName>
<Description>
erp5-test-object-3
</Description>
<References>
<Reference
ReferenceType=
"Organizes"
IsForward=
"false"
>
i=85
</Reference>
<Reference
ReferenceType=
"HasTypeDefinition"
>
i=58
</Reference>
<Reference
ReferenceType=
"HasComponent"
>
ns=1;i=8
</Reference>
</References>
</UAObject>
<UAVariable
NodeId=
"ns=1;i=8"
BrowseName=
"1:erp5-variable"
ParentNodeId=
"ns=1;i=7"
DataType=
"Int64"
AccessLevel=
"3"
UserAccessLevel=
"3"
>
<DisplayName>
erp5-variable
</DisplayName>
<Description>
erp5-variable
</Description>
<References>
<Reference
ReferenceType=
"HasComponent"
IsForward=
"false"
>
ns=1;i=7
</Reference>
<Reference
ReferenceType=
"HasTypeDefinition"
>
i=63
</Reference>
</References>
</UAVariable>
<UAObject
NodeId=
"ns=1;i=9"
BrowseName=
"1:erp5-test-object-4"
ParentNodeId=
"i=85"
>
<DisplayName>
erp5-test-object-4
</DisplayName>
<Description>
erp5-test-object-4
</Description>
<References>
<Reference
ReferenceType=
"Organizes"
IsForward=
"false"
>
i=85
</Reference>
<Reference
ReferenceType=
"HasTypeDefinition"
>
i=58
</Reference>
<Reference
ReferenceType=
"HasComponent"
>
ns=1;i=10
</Reference>
</References>
</UAObject>
<UAVariable
NodeId=
"ns=1;i=10"
BrowseName=
"1:erp5-variable"
ParentNodeId=
"ns=1;i=9"
DataType=
"Int64"
AccessLevel=
"3"
UserAccessLevel=
"3"
>
<DisplayName>
erp5-variable
</DisplayName>
<Description>
erp5-variable
</Description>
<!-- Float example -->
<UAVariable
NodeId=
"ns=1;s=3"
BrowseName=
"1:erp5-variable-string"
ParentNodeId=
"i=85"
DataType=
"String"
AccessLevel=
"3"
UserAccessLevel=
"3"
>
<DisplayName>
erp5-variable-string
</DisplayName>
<Description>
erp5-variable-string
</Description>
<References>
<Reference
ReferenceType=
"HasComponent"
IsForward=
"false"
>
ns=1;i=9
</Reference>
<Reference
ReferenceType=
"HasTypeDefinition"
>
i=63
</Reference>
</References>
</UAVariable>
</UANodeSet>
\ No newline at end of file
</UANodeSet>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment