06-19-2024 12:58 PM
I wish to build an application/get started before my hardware arrives (~1.5 months from now).
I am using the following:
This project is for sending current through devices using the sinking DO module and monitoring these devices.
I couldn't see how to simulate the hardware in NI MAX. I understand that its not going to be possible to simulate the FPGA controller, but shouldn't I be able to simulate Labview real time OS that the Chassis could run?
I do plan on using FPGA eventually for a PID controller to simulate constant current instead of voltage. But for right now, I just want to simulate labview realtime, that way I can start building the realTime OS (cRIO) part of the application right away.
Solved! Go to Solution.
06-19-2024 02:05 PM
You could simulate a cDAQ chassis and use DAQmx to simulate your cRIO IO and you can build your control logic around that.
06-19-2024 02:51 PM
Thank you!