-2

Will anyone help me with Getting 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, nevertheless, I need to make this happen! Anything you could provide would be most helpful!! Thank you!

JasonH
  • 93
  • 8

1 Answers1

0

Well.. there exists no opc da / ua api library written in objective c. However you can easily find one for .Net thats fully compliant to OPC foundation specifications. You might be able to embed it in iphone using MonoTouch, however that means not using xcode and using c#.

etr
  • 1,252
  • 2
  • 8
  • 15