01-28-2013 02:58 AM
Hello
Question 1 :
I am trying to launch a graph window running by a subvi in a second monitor in FS.
Its working well but i cant access the main panel when it is running.
I was thinking that it may be in the vi properties, but can't find why.
Is there a way to do it? have you any example that could help me?
Question 2 :
The main purpose of this project will have 3 screens, 2 for graph and one for the control of some instu. and valves.
My question is how can i exctract the size of all the screens with the displayall:monitor function? (get ride of the depth in the cluster) in order to run all of this in full screen.
01-28-2013 03:23 AM - edited 01-28-2013 03:24 AM
Hi Renardy,
1) Porbably you set your subVI to "Dialog"/"modal" type in it's settings... (Can't open LV2012 VIs by now.)
2) As usual you use a loop (or IndexArray) followed by Unbundle(ByName):
Do whatever you need to do with the Bounds cluster...
01-28-2013 04:02 AM
Thank you for the help i was in custom mode for some reasons and when i change some parameters i can do what i want.
Problem solved.