01-31-2015 03:35 AM
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.
Any help regarding how to go about it, I would be really glad if you any ideas.
Regards,
Kamasani
02-01-2015 06:18 AM
Hi,
Is the checkbox absolutely necessary? Because if not, you can use a tab, with each sensor in a separate page.
Thanks,
Danielle
02-01-2015 06:32 AM
Hi thanks for your time,
not absolutely for checkbox, but i need to create radio buttons for sensor selection in the similar way.
02-01-2015 06:43 AM
Hi,
Your Main.vi has the basis of your plugin architecture quite well. You seem to have answered your question yourself In order to load the sensors dynamically, look at the calculator example.
Danielle