erator. I try to pilote it with TestStantd. I think i can use one of the DLL of the driver and call DLL function diretly from TestStand. In fact with "nifgen_32.dll", the function "niFgen_IviInit" fail with error : "0xBFFF000E" (-107387346). How can i do ?I don't use the PXI-5401, but I do call my instruments that I do use by calling directly their dll via the DLL Flexible Prototype Adapter (hp34401a_32.dll, tktds2x0_32.dll).
Just like I assume you are calling nifgen_32.dll
I have station globals to hold the instruments handles to reference the instruments later in TestStand. This all worked fine until one day I started getting the very same error
code 0xBFFF000E" (-107387346) I am not sure what changed. If I changed something in my program or was it after a TestStand update.
I have the �open� instrument calls in my SequenceFileLoad callback saving the returned instrument handle in station globals. To fix my problem I had to add 'open' call to PreUUT and SequenceFilePreInteractive callbacks.