LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

User Interface for Multiple Sensors

Hi all, 

I want to create an application where in i should be able to acquire data for Accelerometer, pressure, strain, LVDT and Temperature sensors. I want to create a Font Panel as shown in the attachment, i should configure any of the sensors by selecting the check box. Please find the attachment. 

I created the prototype design using NI Signal Express, i am not able to customize the Step Set-up window as per my requirements(Shown in the attachment). 

Any help regarding how to go about it, whether in LabVIEW or in Signal Express. I would be really glad if you any ideas.

Regards,
KM
0 Kudos
Message 1 of 3
(3,526 Views)
You can certainly do what you want in LV, but you all have to create the UI manually. Beyond that, this configuration dialog is just another LabVIEW program.

What exactly is the problem you are having? I can't open your code because NI still hasn't released the beta version of LabVIEW 2015 for Android.

Mike..

PS: Yes, the comment about LabVIEW 2015 is a joke! Unless of course there really is an Android version coming, in which case I just amazed myself...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 2 of 3
(3,458 Views)

Kamasani,


There are probably a bunch of ways to do this.  If you are newer to LabVIEW I would probably start by looking at event structures.

 

http://www.ni.com/white-paper/3331/en/

 

When these events trigger you can just run another VI like Mike was saying (you could try starting with Prompt User for Input Express VI).  If you want to get more advanced you can look into X-Controls.

 

http://www.ni.com/tutorial/3198/en/

Matt J | National Instruments | CLA
0 Kudos
Message 3 of 3
(3,417 Views)