06-05-2009 03:49 PM
I want to be able to susbscribe to my shared variables over wifi and see the graphs and readouts on my itouch or iphone like we can with PDAs. Why doesn't labview do this? Controling the VI might be complicated. However, a few preset templates that you would just specify which variable goes to which indicator would be plenty. There are currently over 35,000 apps for the iphone/itouch and no labview. Imagine what we could do with a labview iphone or itouch.
Can this be done? Is it already in the works?
06-05-2009
09:34 PM
- last edited on
11-13-2024
05:11 PM
by
Content Cleaner
HI Rex,
As of now Labview supports only windows based OS for handheld devices.
you could use this on any of PDA`s or smart phones such as Hp which is based on windows.
This link should give a better Idea
http://www.ni.com/labview/mobile
Regards,
Sundar.
06-06-2009 07:53 PM
06-06-2009
08:05 PM
- last edited on
11-13-2024
05:13 PM
by
Content Cleaner
If you have LabVIEW 8.6, you can use LabVIEW web services. While you need to write a small client in a standard web language, it can easily access the data in your LabVIEW application.
Here's a flash demo .
06-10-2009
03:23 PM
- last edited on
11-13-2024
05:16 PM
by
Content Cleaner
Jarrod S. wrote:
One unfortunate issue with the iPhone is that Apple will not allow applications that can execute interpreted code. The LabVIEW run-time engine is exactly such an application. It can load and execute arbitrary VIs selected at run-time. Apple does not support this type of execution environment, because they want strict control over what runs on their hardware. LabVIEW as a programming language is therefore not very suitable for Apple's cool but locked-down iPhone application environment.
Uhm, what, LabVIEW is an interpreted language (). I thought that it was a compiled language.....
Ton
06-11-2009
09:40 AM
- last edited on
11-13-2024
05:16 PM
by
Content Cleaner
altenbach wrote:
If you have LabVIEW 8.6, you can use LabVIEW web services. While you need to write a small client in a standard web language, it can easily access the data in your LabVIEW application.
Here's a flash demo.
I think that is how a friend of mine wrote LabVIEW code for the iPhone.
06-16-2009 10:52 AM
07-18-2009 01:00 PM
Jarrod S. wrote:
I knew someone would try to point that out. That was not my point and sorry for the confusion. I am well aware LV is not an interpreted language. But the meaning of interpreted code in the Apple standards is looser than just an interpreted language. My point regarded the ability to execute arbitrary VIs at run-time, which looking back, may or may not have much to do with the original post.
Hi Jarrod,
I am currently listening to the latest Stackoverflow podcast, it discusses Mono on the Iphone and they have written a special compiler to be able to have a 'scripted' language on the iphone. I am not sure if this is possible for LabVIEW, but the details are in the first 15 minutes of the podcast.
Hope this helps you.
Ton
12-18-2009 12:27 PM
12-18-2009 12:58 PM
As altenbach said. WebServices is the way to go. You can make some pretty slick looking iPhone Web Apps with LabVIEW Web Services and some PHP programming. There is even iPhone specific web API you can use for menus and stuff.
Controls/Instruments <--> DAQ Hardware <--> Computer <--> LabVIEW Web Services <--> Apache Web Server w/ PHP <--> iPhone