02-05-2009 04:04 PM
Hello,
I want to count the number of times an event occurs, and using that count I will derive the data I need. That is, the counter serves as an 'intermediary' variable.
How do I add and intialize a variable without having to add a front-panel item?
Thank you
MCU
Solved! Go to Solution.
02-05-2009 04:22 PM - edited 02-05-2009 04:22 PM
Don't think in terms of variables. Think in terms of wires. The wire is the variable.
The wire will feed from on side of your while loop to the other. Shift registers allow the updated value to be carried to the next loop iteration.

02-06-2009 08:15 PM
Hello
Thank you very much for the reply.
Regards
MCU