 Err
		
			Err
		
		
		
		
		
		
		
		
	
			11-01-2007 06:00 AM
 
					
				
		
 Ray.R
		
			Ray.R
		
		
		 
		
		
		
		
		
	
			11-01-2007 06:10 AM
Can you post your code?
Placing an Event Structure inside a sub-vi shouldn't cause the FP to "block".. We'd have to see the code to have an idea of what is causing it.
Just a curiosity question: do you use Protperty nodes to configure FP controls?
RayR
 LabViewGuruWann
		
			LabViewGuruWann11-01-2007 06:13 AM
 Ben
		
			Ben
		
		
		 
		
		
		
		
		
	
			11-01-2007 08:10 AM
There is an option you can configure in your event structures called "Lock front panel until event completes" (or something that effect).
Events, once registered will lock the FP (if that option is set) and the specified event is triggered.
For static events, this can happen any time after the VI starts running.
For dynamic events, it can happen any time after the event is registered.
Does any of that help?
Ben