NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview get TestStand step result

Hi,my goal is to get each TestStand Step(Multiple /Numeric Limit Test) Result from LabVIEW OI,includes Step Limits ,Data.

 

How can i do?

 

thanks!

 

 

mason lu

 

1.jpg

0 Kudos
Message 1 of 5
(4,852 Views)

Hi Mason! I'm not quite sure what you're asking. You have an Operator Interface in LabVIEW, and you want to see each step data and limit in that operater interface?

0 Kudos
Message 2 of 5
(4,824 Views)

Hello Chantastic,

 

Yes,I have an Operator Interface in LabVIEW, and i want to see each step data and limit in that operater interface

 

Please,give some advices!

 

ThankQ!

 

 

 

 

0 Kudos
Message 3 of 5
(4,815 Views)

If your Operator Interface includes the test report, you can modify the test report to display the relevant information. See the TestStand Manual link I'm including below. There is a specific option called "include test Limits"

 

Report Options Dialog Box

https://www.ni.com/docs/en-US/bundle/teststand-api-reference/page/tsref/report-options-dialog-box.ht...

0 Kudos
Message 4 of 5
(4,771 Views)

In the past, I've used a custom UI message. 

Here's a tutorial: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x3tWCAQ&l=en-US

 

For example, after a Numeric step (or in the SequenceFilePostStep Callback) send your UI a custom message with something like "Measurement_HighLimit_LowLimit" and then in your UI, you need to parse that string and handle the information.

 

Pulido Technologies LLC

Message 5 of 5
(4,759 Views)