09-18-2007 10:30 AM
 altenbach
		
			altenbach
		
		
		 
		
		
		
		
		
	
			09-18-2007 10:35 AM
Sorry, I don't understand you comment in the context of this thread. Which post are you referring to?
@centerbolt wrote:
In this case why not use a functional global instead of the shift register?
 PJS
		
			PJS
		
		
		
		
		
		
		
		
	
			09-18-2007 10:48 AM
 
					
				
		
 tst
		
			tst
		
		
		 
		
		
		
		
		
	
			09-18-2007 10:53 AM
I would also go with Lynn's suggestion of placing all your wires into a typedef cluster which you pass through the SR. That's what I usually do, but that isn't really that practical for small loops where you're doing a simple thing. Then again, for small simple loops you usually have many cases.
Paolo, nice trick.
 
					
				
		
 Wayne.C
		
			Wayne.C
		
		
		
		
		
		
		
		
	
			09-18-2007 11:02 AM
@ altenbach
Instead of using the shift register in the original post, the contents of which are only used in one of the cases and require all the extra wiring we all hate to do, why not store the data using a functional global? This gets rid of a lot of clutter on the block diagram.
 MichaelAivaliot
		
			MichaelAivaliot 
		
		
		
		
		
	
			09-21-2007 01:23 AM
@smercurio_fc wrote:
As tst mentioned, the Tunnel Wiring Wizard can be very handy in these cases. There's a thread on this here.
Here's the original thread on the Tunnel Wiring Wizard back in 2004. The 8.0 version is here.
You can make more of your own scripting tools like this by poking around the VI Scripting Forums here.
 Henrik_Volkers
		
			Henrik_Volkers
		
		
		
		
		
		
		
		
	
			09-21-2007 02:01 AM
 
					
				
		
 tst
		
			tst
		
		
		 
		
		
		
		
		
	
			09-21-2007 02:54 AM
@Henrik Volkers wrote:
Did I miss something? If data is changed only in one of n cases LV offers the feedback node !
At least in 7.x feedback nodes can not be inside structures. They have to be in the loop itself.
8.5 now gives the options of having a feedback node without any loop.
The main reason I rarely use FNs is that they are harder to understand than SRs. A minor reason is that they have some performance issues.
 
					
				
		
 Gabi1
		
			Gabi1
		
		
		
		
		
		
		
		
	
			09-21-2007 05:15 AM
