LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to export Labview graph data live to a mobile phone?

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

0 Kudos
Message 1 of 3
(2,765 Views)

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)

Thoric (CLA, CLED, CTD and LabVIEW Champion)


0 Kudos
Message 2 of 3
(2,742 Views)