NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Setting result.reporttext external to code for multiple numeric test step

I have been setting the report text for any given step inside my labview code and passing it out to teststand.  To do that, with a multiple numeric, I would have to pass in the limits and do the evaluation for each measurement, which teststand already does.  Is there a more elegant way to do this in a post step?

0 Kudos
Message 1 of 4
(1,435 Views)

What are you trying to put in the report text?  

 

You could use a post expression.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 4
(1,387 Views)

Thanks I can try that, but it will be a bit of code in a post expression as I have to cycle through all of the measurements in the array and the associated limits, then set the report text with a custom test name which isn't the step name.  But I cannot loop in a post expression

0 Kudos
Message 3 of 4
(1,350 Views)

Maybe try to use PostResultListEntry callback and generate your ReportText there?

Mateusz Owczarek

Certified LabVIEW Architect
Certified TestStand Architect
0 Kudos
Message 4 of 4
(1,338 Views)