11-20-2007 03:58 PM
11-20-2007 04:00 PM
(continued)
sorry about this.....
I don't see anything suspecious and I'm looking for a hint as to where the problem is.
Can anybody suggest how to do that?
Thanks
Rafi
11-21-2007 08:13 AM
11-21-2007 02:10 PM
Thanks Nick,
I found the source for the trouble. There was a mismatch in parameters types between the code (CVI) and TestStand.
I still would like to ask....if there's a buffer in CVI (12K bytes), and I want to transfer it to TestStand as a parameter. Shall I define in TS a c-type buffer buf1[12000], or shall I use a pointer *buf. Taking the first choice solved the problem but I wonder if this is the way to go....(TS parameters like ReportText are transfered like this....).
Thanks
Rafi
11-29-2007 09:11 AM