12-13-2023 03:21 AM
Hello, I want to know whether Is it possible to configure CRIO in RT (NI DAQmx ) and FPGA mode simultaneously.
Solved! Go to Solution.
12-13-2023 04:00 AM
12-13-2023 05:53 AM
A bit more specifically:
Yes if you use a 904x or 905x controller. Other controllers don't have the necessary hardware support to use the chassis as a DAQmx controller.
12-13-2023 12:18 PM
I believe it is on a per module basis. What modules you add to the FPGA cannot be controlled by the RT. It is just a matter of where the modules are in the project.
12-13-2023 11:33 PM
Thanks for the Solution.
But Still I have Doubt in Configuring CRIO 9046 in FPGA and RT Daqmx Mode simultaneously. Below is the explanation.
I have successfully Configured CRIO in hybrid i.e Real Time Scan and FPGA . Below are the Steps
I made a VI then I use FPGA open reference (FPGA VI already made) , Close FPGA Reference and I/O of module that were used in SCAN mode.that is available on NI site below is the link. (https://www.ni.com/en/support/documentation/supplemental/08/understanding-ni-compactrio-scan-mode.ht...)
So my question is Similarly for building the VI in FPGA and RT DAQ mx mode Simultaneously. Should I place a NI Module in RT DAQ mx Mode and then make the VI, then use FPGA open reference and close Reference and Daqmx API for accessing the RT module I/O?
Can you share some Pics of Some simulated project and VI used in FPGA and DAQmx mode.
or any link!
12-14-2023 01:24 AM
That’s basically what you should be able to do. But it’s your project so you will have to try it out. It should not be a lot of work to create a simple example with two modules, one used in FPGA mode and the other in DAQmx mode. If that doesn’t work then post it here (the VI project, not an image) and people can have a look at what might be the problem.
12-15-2023 01:34 AM
Thank you for responding so quickly.