11-30-2023 03:29 AM - edited 11-30-2023 03:40 AM
Hello everyone,
I am currently trying to use I/O of an NI USB 6001 under teststand but I cannot find what .dll to call to handle the setting from the I/O.
Does anyone know the proper DLL to use ?
I already setup NI DAQmx and can pilot the 6001 on the side. And FYI I won't use Labview so I need to drive it directly.
Regards
11-30-2023 07:44 AM
Using NI-DAQmx in Text Based Programming Environments
You can use C, C# or Python. Most likely you would need to create a wrapper DLL based on the shipping examples. I don't think it is a good idea to call the API directly in TestStand.
12-01-2023 04:08 AM
Hello,
NI website reference this page
Note, this is not a NI product, but a toolkit developped by the french company Mesulog (I used ot work here, I've worked a bit on this product).
The current version (1.0.3) can be dowloaded from here, and the online help is available on this page.
Hope this helps,
12-01-2023 04:15 AM
Hi,
excellent, merci.
I'll take a look for the details.