04-27-2010 09:57 AM
I have an old old NI card that I'm using, it's a PC1200 ISA card, I've only gotten it to work with LabView 6.1. I have a really simple question and it's driving me bonkers. I have a WHILE loop running, taking measurements. In one iteration of the loop, it solves for a number. How do I keep the number for the next iteration of the loop? In a newer version of LV I've used a feedback node to do this, but I don't see it in 6.1.
It's such a simple thing but I can't find the solution. In a BASIC program this would just be a variable. Any ideas?
Solved! Go to Solution.
04-27-2010 11:20 AM
Does 6.1 have shift registers? Right click on the left border of the while loop and see if Add Shift register is an option.
-AK2DM
04-27-2010 02:09 PM
04-27-2010 04:12 PM
Thanks for the 'feedback' 🙂
-AK2DM