11-20-2014 03:00 PM - edited 11-20-2014 03:19 PM
Hello there
How do i run a Labview file through a windows phone or a tablet? is it possible
is there any phone specifications required? or steps?
Thanks alot
11-20-2014 03:17 PM
@na1992 wrote:
Hello there
How do i run a Labview file through a windows phone or a tablet? is it possible
is there any phone specifications required? or steps?
Thanks alot
You do not need to use huge bold characters, I think most of the people can read the normal size here 🙂
You should specify your question. But maybe you find an answer here:
11-20-2014 03:23 PM
hahaha 😛 my baad
i mean if i have done my labview file on laptop and i want it to connect my file to a microcontroler using usb or any serial connection, i want a way that my labview file will run if i store it on a phone.
i searhced about exe format but i didnt find enough info
11-20-2014 03:39 PM - edited 11-20-2014 03:43 PM
@na1992 wrote:
hahaha 😛 my baad
i mean if i have done my labview file on laptop and i want it to connect my file to a microcontroler using usb or any serial connection, i want a way that my labview file will run if i store it on a phone.
i searhced about exe format but i didnt find enough info
Sorry, but you should define more precisely what is your goal:
"if i have done my labview file on laptop"
You mean that, you create a LabView VI on your laptop? Do you keep it as a VI, or you build an exe or installer package from your VI(s)?
"i want it to connect my file to a microcontroler using usb or any serial connection"
I am not sure what you mean about "connect my file to something"...You mean you would like to run your Labview VI or application to connect to a microcontroller? You can do this using a laptop But you cannot run LabView VI, neither LabView application on mobile phone OS, as much as I know.
" i searhced about exe format but i didnt find enough info"
If you build an exe using Labview, that exe will not run on iOS, or Android, if this is what you ask...
11-21-2014 04:00 AM - edited 11-21-2014 04:03 AM
@Blokk wrote:
@na1992 wrote:
hahaha 😛 my baad
i mean if i have done my labview file on laptop and i want it to connect my file to a microcontroler using usb or any serial connection, i want a way that my labview file will run if i store it on a phone.
i searhced about exe format but i didnt find enough info
Sorry, but you should define more precisely what is your goal:
" i searhced about exe format but i didnt find enough info"
If you build an exe using Labview, that exe will not run on iOS, or Android, if this is what you ask...
Nor Windows Phone or Windows RT. A LabVIEW exe is compiled and linked for x86 or AMD64 architecture with Win32 API architecture and will only run on Windows for x86 or x64 systems.
Windows Phone and Windows RT are despite the similarity in the name technically completely different platforms to the normal Desktop Windows system, just as different as MacOS X or iOS.
11-21-2014 05:07 AM
No, you cannot run a LabVIEW executable on a phone.
There are some other options though that may give you the desired end effect...
1) The LabVIEW data dashboard allows you to view (and control?) network shared variables using an App available for Android/iPhones
2) Run your application on a computer (or server) and have your phone interface to it over the internet/wifi. You could create an App for the phone that communicates over TCP with the LabVIEW application or look for something like interfacing to it with a web browser (e.g. Web Services, WebSockets etc.).