NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Result from measurement

Where does Teststand put the result from the calling module ? I've written a number of steps in TS 3.1 using the LV7.1 prototype adapter. All my step valuations are 0 ! I assume when I create the "Specify a module step" I have to "wire" the resulting measurement to something in the TS window. Some variable like "step.results...."
0 Kudos
Message 1 of 2
(2,846 Views)
TestStand puts the result where you tell it to put it. When you select "Specify Module", The VI's outputs are displayed. In the value column, you need to specify which TesStand variable to assign to each output of the VI. If you have a single numeric output, you can assign it to step.result.numeric (click on the f(x) button), but you can assign it to any variable you have defined. As part of the TestStand Bookshelf (help menu), is the pdf file called Using LabVIEW with TestStand. You should read this for additonal details.
0 Kudos
Message 2 of 2
(2,835 Views)