NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEWIOControl

Solved!
Go to solution

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.

 

0 Kudos
Message 1 of 2
(3,123 Views)
Solution
Accepted by topic author MimiKLM

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


CLA CTAChampionI'm attending the GLA Summit!
Subscribe to the Test Automation user group: UK Test Automation Group
0 Kudos
Message 2 of 2
(3,113 Views)