Hi all
I would like to apply input voltages that are collected and put them in my array based on the position of where the measurement was taken. Right now I can collect the input voltages and I can control the position on the array where they go. I am having an issue with taking multiple readings and applying each new reading to the new position in the array. I have tried wiring it directly in to the array and it does nothing unless I stop the voltage reading and then I only get the last reading filling the array. Next I tried to make a local variable and use this variable to add to the array and this yield nothing as well. Right now I am runing out of ideas. Over all I am trying to fill out the intensity graph. I attached the vi and the part I am talking about is on the right side. Thanks