Best thing to do is to create a subVI that contains a while loop and
an uninitialised shift register. with this shift register you can
store you motor data within a 2D array. So to obtain/store the data
for motor2, graph3 you would index array number 5 and then output the
subarray into an indicator.
Your subarray would need just 3inputs(action, array index, array data)
and 1output vastly simplifying your program.

Reply via email to