in data 05-31-2010 06:07 AM
Hello, I want to monitor a data acquisition system (labview 2009, windows vista, cdaq) and a RT acquisition system (labview rt, crio) using an iPod touch. I already know how to handle datasockets in iphone OS, problem is that I cannot find any documentation on how the NIPSP protocol works.
My objective would be to to connect to the SVE server on the vista pc (or/and the crio) and read data from the shared variables (system status, last acquisition and so on). Is that possible? how?
Thanks a lot.
Matteo
in data 06-03-2010 03:36 AM
Hi,
We don't have information about ipod communication but you can give a look at those docs, maybe they'll help you understanding the approch to use:
http://digital.ni.com/public.nsf/allkb/474BC0745F63B7378625754D0069ECE8?OpenDocument
this is about developing OPC client application in Visual Basic, maybe you can use it to understand how to do it in Cocoa with Objective-C:
http://zone.ni.com/devzone/cda/tut/p/id/3259
Best Regards