I have posted on this before. I got an answer that only confused me more, but I provided very few details on my previous post. I am going to be more specific in my post this time, because I need a solution that I can implement quickly, I AM ABOUT TO GET FIRED. I have not been programming very long (a few months) and this was the first real VI ihave built, so please be gentle when looking at it. 
 
My VI is used to monitor the position of a garage door while it cycles up and down. I am using a potentiometer on each door to determine its position. That part works great. I am using a property node to auto scale the slide so it doesn't matter what the voltage drop in the very long wires is. I set my min and max by monitoring the voltage and setting those values as my min and max for the indicator. Once those values are set, I change over to tracking position instead of setting limits. While the position is being tracked I look for the door to be in the up or down position and indicate it with booleans. I am waiting the amount of time specified on the control and "pressing" the button I watch the position of the door and if the door does not reach either the up or down position in the set time plus 20 seconds, I turn the door red, and tell the oprator there is a problem/ I also have added a manual pushbutton, and a reset count to zero. I have the following inputs STOP, RELAY CH TO CLOSE, RELAY COM TO CLOSE, (relays are for pushbutton) PHYSICAL CHANNEL (analog in to monitor potentiometer) and ERROR IN. My  ouputs are as follows,DOOR POSITION, UP, DOWN,CYCLE COUNT, and ERROR OUT , I know that I did not use the best practices, but, like I said, I am learning...
 
HERE IS MY ISSUE   \/ \/ \/
 
I need to take this VI, 30 times, and put all of the indicators on a "Main" front panel. I need to show them all on one screen, while these 30 sub vi's are running I need to monitor the values on the main screen. I need to make it so our technicians can click on the indicator, and pull up the still running sub-vi and use it. I also still need the other 29 subs to continue running quietly in the background.  I then need to be able to make the sub-vi front panel go away and return to the big screen. PLEASE HELP ME!!  Thanks 🙂
					
				
			
			
				
	One should welcome adversity as an opportunity to excel.