06-26-2008 02:18 PM
06-26-2008
03:34 PM
- last edited on
07-08-2024
11:17 AM
by
Content Cleaner
You need to use a loop to autoindex the array, such as this:
Special note: I just placed the loop for demonstation. A side effect is that if the array is empty then the VISA reference out will be empty since the loop will not run. One way to deal with this is to use a shift register for the VISA reference as well.
Or, you can create the send string which is the multiple commands to send for each element of the array.
It's clear you need to learn a bit about LabVIEW programming, so I suggest:
To learn more about LabVIEW it is recommended that you go through the tutorial(s) and look over the material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. You can also take the online courses for free.
Message Edited by smercurio_fc on 06-26-2008 03:36 PM
06-26-2008 03:42 PM