How to start with OOUACoreServer
On Windows
1. Download and install the Local Discovery Server (LDS) OPC Foundation LDS – Need to be registred
The LDS is optional to setup an OPC UA platform.
2. Download server binaries from the OpenOpcUa website.
3. Expand the file OOUA_Simulation_2020_Release_x64.zip into a local folder
4. Start a command shell in the folder where you copied the server files
5. Type the command : StartServerRelease.bat and hit Enter
6. Now you can connect with your UA client using the following URL :
opc.tcp://localhost:2406/OpenOpcUaCoreServer
7. Enjoy it !!!
On Linux
There are no discovery server available for Linux today.
1. Download server binaries from the OpenOpcUa website.
2. Expand the file Debianx86-OpenOpcUa.Simulation.zip into a local folder
3. Start a shell in the folder where you copied the server files
4. run the following command :
sh StartOpenOpcUaCoreServer.sh
Note : OpenOpcCOreServer depends on 3 dynamic libraries that the server need to retrieve in its path.
5. Now you can connect with your UA client using the following URL :
opc.tcp://localhost:3879/OpenOpcUaCoreServer
6. Enjoy it !!!