LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Running cRIO/FPGA code locally

Solved!
Go to solution

So I'm currently writing code that will have to run on a cRIO (both the real time processor and the FPGA).  Is there a way I can run it on my computer without being hooked up to the hardware?  I don't have easy access to to hardware and would really like to test the behavior of my code.

 

Thanks.

0 Kudos
Message 1 of 3
(2,294 Views)
Solution
Accepted by topic author brandoaz

Hi,

 

You can create a cRIO in your LV project without having the hardware, you can compile the FPGA code and run it in simulation mode too, but you cannot run the RT code.

 

 

Christian

Message 2 of 3
(2,274 Views)
Thanks. Setting the mode was really easy once I realized I was looking to simulate only the FPGA. I wish the real time system would run but at least now I can test my HDL I added in.
0 Kudos
Message 3 of 3
(2,262 Views)