NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

how to make a dll for teststand call

I 'm using a VC6.0 to writing a dll call by teststand,this dll has call success by VC itself,but call by teststand alway return "0"
I attached the all dll source and sequence for this call,please help me check the wrong point,thanks.
0 Kudos
Message 1 of 4
(3,486 Views)

Hi,

The example AccessingArrays in the TestStand\Examples\AccessingArrays\PassingSequenceContextToMFCDLL folder maybe of help to you.

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 4
(3,483 Views)

Hi,

Just had a look at your zip file.

You hadn't specified where to return the value back into TestStand.

You need to do this in the Specify Module dialog. see attached image and return the value to the Step.Result.Numeric.

Regards

Ray Farmer

Message Edited by Ray Farmer on 06-14-2006 09:07 PM

Regards
Ray Farmer
0 Kudos
Message 3 of 4
(3,473 Views)
well,thank you very much.
0 Kudos
Message 4 of 4
(3,467 Views)