NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

how to display a picture like instruction?

I'm want to display a pciture like working instruction before or after the UUT serial number input dialog,how to make the step ?
0 Kudos
Message 1 of 7
(4,997 Views)

Hi,

If you are using TestStand 3.5, you can use the MessagePopup step type. Check out the Options tab, enable the Display Image or Web page check box, then you can specify a file or import an image.

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 7
(4,991 Views)
My teststand is 3.1, How to do that in this version?
0 Kudos
Message 3 of 7
(4,988 Views)

Hi,

Then the only options would be to do it in your code module, and use a picture control.

Use one of the Modal Dialog examples as a starter.

 

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 4 of 7
(4,985 Views)
Sorry,
how is the modal dialog example to make the picture show or picture control ?
0 Kudos
Message 5 of 7
(4,983 Views)

Hi,

Not sure what language you are using, but for example if you have labview look at Picture Control - Zoom Attribute.vi. Its not a Dialog panel but its shows the use of the picture control. If you are using CVI then there is similar examples.

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 6 of 7
(4,980 Views)
OK,Thanks.
0 Kudos
Message 7 of 7
(4,970 Views)