07-20-2012 04:56 AM
Hi, I have some VI (not all) of an RT project on C-RIO 9014 that are correctly running and updating the front panel indicator: but if I set a probe on that indicator wire the prove value is "not executed".
This happens on every wire of the VI.
The execution properties obviously allow debugging, I could not manage to get out the difference between theese VI's and the companions in the project correctly working.
thanks,
Vittorio
07-20-2012 05:55 AM
07-23-2012 03:19 AM - edited 07-23-2012 03:19 AM
Hi GerdW,
my probe problem is related to the VI not to the type, cause on the same RT project few VIs has not working probes (every wire), and in other VIs probes work fine.
Vittorio
07-23-2012 04:21 AM
Hi Vittorio,
Check in VI Properties the Reentrant Execution check box. this should not be check mark.
08-04-2014 08:05 AM
Hi,
I also have the same problem and I have nonreentrant execution in my propertis but still the probe shows that program is not executed though the values are updated and changing! Any help is appreciated.
BR,
Sami
08-04-2014 08:07 AM
The VI is running in the Real Time part of the cRIO and not the FPGA?
Regards, Jens
08-04-2014 08:18 AM
@Sami88 wrote:
Hi,
I also have the same problem and I have nonreentrant execution in my propertis but still the probe shows that program is not executed though the values are updated and changing! Any help is appreciated.
BR,
Sami
Please start a new thread for your issue. Aslo show us the code and tell where exactly you are facing the problem.
08-06-2014 07:33 AM
The VI is running in the FPGA part. Actually I am using the C-RIO 9024 and trying to use the 9505 module for closed loop speed control example with minor modifications.
08-06-2014 10:23 AM
I don't believe probes work for FPGA code running on the FPGA target, only if the target is set to 'Execute VI on Development Computer with Simulated IO', but this doesn't help much if the effort to simulate the external hardware is too high.
To debug FPGA code on the FPGA target, I use registers instead of probes and read them on the RT side for display. Registers use less resources than FPGA indicators.
Richard.