05-06-2015 08:34 AM
I would like this While loop to iterate every second. But it seems it doesen't recognize the Loop Timer. What is wrong?
Solved! Go to Solution.
05-06-2015 07:02 PM
How fast does the loop appear to run?
05-07-2015 12:27 AM
Super-fast, when I increase the Count(mSec) it exceeds the maximum simulated time( after one second). Can I configure the simulation speed?
05-07-2015 05:34 AM
Try deploying to real hardware. Things run a lot faster in simulation mode due to a CPU (2-3GHz) being able to run a lot faster than the fpga clock rate (40MHz).
05-07-2015 05:37 AM
Just found the Help article talking about this: Debugging FPGA VIs Using Simulation Mode (FPGA Module)
At the bottom, it states:
If you use certain FPGA resources and you execute the FPGA VI in simulation mode using simulated I/O, the resource uses simulated time instead of real time. Simulated time might be faster than real time depending on the number of events that occur during the simulation. For example, if you add a Wait (Simulated Time) VI to the block diagram and set the delay to 1000 ms, LabVIEW does not attempt to delay one second of real time. Instead, LabVIEW delays as long as necessary before executing the next scheduled action in the simulation.
The following resources use simulated time on the host: