03-02-2016 07:33 PM
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
03-03-2016 09:43 AM
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?
03-03-2016 09:29 PM
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!
03-07-2016
10:02 AM
- last edited on
10-21-2024
05:49 PM
by
Content Cleaner
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"
03-07-2016
03:27 PM
- last edited on
10-21-2024
05:49 PM
by
Content Cleaner
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.