This content is not available in your preferred language.

The content is shown in another available language. Your browser may include features that can help translate the text.

Opening and Closing VISA Session During TestStand Sequence

Updated Jun 5, 2023

Reported In

Software

  • TestStand

Driver

  • NI-VISA

Issue Details

I am using TestStand to call code modules that use the NI-VISA API. Should I open the VISA reference at the beginning of my test sequence and close at the end, or should I open and close in every VI that I run?

Solution

It is fine to open the reference to your VISA instrument only once at the beginning of your TestStand sequence, and close it at the end.

Additional Information

In order to make sure subsequent VISA commands are communicating with the same instrument, the VISA reference must be passed from the action step that opened the reference to each subsequent action step, including the one that contains VISA Close.This can be done by making the VISA reference a parameter, and then saving it to a variable within TestStand.