06-12-2024 10:42 AM
Does NI provide sufficient hardware interface details needed to develop custom drivers in vxWorks for their hardware? I'd like to know if PXIe connectivity is an option for my vxWorks based applications.
Thanks,
XL600
06-12-2024 11:08 AM
NI expects users to use their driver dlls or wrappers in the supported languages.
NI doesn't publish the register level details, so users can develop their own driver to control the instrument.
I am not familiar with VxWorks RTOS. Can you use regular c dll to control the instruments?
06-12-2024 11:12 AM
No, vxWorks cannot use DLLs or binary Linux drivers.