LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do i run a Labview file through a windows phone?

 

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  

0 Kudos
Message 1 of 6
(3,724 Views)

@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:

http://www.ni.com/mobile/

0 Kudos
Message 2 of 6
(3,712 Views)

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

 

0 Kudos
Message 3 of 6
(3,703 Views)

@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...

 

 

 

0 Kudos
Message 4 of 6
(3,694 Views)

@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.

 

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 5 of 6
(3,648 Views)

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.).


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 6 of 6
(3,624 Views)