 hepman
		
			hepman
		
		
		
		
		
		
		
		
	
			09-25-2007 03:39 AM
 
					
				
		
 pincpanter
		
			pincpanter
		
		
		
		
		
		
		
		
	
			09-25-2007 04:40 AM
 
					
				
		
 Gabi1
		
			Gabi1
		
		
		
		
		
		
		
		
	
			09-25-2007 04:42 AM
Hepman,
no you cant reset the "first call". a workaround is to create a notifier with boolean data - and check notifier status. At initiation of your program you send a "true" ( comparable to "first call"), as well as every time you would like to reset the case structure to true.
note: do not use the "wait on notification", as the program will stall. rather use the "get notifier status".
 AnkeS
		
			AnkeS
		
		
		
		
		
		
		
		
	
			09-25-2007 07:23 AM - edited 09-25-2007 07:23 AM

Message Edited by AnkeS on 09-25-2007 07:24 AM
 Ben
		
			Ben
		
		
		 
		
		
		
		
		
	
			09-25-2007 07:32 AM
Anke's reply is right on the money.
If you want to learn more about using Functional Globals or Action Engines check out this link.
Ben
 
					
				
		
 Gabi1
		
			Gabi1
		
		
		
		
		
		
		
		
	
			09-25-2007 08:49 AM
 ).
 ).  Benomair
		
			Benomair
		
		
		
		
		
		
		
		
	
			01-18-2017 09:01 AM
Hello.
please I'd like to ask what this simple ??
 Yamaeda
		
			Yamaeda
		
		
		
		
		
		
		
		
	
			01-18-2017 09:12 AM
It immediatly stops the loop, making it only run once. In this case it's set to Continue if true. The point is to only update the shift registers, which holds the value and then exit.
/Y
 Benomair
		
			Benomair
		
		
		
		
		
		
		
		
	
			01-18-2017 09:14 AM
many thanks for your reply ..
I'm asking about this
 
 Norbert_B
		
			Norbert_B
		
		
		
		
		
		
		
		
	
			01-18-2017 09:19 AM
It appears that you high-jacked a close to 10 years old thread to ask your question....
However, the image you post shows the (old) boolean constant set to FALSE.