01-02-2013 05:35 PM
I want to control my Front Panel Interface (GUI) with an ipad over wi-fi. Is this possible?
Use my GUI as an app
01-02-2013 08:44 PM
01-02-2013 08:45 PM
https://itunes.apple.com/us/app/data-dashboard-for-labview/id481303987?mt=8
I saw a demo of this at a NI Technical Symposium.
01-03-2013 04:51 AM
Hello RyanSolar.
Yes this is possible with our Data Dashboard, which can be downloaded from the Apple App Store. We have just released a new version of this app for Apple iPad (version 2). This version allows us to use both indicators and controls on the iPad to control the application running on the computer.
Note that version 1 does not include controls, but only indicators. This version is currently available for iPhone, Android and Windows 8.
See this toturial for more information:
Getting Started with the Data Dashboard for LabVIEW
http://www.ni.com/white-paper/13757/en
01-18-2013 06:22 AM
Dear Sir, What if I am using an ARM9 processor and the Labview for embedded module software. Can I still use datadashboard to do an android application to control the labview program on the ARM9?
Many thanks.
01-22-2013 11:33 AM - edited 01-22-2013 11:35 AM
Hello AmirKotb,
An ARM target and the data dashboard can communicate with any target capable of hosting shared variables. Unfortunately, niether of them are capable of hosting shared variables themselves. They can read from and write to shared variables, but they can't host them.
A workaround would be to host the the shared variable on an intermediary computer, possibly a PC or a Real-Time target. You could then point the ARM target and Data Dashboard to the computer hosting the shared variable.
David A