06-02-2004 08:38 AM
06-29-2004 04:29 AM
06-29-2004 09:31 AM
06-30-2004 03:49 AM
06-30-2004 02:14 PM
07-01-2004 02:55 AM
07-01-2004 01:09 PM
07-13-2009 03:22 PM - edited 07-13-2009 03:25 PM
Hi Scott,
Unless this an old thread from 2004 it is always actual today in 2009.
http://forums.ni.com/ni/board/message?board.id=330&message.id=25027&jump=true
Thank you !
Juergen
EDIT:
Upper kowlege-link is broken !
try this in 2009 : http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/604fdf48c4d9a687862567e5004eb90c?O...
01-12-2023 09:46 AM
Hello,
I am creating a DLL in C that uses a .idl to export its functions to TestStand 2017. Most parameters are correctly converted and visible in the Module tab in TestStand.
Unfortunately, tTestData and tTestError fail to convert.
I have previously run into a similar error with two other parameters (including a table). This was solved using the following.
https://forums.ni.com/t5/NI-TestStand/modify-data-types/m-p/135973?query.id=802304#M4189
Those two "Custom values" I found on this forum for the specific types I was using made it so TestStand could read my function parameters.
[entry("")] int MyFunction([in,custom(53D57340-9A16-11d0-A62C-0020AF16F78E, 1),custom(746B27E2-FBD7-11d1-B311-0060970535CB, "[256]")];
Do such custom values exist for types tTestData and tTestError ?
Any help would be great,
Clothilde