NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

pass data in a step

Hello,

 

I create a uniek string with str(random()) in the pre expression, next I pass this string to a vi module, after that in the post expression I add the uniek number to the step.result.reporttext.

 

In a step I use Step.TS.Requirements.Links[0] to pass a string between module execution and de post expression.

Is this the right way or how can I add a custom variable to the step, I guess that the step will be custom if I add a custom step variable?

 

the above describes how to add a png picture to a report, maybe I can directly add a picture to a report and not save it first.

 

 

0 Kudos
Message 1 of 2
(4,115 Views)

Greetings,

 

As far as I know you need to save the image to a file before passing it to a report. Have you figured out a way to do it without the file? In that case, could you please share it?

 

Inserting Images into the TestStand Report

 

How to Insert a LabVIEW Control Image into a TestStand Report

 

Adding Images and Text to XML Report Headers and Footers

 

 

Regards,
Eirikur Runarsson
0 Kudos
Message 2 of 2
(3,971 Views)