V02.00 | 2021/11
49
7.2.6
Setting up an OPC UA client via an SDK
The OPC UA client must be set up in order to connect the OPC UA server of the device to an
OPC UA client. The following software is required for the setup:
n
Client SDK, e.g. from
(for C++, .net, ANSI C or Java)
n
UaModeler, e.g. from
The client SDK requires a chargeable license from
. The license
supplied with the software always only lasts for an hour.
Creating application frames
Install the client SDK and UaModeler.
Launch the development environment and create a new project.
NOTE
An example of how to create a new application and the first steps required are
provided in the documentation supplied with the client SDK.
Download the license applied for and incorporate it in the project.
Create the structured data types with the UaModeler.
NOTE
Examples and further information on handling structured data types are provided in
the documentation supplied with the UaModeler.
Incorporate the data generated in the UaModeler in the project of the client SDK.