ni.com is currently experiencing unexpected issues.

Some services may be unavailable at this time.

取消
显示结果 
搜索替代 
您的意思是: 

Relatively high cpu usage

已解决!
转到解答

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.

0 项奖励
11 条消息(共 13 条)
726 次查看

@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:

  • Start your own thread in the right forum instead of posting to the end of an unrelated thread that has not seen activity for 10 years!
  • If you have high CPU use with a simulation, it could be that the simulation is very complicated and needs to do a lot of calculations. Alternatively it could be that you are doing something wrong.  We cannot tell unless you actually show us what you are doing.
  • When trying to solve a complicated simulation, high CPU use is actually what you want. For example if you do an atmospheric simulation of a hurricane path, the calculation is worthless if it takes 10x longer than the time for the hurricane to arrive. 😄
0 项奖励
12 条消息(共 13 条)
720 次查看

Sorry for my mistake... I just realized I posted to the wrong forum. 🙂

0 项奖励
13 条消息(共 13 条)
707 次查看