From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to use visa write within for loop

Solved!
Go to solution

Hi,

I'm developing a measurement system with labview. I need to write the input within for loop then after out from the for loop it supposed to read the voltage from analog input pin. But the problem is, the output from for loop is in 1D Array, so when i put visa write within for loop, VISA output wire from for loop is also in 1D array. Please help me. What I should supposed to do?

 
0 Kudos
Message 1 of 2
(2,434 Views)
Solution
Accepted by topic author watha2

Change your For loops connections to shift register and you wont build an array or errors or visa resources.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 2 of 2
(2,429 Views)