NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

getting string from Labview via TestStand

First time here and first time post.  Q? I have a LabVIEW vi program that has an 'Error
Handler' which spits up a error message (text string) on an 'Indicator' on
the UI.  My question is, 1) How do I get that text string through
TestStand?
2) Take that text string and have it included in the TestStand Report.

I appreciate all.
0 Kudos
Message 1 of 4
(3,222 Views)

In your Labview vi Front Panel, right click on the icon in the upper right corner and select "show connector". You can assign the various boxes of the Connector Pane to the Controls on the front panel. You can then call the VI from Teststand using the Action type Step.

To put the string into the report, use a statement like: RunState.Step.Result.ReportText= Parameters.Error_String

I can send you a sample seq and vi if you'd like.

al

0 Kudos
Message 2 of 4
(3,213 Views)
Al,
thanks for the reply.  I would appreciate if you can send a sample for me to follow. 

thanks,
JTR
0 Kudos
Message 3 of 4
(3,205 Views)

Send your email to

awaddington@kvh.com and I will send files

al

0 Kudos
Message 4 of 4
(3,198 Views)