LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using aliases in LabVIEW

Using visaconf, I have set aliases for each of my devices. How can I use the aliases in VISA finder in a block diagram ? I want to avoid using strings like GPIB0::12::INSTR etc. if possible (plus avoid mistakes).
0 Kudos
Message 1 of 3
(2,946 Views)
If by VISA finder, you mean the VISA Find Resource function, you can specify the search mode to return the aliases instead of the canonical name. Try a value of 4. A front panel VISA Resource Name control should automatically display an alieas if it exists.
0 Kudos
Message 2 of 3
(2,944 Views)
That worked. Thanks !
0 Kudos
Message 3 of 3
(2,930 Views)