juniocezar / CMeasure

Power measurement tool designed to extract power data from the National Instruments DAQ USB-6009 Device
1 stars 0 forks source link

Project Moved to: https://github.com/lac-dcc/CMeasure




CMeasure

CMeasure is C++ tool designed to interact and collect data produced by the National Instruments DAQ Device USB-6009.

This software can be used to collect and proccess thousands samples of instantaneous power measurements per second. By integrating over these samples, we can calculate the total energy (in Joules) spent by a target device.

The original code was produced to work in Microsoft Windows OS and must be compiled with Microsoft Visual Studio. It also requires National Instruments DAQmx Driver to work.

This repository also contains a simple R script that may be used to produce power charts out of the output produced by CMeasure.

Power chart examples:

Sample 1
Sample 2
Sample 3
Sample 4