LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW program on tablet/phone

Hi I already have a LabVIEW program which communicates with hardware (charge controller & EV prototype) using ethernet through cRIO and NI I/O modules. I have 2 queries.

 

1) Is it possible to use the program on a Tablet/ phone? What other options do i have besides Data Dashboard for LabVIEW? Is Dashboard only for visualising the indicators or for control as well?

 

2) Could the communication between the P.C. and hardware be done using WiFi instead of ethernet? How? 

 

I'm a newbie so can you explain a bit in detail?

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

1. No, the data dashboard is the only choice right now as far as I know (If I remember correctly Dashboard should be able to use controls). The best would be to write an application that sends commands via TCP/IP connection using the native development enviroment of the tablet/mobile phone (C? Java?)

 

2. Yes. The only problem might be with configuration of the WiFi equipment. How? - this depends on the connection of the equipment (draw it)

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

You can write code to do this in many ways but NI has the Remote Panel done for you: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x3SaCAI&l=en-US

 

The Dashboard can now control your VI remotely as well.

 

I'm not sure about WiFi.  It's usually used to connect portable hardware to the net rather than to each other.  Bluetooth is certainly an option and LabVIEW has a palette of VIs that will help you:  Data Communications > Protocols > BT.  The Remote Panel or Dashboard will be your easier options though. Smiley Wink

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
Message 3 of 6
(3,825 Views)


 

2) Could the communication between the P.C. and hardware be done using WiFi instead of ethernet? How? 

 

 


Google ad hoc wifi network

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

Hi the connection is some thing like this:

 

LabVIEW program on PC >> NI c-RIO communication module via ethernet >> EV Charge Controller >> EV Battery Prototype 

 

1) Now, instead of Ethernet, I'd like to use WiFi to connect this server PC with the hardware. Guidelines?

 

2) I'd like to connect a client tablet/phone with the server. What is the best method to do so?

0 Kudos
Message 5 of 6
(3,776 Views)

1)  Never done this before but I know there are simple, cheap adapters available.  Google:  Ethernet to WiFi Bridge

 

2)  This depends on what you're serving.  If you want to write something in LabVIEW that reads your test data and analyzes/displays it you could use the Data Dashboard or Remote Panels.  You could also do it in another language and create an HTML report that could be read with any browser for instance.  There are many choices and they all depend on your needs and abilities.  

 

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
Message 6 of 6
(3,739 Views)