08-20-2024 12:15 AM
I have an application where a USB-6003 module is being used to acquire pulses and control two digital switches.
I have a request from an instrument tech, that does not use LabView but rather uses Node-Red for IOT system control.
Are there notes available which describe how to connect the USB-6003 to systems other than LabView?
Thanks for any pointers.
08-20-2024 07:38 AM
At the core is the c-dll for the DAQmx driver which is called using wrappers in the common programming languages. To add support in a new language you need call the c-dll in that language (Node-Red).