NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Inserting Image/Logo

Hi
How do I insert a image in to top right of the report in test stand (opposite to STATION ID, SERIAL NUMBER ect..). See attached word file for exact location.
OR
Top of the Report?
0 Kudos
Message 1 of 6
(3,864 Views)
Hi,

Have you looked at this example
http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3E28156A4E034080020E74861&p_node=DZ52224&p_source=external

Also, there is a tutorial in the Getting Started Manual.

Hope this helps
Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 2 of 6
(3,864 Views)
I did try, but doesn't work.
0 Kudos
Message 3 of 6
(3,864 Views)
Hi,

what version of teststand are you using?

regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 4 of 6
(3,864 Views)
Hello

THANK YOU FOR YOUR HELP.

I am using Version 3.0

It�s working now. The reason it wasn't working, on the report option "On the fly report option" was selected. But the logo appears on top of the page, how do I display opposite to STATION ID?
0 Kudos
Message 5 of 6
(3,864 Views)
Hi,

Try this example.
In the ModifyReportHeader. In the Expression step, I use a Find() to get a start index after the string "Sttion ID:"
Then I use the SearchAndReplace() to change "\n" for the string contained in Locals.AddToHeader, but I only do this once. Hence the value 1 after the False parameter.

Hope this helps
Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 6 of 6
(3,864 Views)