Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug Labview program running in RT target of a Compact RIO

Solved!
Go to solution

I am using CRIO 9073 for data acquisition from sensors. The Labview program is written in both RT target and FPGA target. Is it posssible to do step wise execution for the Program written in RT target and the FPGA target the way we do for debugging program in general purpose OS.

0 Kudos
Message 1 of 4
(6,031 Views)
Solution
Accepted by topic author @mjm

mjm,

 

The only way to use the debugging tools on a VI written for FPGA is to simulate execution on the host PC. You can then deploy the compiled FPGA code to the target and run your RT VI in debugging mode if you are using front panel communication with the host PC.

 

Rob B
FlexRIO Product Manager
0 Kudos
Message 2 of 4
(6,014 Views)

Hey @mjm, 

 

Here are the steps that you would need to go through in order to debug your Real-Time application running on your target, 

 

Debugging a Stand-Alone Real-Time Application (Real-Time Module)

http://zone.ni.com/reference/en-XX/help/370622K-01/lvrthowto/rt_debugging_startup_app/

 

Remember to remove debugging when you release your final build as it will significantly decrease your build size.

Tim A.
0 Kudos
Message 3 of 4
(6,002 Views)

thank you

0 Kudos
Message 4 of 4
(5,947 Views)