04-26-2013 06:23 PM
04-29-2013
08:54 AM
- last edited on
02-19-2026
06:54 PM
by
Content Cleaner
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 (https://www.ni.com/docs/en-US/bundle/labview/page/using-local-and-global-variables-carefully.html)
04-29-2013
09:37 AM
- last edited on
02-19-2026
06:55 PM
by
Content Cleaner
You might want to look at this recent post:
https://forums.ni.com/t5/LabVIEW/Simulating-a-four-degree-of-freedom-robotic-arm/m-p/2406726#M744407
04-29-2013 01:49 PM