Chris,
I made an update today and posted a new version (2.0.5.9) of the PDLite software.
A change was made to optionally create a textual log file in the logs directory, this file contains ascii data values which are updated every second, and you can simply parse through this file to obtain the values that you are looking for.
Because of the additional overhead this feature by default is not enabled, and if desired you have to edit the installed PowerDashboard.ini file.
First update your software by going to
our downloads page.
In order enable this feature and to create this totals text file you have to edit the PowerDashboard.ini file in the installed directory, as installed it is as follows:
[Logging]
;; undocumented
TotalsTextFile=False
If you change the line from "TotalsTextFile=False" to "TotalsTextFile=True", save the file and restart the PDLite software this textual totals data file will be created for you.
Because this file is updated every second, the best way to access this data is first to copy the logs/PowerDashboard.out file to a temporary file, and then parse through the temp file to obtain the data you are looking for.
Dan Lenox