10-16-2008 10:34 AM
So, I'm having trouble getting this simple 2-D array vi to work the the way I think it should. The vi is taken from a larger one that I'm writing to provide motion control signals to a 3-axis stepper motor position stage. In the vi, the data being written to the array element in the for loop is to be the sensed positon value from one of the stepper motors.
How this vi is working is that upon exiting the for loop, only the final element in row 0 has been updated, as opposed to each element in row zero, which is what I'm after.
What am I doing wrong?
Solved! Go to Solution.
10-16-2008 10:37 AM
You need to replace the tunnels with a shift register.
Lynn
10-16-2008 10:41 AM - edited 10-16-2008 10:42 AM
10-16-2008 10:49 AM
10-16-2008 11:33 AM
Just for your reference, here's a quote from this post:
The post above does not contain a "solution", so it should not be marked as such. 🙂