06-21-2008 07:52 AM
06-21-2008 08:37 AM - edited 06-21-2008 08:37 AM
06-21-2008 11:04 AM - edited 06-21-2008 11:05 AM

06-21-2008 11:14 AM - edited 06-21-2008 11:15 AM

06-21-2008 11:43 AM
altenbach wrote:
I would definitely advise against the use of locals and/or value property nodes for such a simple problem.A better way is to use a shift register as in the following example:
06-21-2008 12:05 PM - edited 06-21-2008 12:14 PM
JoeLabView wrote:
However, in smercurio's defence, I believe he did that because the question mentions a control instead of an indicator.. So maybe the operator can also input a number.. At least that was my interpretation.

06-21-2008 12:50 PM
06-21-2008 01:12 PM - edited 06-21-2008 01:12 PM
Altenbach made very good recommendations.
Here's what I had done this morning but didn't post it because it was similar to smercurio.
It's good to know there are alternatives.. 😉
RayR
06-21-2008 01:44 PM
Thanks, Ray. That was precisely why I had done it that way. I had thought about a shift register as well, but decided not to provide it as a suggestion because there frankly wasn't enough to go on to determine what the poster was trying to do. My interpretation when I provided the suggestion was that the poster wanted to still be able to use the control from the front panel and have some sort of process or flag that would automatically increment the control.
@JoeLabView wrote:
@altenbach wrote:
I would definitely advise against the use of locals and/or value property nodes for such a simple problem.A better way is to use a shift register as in the following example:
I totally agree with you Altenbach.However, in smercurio's defence, I believe he did that because the question mentions a control instead of an indicator.. So maybe the operator can also input a number.. At least that was my interpretation.
06-21-2008 03:33 PM
uddy wrote:I'm currently trying to figure out how to start, stop, and restart an event structure or a while loop without stopping a parallel loop.