User Documentation
Table Of Contents
- Table of contents
- 1 Introduction
- 2 Safety instructions
- 3 System overview
- 4 Operating behavior
- 5 Software installation
- 6 Configuration
- 7 Program development
- 8 Licensing
- 9 Device Administration (DevAdmin)
- 10 Software units
- 11 OPC UA Server
- 12 Node-RED
- 13 LongtermDiagnosticMonitor
- 14 Data recorder
- 15 Diagnostics
- 16 Maintenance
- 17 Technical data
- 18 Directives and standards
- 19 Appendix: Tutorial - creating an IEC project
- 20 Appendix: Addressing in the Ethernet (basics)
- 21 Appendix: Tutorial FoE
- 22 Appendix: Tutorial - call C function from IEC
- Index

OPC UA Server
System manual
2696790000/02/04.2020
57
Functionality
OPC UA
Server
OPC UA
Server
Pro
OPC UA
Server
Adv
Generic variable tree: x x x
Creating an information model: 1 several
*)
Support of customer-specific events and meth-
ods:
1
*)
several
*)
*)
These functionalities are not currently supported yet.
The following table provides an overview of the service sets supported by
the OPC UA server.
Service Sets as per OPC UA
Specification Part 4
Supported services
Discovery complete
SecureChannel complete
Session complete
Nodemanagement not supported
View
● Browse
● BrowseNext
● TranslateBrowsePathsToNodeIds
Query not supported
Attributes
● Read
● Write
Method not supported
MonitoredItem
● CreateMonitoredItems
● ModifyMonitoredItems
● SetMonitoringMode
● DeleteMonitoredItems
Subscription
● CreateSubscription
● ModifySubscription
● SetPublishingMode
● Publish
● Republish
● DeleteSubscriptions
11.2 Establishing a connection
The OPC UA Server supports the establishment of connections to OPC UA
standard compliant clients via TCP-IP binary protocol. The IP address of the
control is also the IP address of the OPC UA server. The port is 4842 by de-
fault. Application-specific settings such as port, application name, manufac-
turer, etc. can be set via the server configuration u-create studio.
Example of a connection call:
opc.tcp://ServerUrl:Port