Page 1 of 1
iX' OPC UA server
Posted: Wed May 14, 2014 7:33 am
by bjornidar
Hi,
has anyone in here used the OPC UA server - builtin iX?
I need to develop a C# application (Windows forms) that communicate with an iX server, and would be happy to read some examples.
Re: iX' OPC UA server
Posted: Wed May 14, 2014 8:16 am
by JohnCZ
Hi,
Yes in many , many times but I had never used it with other C# application. I use it in iX Runtime [ as a OPC UA server ] with other iX HMI or iX HMI [ as server ] and with other iX HMI. If you want to make your own application using OPC I suggest go to
https://opcfoundation.org/.
BR
JohnCZ
Re: iX' OPC UA server
Posted: Tue May 20, 2014 7:41 am
by bjornidar
Ok..
As long as the iX Runtime runs as a Server it should be possible to connect a UA Client to it (I've succesfully done it with UaExpert).
What I wan't is to make a C# (.NET) application that communicates with the iX server.
Re: iX' OPC UA server
Posted: Tue May 20, 2014 10:10 am
by AMitchneck
From a quick google search I found Unified Automation created a C# library for creating a OPC client/server. Check out
http://www.unified-automation.com/produ ... t-sdk.html
You can also make an OPC client yourself by making a new class that uses the System.Net.Sockets.TCPclient class to connect to the OPC server and communicate using OPC protocols.
Re: iX' OPC UA server
Posted: Wed May 21, 2014 12:56 am
by bjornidar
Thank you, AMitchneck!
I've seen the SDK but haven't bought/ tried it.
Have you ever used the ...TCPclient? I would really appreciate an example