Hey,
I'm trying to have a program update the instrument anytime the values on the front panel change. So what I have it do is compare a cluster each time around a while loop.
I'm worried about the behavior of the program on the first iteration, as I am using a shift register that is initially undefined. I can define it using a local variable, but I was wondering if there is some clever way of doing this that doesn't require local variables.
I'll post a comment with an example of what I'm talking about.
-Dobbs