03-20-2015 09:19 AM
Dear all,
I am building a VI which includes many control buttons and indicators. What I really want now is to put all control buttons in a front panel and all indicators in the other panel. I want to display 2 front panels on 2 difference monitors. I used Vertical splitter bar, it is ok but one screen is not big enough because I want to show many things at the same time. Is there any way for me to do that?
Thank you for any idea!
03-20-2015 09:26 AM
Why does it need to be one VI? It sounds like you want two monitors, maximized on one monitor each.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
03-20-2015 09:41 AM
03-20-2015 09:58 AM
You cannot have a VI with multiple front panels. You can give the illusion of this using other techniques like subpanels, and Window Parent Child relationships, but I don't think that is what you want either.
I'm thinking the best way to handle this is with two separate VIs with passing data between them using something like a functional global, queue, user event, or some other method of shareing data to update the UI.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
03-20-2015 10:04 AM
03-20-2015 11:49 AM
See this recent thread where the poster was looking to do the same thing.
http://forums.ni.com/t5/LabVIEW/how-to-dual-monitor-application/m-p/3095219/highlight/true#M885496
03-20-2015 11:55 AM