NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

record and play

Solved!
Go to solution
Dear all,
 
Anybody know whether Teststand 4.0 have a record and playback option? Please give me some links to have an idea about this.
 
Thanks,
Mathan
Message 1 of 4
(3,492 Views)

Hi mathan,

Can you explain a bit more, what are you expecting to record and playback?

Regards

Ray Farmer

Regards
Ray Farmer
Message 2 of 4
(3,482 Views)

Hai ray,

Thanks for the reply. Actually i want to do some black box testing for my device connected via USB. There is one utility named USBCV for doing tests for the device connected to system via USB. I found one sample program. I attached herewith. I need to create one application in teststand which will do all the tests (provided all the supporting dll's and associated functions) continuously for large number of iterations. So if i did the test manually and recorded for one time then we can playback for any number of times. Am i correct? How to proceed further.

Thanks,

Mathan

0 Kudos
Message 3 of 4
(3,477 Views)
Solution
Accepted by topic author Mathan
Hi Mathan,

You can override the PreUUT and PostUUT Callbacks to allow your sequence file to run continuously without prompting the user for input. 

Select Edit » Sequence File Callbacks...  Add PreUUT and PostUUT from the list of Callbacks.  Now, these versions will override those in your process model, but will contain nothing.  This means that the steps requiring user input that normally run in Pre and PostUUT will not execute and thus your sequence will be looped through continuously.

When you wish to stop, you will have to use the Terminate button.
Jessica
National Instruments
Product Support Engineer
Message 4 of 4
(3,441 Views)