I've got a stand-by generator for the house and I'd like to be able to keep
track of
the DATE(s) and TIME(s) when it is operational. When the gen was installed,
I had
a power meter installed in a supply closet to keep track of the KWH's
generated, so
from that, I can tap into a 120v line for power for whatever I use as a
logger.
TIA for any suggestions.
thinman
This may be overkill for your project, but if you have a PC
with a sound card you can turn it into a simple data logger
using my Daqarta software. See "Data Logging" at
<
http://www.daqarta.com/dw_oo0o.htm>
The example macro there reads the frequency of the line
input (at whatever time interval you specify via the
WaitSecs command) and appends it to a text file along with
the current time using the LogTxt command. You can add the
data as well via a slight modification:
LogTxt=Freq+p20+t+p40+d
This reads the Daqarta Frequency Counter and puts the freq
first, the time at column 20, and the data at column 40.
You can get log voltage as well, using the same basic idea
with the Volts command to read the Daqarta Voltmeter:
LogTxt=Freq+p20+Volts+p40+t+p60+d
You'll need a little transformer that isolates the sound
card from the AC line. An old AC "wall-wart" (maybe from a
discarded cell phone charger, etc) should be fine. The
sound card input is AC coupled and can handle about 1 Vrms,
so you will also need a simple voltage divider on the output
of most transformers.
One money-saving tip: Daqarta has a free 30-session/30-day
trial period, during which all features are active. That
should be plenty of time to get the above system working
(contact me if you need help with that). After that you can
keep the system working with a US$29 Personal / Hobby
license, but you will lose the ability to save new macros
unless you have the US$99 Pro license. So the tip is to
create several macros during the trial period, with various
settings that you might need in the future (like different
time intervals between data points). That way, you can get
by with the $29 version and will still be able to choose a
macro with the settings you want, even though you can no
longer create totally new macros.
Best regards,
Bob Masta
DAQARTA v6.02
Data AcQuisition And Real-Time Analysis
www.daqarta.com
Scope, Spectrum, Spectrogram, Sound Level Meter
Frequency Counter, FREE Signal Generator
Pitch Track, Pitch-to-MIDI
Science with your sound card!