Hey all,
I'm a new to LabView programming (three days by now...) and I really hope to have an answer to my question.
I am communicating with a ten years old optical spectrum analyzer. It has a GPIB connection and I have successfully read and write using VISA.
At the moment - I have a subVI for every command in which I prepare to correct string. I then route it to a write function that perform visa open, write and close.
I end up with a block diagram that has multiple and identical write functions.
I was wonder if there is a more elegant way to do it?
I intend to implement more frequently used commands as an event structure - so the program will respond to changes only (I've just saw the tutorial).
Is it possible to the same with VISA write? And if so, how will it respond to multiple changes?
How do you recommend to handle multiple strings command into a single write function?
Thanks, Avishay