NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

I am trying to use the T. S. operator interface I need to add pass fail and error

Hello:
 
I  am using Labview 6.1 and Test Stand 2.0
 
I have made some modification to a copy of the T.S. Labview operator interface. How do I get the pass/fail or error from test stand to be pass to LabView so I can tell the operator that the unit pass or fail the test. I do not want to use the Test UUTs. I want this to be very low operator response.
 

Message Edited by Toro on 02-28-2006 01:52 PM

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

Hi,

It already does this but you must have tracing enabled otherwise you get a blank screen while its running.

In the Execution Display.vi within in the Main Message Loop look in the "Update on Trace" case and also the Update Display case.

Hope is helps

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 3
(2,961 Views)
Not sure if this is available in the earlier versions of TestStand, but I think so.
 
You could post a UI Message, from your execution entry point in the process model, to your User Interface indicating the pass/fail/error status when a test run is complete.  You will need to handle the UI Message in your Operator Interface.  See TestStand II Customisation course notes for handling UI Messages.
 
The data passed in the UI Message can be anything you like, the UI Message handler in the User Interface will have to process the message and update the display as required.
 
Hope this helps
 
Steve

Message Edited by SercoSteve on 03-01-2006 10:02 AM

There are 10 types of people in the world that understand binary, those that do and those that don't.
0 Kudos
Message 3 of 3
(2,951 Views)