Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

processor usage


TaCaPica Jan 3, 2012 12:51 PM

Hi

I need to know what is my processor usage during scan time (1s) to be able to have an idea if my time is running out in processing or in data transmission (i have big tables with lot of calcutions (min, max, avg, stddev) of 21 parameters,and i transmit then between loggers by the second) to optimize my code. Can anyone help me?

Thanks a lot


GTProdMgr Jan 3, 2012 04:57 PM

The Status table has some statistics that you will find useful. Take a look at "ProcessTime", "MaxProcTime", "MeasureTime", "MeasureOps" in Appendix B of the CR1000 manual:

http://www.campbellsci.com/documents/manuals/cr1000.pdf

Some other statistics that can be helpful are:
"SystemProcTime", "MaxSystemProcTime", "BuffDepth", "MaxBuffDepth", "SkippedScan", "SkippedSystemScan", "SkippedRecord"

Log in or register to post/reply in the forum.