07-01-2019 11:54 AM
How can I read 9 GPIB devices one after another almost at same time?
Using a Tab or something, to switch from reading one device to another by clicking the tab, or another way. Only having one VI.
I there a way to do this or an example to look at?
Solved! Go to Solution.
07-01-2019 12:02 PM
How are you doing 1? Now just wrap that in a For Loop. Auto-index on an array of GPIB references.
07-01-2019 03:09 PM
Thank you for the response,
sounds good, also how can I have the GPIB address selection saved so that I don't need to choose the GPIB address from the VISA I/O drop down every time I re-open and close the program?
07-01-2019 03:45 PM
Create a constant on your block diagram.
Or if you need them in a control, right click the array and select Save Values as Default and save the VI.
07-01-2019 04:03 PM
Thanks, I will do
I might have more questions in a week after I implement it.
07-02-2019 12:57 PM
Any way that you could show an example of the for loop and auto-index on an array of GPIB references?
07-02-2019 01:14 PM - edited 07-02-2019 01:15 PM
Arrays, loops, and auto-indexing is basic LabVIEW.
I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
Learn LabVIEW
07-02-2019 01:17 PM
Thank you for the response
I thought I had to but the I/O control in the array, which wasn't working lol
Thanks