11-26-2010 05:13 AM
I'd like to export live data (x,y values only) from a Labview graph to a mobile i-Phone. Can anyone tell me if this is possible?
Thanks
11-26-2010 08:14 AM
You could try using Network Shared Variables to pass the information into a chart. You'll only need a basic WLAN setup on the mobile device. (This concept depends on compatibility of shared variables with the PDA release of LabVIEW, which I'm not certain about).
Failing that, you could set up a simple UDP broadcast of the data from the PC)
11-26-2010 08:44 AM