NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use instrument i/o assistant express token value

Hi,

I have created a step with LabView Action and selected Intrument I/O Assistant Expres VI for it.

It makes a "Query and Parse" operation to DMM.

 

settings.PNG

 

How can i refer/access to my query result which placed in "Token" ?

E.g. if i would like to save the result in a file.

 

Thanks

0 Kudos
Message 1 of 2
(3,107 Views)

You would add an indicator to the token output of the IO Assistant and configure this to be an output parameter of your VI (Hint: Connector pane).

Adding this VI to a Numeric Limit Step enables you to pass token to Step.Result.Numeric. This value will be evaluated against your configured limits (so if you need no compare, simply configure the step's comparison type to "No Comparison") and included in the default report.

 

hope this helps,

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 2
(2,992 Views)