03-22-2013 11:40 AM
Hi volks,
I have a simple question. I have serial VISA communcation below shown in the picture,. My task is use this several times with different COM port.
My Question is do i have to mention or connect all parameter of the functions or is it enough to connect only interfaces.
Will there be any times lags or any others parameters differeing the stuffs.
03-22-2013 12:00 PM
What you set as inputs / outputs of a subvi is completely up to you. In regards to VISA settings, i find it highly unlikely that you will need to change them, but you might have to if different devices require different settings.
Deside what you may need to change and set it as an input to the subvi.
03-22-2013 12:04 PM
You didn't post a picture, so I'm not sure what you have in your subVI. In general for VISA functions, you should have already initialized any settings that are applicable to a VISA resource. So for read, write, etc. all you will need to pass in is the VISA Resource and any parameters needed to perform you function.