After I upgraded to LabVIEW 8.2.1 and installed the newest MAX4.2. and NI-VISA4.1, the visaconf.ini was missing. It used to be under C:\VXIPNP\WinNT\NIvisa\ but now it's gone. Just to remind everyone what was in that file, it contained the aliases to the COM ports and other devices:
[ALIASES]
Alias0 = "'COM1','ASRL1::INSTR'"
Alias1 = "'COM2','ASRL2::INSTR'"
Alias2 = "'COM3','ASRL3::INSTR'"
Alias3 = "'COM4','ASRL4::INSTR'"
Alias4 = "'LPT1','ASRL10::INSTR'"
NumAliases = 5
So does MAX save the aliases to a different file?
I use to dynamically write to this file with LabVIEW so the user could define their own aliases.
Is there still a way to create an alias without using MAX?