07-20-2011 02:17 AM
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.
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
08-09-2011 03:37 AM
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