ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

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
(3,089 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
(3,087 Views)
That worked. Thanks !
0 Kudos
Message 3 of 3
(3,073 Views)