11-21-2011 07:36 AM
Hi,
I'd like to pass the VISA resource name as the parameter to the LV module instead passing it from LV.
How I can get know about the [VISA resource name].[Device Name] and [VISA resource name].[Session Number]?
K.
Solved! Go to Solution.
11-21-2011 09:44 AM
K,
You can normally pass Device Name as a string, so assign it to a local variable string (for example "TE_DMM" which would be your VISA alias - set in MAX) if you would like to change it on the fly.
The session number while initialising can be 0, assign the session number output from the initialise step to a local variable number and use it in the rest of the steps.
Hope this helps.
regards,
aCe