The FindLstn function will simply return an array of GPIB addresses. It
won't identify instruments like MAX does. Having a VISA Resource Name
control on the front panel of a VI and clicking the little dropdown
control to the right of the control will accomplish the same thing,
though the list will use VISA resource name syntax. You can also get
the list using the "VISA Find Resource" function.
MAX simply sends out the *IDN? command to identify instruments. Thus, you can combine the "VISA Find Resource" with the "VISA Write" and "VISA Read" to identiy the instruments:
Message Edited by smercurio_fc on 10-18-2007 12:34 PM