LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there anything that I can do to reduce the processor demand of the Historical tag viewer? It currently takes approx. 70% of the processor.

I am using a labview program to control and measure several different variables. The historical tag viewer monitors the value almost real time and is useful to have. The problem is that it consumes 70% of the processor (1056 RAM and 1.6 GHz processor) when it is operating. I don't know if it retraces the whole curve for the data or what, but the tag viewer is a Labview generated viewer.
0 Kudos
Message 1 of 2
(2,448 Views)
Stiletto,

Which version of software are you using?

There are a couple of things that can do this. First and most obvious is that the processor use will be related to the number of tags being monitored and the amount of historical data in the database. Is this a large db with lots of tags?

Second is a possible corrupted database. If there's some corruption in the database files, the historical data viewer will have to work harder to process the data. You can check this by changing the folder for the database and seeing if the problem follows the new database.

Let me know how it goes.
0 Kudos
Message 2 of 2
(2,448 Views)