05-16-2020 12:50 PM
The original poster ultimately discovered he had a CPU burning while loop. A while loop that would run as fast as it could doing nothing.
Imagine you were waiting at a bus stop, but instead of standing still, you ran around in a circle as fast as you could. Which is going to get your hear rate up?
If you have while loop, it should be doing something productive. If it is not, it should have some wait in there that throttles the speed so it doesn't waste CPU cycles. Even a wait function with a zero wired to it is a huge improvement to no wait function at all.
05-16-2020 01:47 PM
@nisibia wrote:
Hello, Can you please clarify a bit more? Because I am having the same problem. Once I run the simulation, the CPU's cooler starts to cool down the CPU. I am using Win10 (64 bit) with I7-9th generation. Multisim (version 13 , 32bit).
You posted in the LabVIEW forum about a multisim question. I am sure there is a better place for that.
Some suggestions:
05-16-2020 06:54 PM
Sorry for my mistake... I just realized I posted to the wrong forum. 🙂