After creating the Alias in NI MAX, do the following in LabVIEW:
- Create a constant from the input VISA resource name of the VISA Open function.
- Double click the constant and write the name of the alias you set in MAX
- Even if the device is not connected, this way you avoid the broken arrow given by LabVIEW for not selecting a device.
Additional Information
You can also load the file visaconf.ini into your VI. This file contains the aliases you have created so you could wire them to the VISA resource name. To obtain this file check
here.