LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Finding Instances of VISA Write

Is there anyway to find all the instances of the VISA Write in a program? I tried VIew->VI Hierarchy, but that did not show the VISA Writes. The program I am updating has multiple VISA writes in lots of sub-VIs and all of these VISA Writes have a legacy command that I need to update to the new command. I don't want to miss updating any of these writes. What is the best way to find every instance of a VISA Write without having to spending hours sifting through the code?

 

Thanks in advance.

0 Kudos
Message 1 of 3
(2,526 Views)

Use the 'Edit-> Find and Replace' function  (ctrl-F)

Here you can navigate through the palettes for the VISA Write function or type it's name directly.

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 2 of 3
(2,517 Views)
Select the node, then press CTRL-F

This should work if you are using the sub vi VISA Write. If you are using a
property node to do the visa write, search for the text inside it.

The VISA Write sub vi isn't in the VI hierarchy because it is marked as
"toolkit" vi. This makes it behave almost like a function.

Regards,

Wiebe.


0 Kudos
Message 3 of 3
(2,510 Views)