 labmaster
		
			labmaster
		
		
		
		
		
		
		
		
	
			05-21-2014 01:03 AM - edited 05-21-2014 01:08 AM
 Bob_Schor
		
			Bob_Schor
		
		
		 
		
		
		
		
		
	
			05-23-2014 09:36 AM
Sorry -- there was no message at the link you included ("The item does not exist. It may have been deleted.").
 Dennis_Knutson
		
			Dennis_Knutson
		
		
		
		
		
		
		
		
	
			05-23-2014 09:48 AM
 paul_cardinale
		
			paul_cardinale
		
		
		
		
		
		
		
		
	
			05-23-2014 10:39 AM
The controls and the connections to the pane must match the specific callback invokation.
The best way to start creating a callback VI is to right-click on "VI Ref" of the "Reg Event Callback" node and select "Create Callback VI".
05-30-2014 10:15 PM - edited 05-30-2014 10:19 PM
 
					
				
		
 tst
		
			tst
		
		
		 
		
		
		
		
		
	
			05-31-2014 01:07 PM
@labmaster wrote:
I tried to realize it by using some temporal variable which was just initialized before using it.
But I believe there is a simple method to check if "eventstatus" is OK.
Can you suggest how to use callback event in simple or update my code?
I don't know if you would consider this simple, but you can create a user event in the caller and register for it, then pass the event reference to the callback VI as the user parameter and generate the event in the callback VI. This will give you an event in the main VI when the callback VI runs. Make sure you register for the user event before you start the callback VI to avoid a situation where you miss the event.
06-01-2014 02:43 AM - edited 06-01-2014 02:44 AM
 
					
				
		
 tst
		
			tst
		
		
		 
		
		
		
		
		
	
			06-01-2014 03:48 AM