0

I'm trying to figure out how to connect my labwindows UIR to a teststand .seq file. I want the UIR to be able to read the .seq file and then display some data from the .seq file to the UIR.

1 Answers1

0

You can do this with modules.

You can pass parameters from the .seq file to the module (which in your case is a CVI program).

This will allow you to easily pass data back and fourth from the sequence. TestStand is a test execution suite so it usually makes sense to use it as your base and build modules on top of it, or just use CVI by itself.

Joey
  • 43
  • 1
  • 6