04-26-2013 06:23 PM
04-29-2013 08:54 AM
Hello,
To return values to the beginning of the program, the most common method is using shift register. Why do you "not need loops"? If we are returning values to the beginning of the program, it makes sense to run the program again (with a loop).
You can move variables around without using shift registers with local variables for instance (http://www.ni.com/white-paper/7585/en)
04-29-2013 09:37 AM
You might want to look at this recent post:
http://forums.ni.com/t5/LabVIEW/Simulating-a-four-degree-of-freedom-robotic-arm/m-p/2406726#M744407
04-29-2013 01:49 PM