How to get data from an OPC server into my iPhone Xcode project?

How to get data from an OPC server into my iPhone Xcode project? I have an OPC server and I want to communicate with it to send and receive data from it. I really have no idea where to start. Thank you!

Upvotes: 0

Views: 1296

Answers (2)

Andrew Cullen
Andrew Cullen

Reputation: 868

I see that Unified Automation's C++ SDK does mention XCode support in this document

While not for Xcode, I have had success with these SDK's that use Xamarin to build apps that run on iOS and Android.

https://github.com/OPCFoundation/UA-.NETStandard

https://github.com/convertersystems/opc-ua-samples

Upvotes: 1

Kevin Herron
Kevin Herron

Reputation: 7005

First step would be to find an OPC UA Client SDK that is compatible with iOS.

Upvotes: 0

Related Questions