12-07-2015 03:37 AM - edited 12-07-2015 03:54 AM
Hello and greetings from a LabView novice,
In my program I wish to write several commands via VISA and read them in order. I have created an array of the commands, and auto-indexed it to a for loop.
I want to receive an array of the responses, in the order they have been read of course. However, I am unsure what is the best way to do it.
I'm sure the solution is simple but have been unable to find one. I have attached the vi for reference. (The VISA Read\Write vi is part of the device's LabView driver), which works, but seems like an unmodular and inelegant approach.
Thanks!
Solved! Go to Solution.
12-07-2015 04:17 AM
12-07-2015 07:13 AM
Simple indeed, thanks! 🙂