Hi, I'm new to LabVIEW and Real-Time module for RTX.
I have a PCI-7813R and want to use it in a real-time control system running in RTX subsystem. I need to access PCI-7813R hardware in my RTSS application, I know It's NOT possible to write a RTX driver for it without hardware register-level information from NI, but can I call RIO driver for RTX directly from my rtss application?
If I can't call RIO driver, I think I have to use LabVIEW and Real-Time module for RTX, and port my RTSS application code to RTDLL, after that, I can use a RT VI to invoke my RTDLL code when PCI-7813R respond to external interruption.
Is it possible to invoke RTDLL functions from RT VI?
thanx!