NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I add results and limits to the operator interface ?

I want to customize the LabVIEW Operator Interface for TestStand 2.0 (2.0.1).
I want to display the limits of the numeric and string measurements and each measurement data of the multiple numeric limit tests in the execution window
0 Kudos
Message 1 of 3
(3,353 Views)
Hi,

Here is an example of modifying a step description field that will provide you with a solution.
The only thing you might have to do in the Operator Interface is to make the text box longer to allow for the extra text length.

http://zone.ni.com/devzone/explprog.nsf/6c163603265406328625682a006ed37d/918ee9bf1bd60af4862567ae00649772?OpenDocument

Regards
ray farmer
Regards
Ray Farmer
0 Kudos
Message 2 of 3
(3,353 Views)
Hi,
As Ray Farmer explained, it is not very difficult, to add limit information and the measured values to the execution window. But my main problem is the 'multiple numeric limit test. Each line in the listbox of the LabVIEW operator interface represents one test step. But this step contains multiple measurements and unfortunately it is not possible, to display multiple lines in a listbox item. So my first idea is, to leave the trace listbox as it is,and add a second listbox or a string indicator to the operator interface. This indicator will be updated after each test step. An update can contain the limits,hte unit and the result of a single measurement and the informations of multiple measurements.
If anybody has another idea of handling this problem, please p
ost it.

Best regards
Dirk Schuller-Moller
0 Kudos
Message 3 of 3
(3,353 Views)