02-13-2009 11:23 AM
Hi
How can I develop a DSC LabVIEW application featuring multi window instances controlled by button (s) press on main (default) front view window?
In fact I have a large number of wireless sensors to be analyzed.
BR,
Nasq
02-15-2009 09:00 PM
Create multiple labview VI. Use button to switch between VI. LabVIEW is able to programmtically open or close a VI, open or close a VI's panel.
For detailed information, please post this question on LabVIEW forum.
02-15-2009 09:00 PM
02-16-2009 06:49 AM
Hi Ryan!
Thanks for reply. Creating multiple VIs is not a bad design option at all. However I fear it could compromise speed of an application which is also running active communication with database sources and a great number of sensors.
Let me try it. But thanks for suggestion.
BR
Nasq