Page 1 of 1

OPC UA Server Communication

Posted: Mon Aug 26, 2013 3:40 am
by osim2001
i have ix panel t7a. now i want to communicate my pc software with ix panel t7a. i have activated opc ua server on ix panel and i have ip address andd port number. now i will write my communicate codes to my pc software. i want use visual studio 2013 and language is c# or vb.net. not important. is there any code samples how can i get tag status from ix panel to my visual stdudio .net application?
thanks

Re: OPC UA Server Communication

Posted: Mon Aug 26, 2013 9:46 am
by mark.monroe
Normally people use an OPC UA client to get data from an OPC UA server. I do not know of any .NET libraries that would allow you to connect to a OPC Server via your PC program. There should be some available as OPC is a common protocol.

Re: OPC UA Server Communication

Posted: Tue May 20, 2014 6:41 am
by bjornidar
By running iX 2.10 (runtime on PC) as UA-server I've been able to read server information and variables through Unified Automation UaExpert - as a client...

Do you have any examples for a C#-program running as client to iX Runtime "server"?