LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LV6 String to VISA I/O Resource

I need to translate a string to an VISA I/O Resource. I've tried to do it by linking an I/O Resource control to a Property Node box and selecting Rsrc Name property, but it doesn't change to Write. I want to avoid using Old VISA Open, so...

Thank you...
0 Kudos
Message 1 of 4
(2,633 Views)
You can write the string directly to the VISA terminal (if indicator) or local variable or Value property node.


LabVIEW, C'est LabVIEW

0 Kudos
Message 2 of 4
(2,633 Views)
Thank you, but what I need is something that would work on run-time.
0 Kudos
Message 3 of 4
(2,633 Views)
I do this kind of operation all the time. I have included my VI that I use for this. You can look at how it's done or just use it. I found it handy to have a "translation" VI rather than throwing local variables around my diagram.

Rob
Message 4 of 4
(2,633 Views)