Read and Store from datalogger without pc
Dave Newbie
Posts: 7
Hi there , I am a newbie to stamp & pic. Wondering if someone can help me . I need to build or purchase a Datalogger that can read and store data from another datalogger. I do wish to use a pc for this task. any help will be appricated Thank you Dave
Comments
·· You need to provide a few more details.· We don't know what kind of datalogger you have, or how it connects to the outside world to transfer data.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
I just completed a project that does this.· It utilizes the SX microcontroller.· One module is the dataLogger (temp, time, and position of various valves) and a second module is one that I use to go out and collect the stored data with (the data transporter).· Currently, I physically plug them together when uploading the data, but I am working on a RF·download/upload module.· I then take to data transporter module and upload the data to a PC for manipulation/long term storage.
You could of course modify this data transporter to use with a data logger that you may already have, but as Chris noted, you will need to know what system and protocall the data logger uses for communication.
Nate
Post Edited (Nate) : 5/28/2005 11:02:01 AM GMT
Thank You Regards Dave
The PICAXE datalogger is a simple datalogger built around a PIC microprocessor.· Do you have the PICAXE software on a·PC that is normally used to connect with the PIXAXE?·
(You may know this already:· This software allows one to connect the PICAXE·to·a PC·(using the programming port on the PICAXE) and program the datalogging parameters (sensor types, number of sensors, how often to record data etc.).· One then disconnects the PC from the PICAXE and deploys the·PICAXE·to record·data.· When it is desired that the collected data·be retrieved,·the·PICAXE is again connected to the PC (using a data port on the·PICAXE·this time) and a command is sent·to the PICAXE to send the stored data up the PC/PICAXE connection cable)
I am assuming you want to be able to retrieve the data without bringing the PICAXE back to the computer.· This can be done, but you need to know how the PICAXE was initally programmed (when the inital datalogging parmeters were downloaded) to give up the recorded data.· If you have the computer software for the PICAXE, or you programmmed it, then you know this info.· If not, you need to a little digging to get it.· You will need this info before you can utilize any sort of dataTransporter.
Is this a project where you simply want to utilize a PICAXE that you already have?· Or do you have a datalogging mission where you can't find data logger that will do exactly what you require?
Nate
Your data logger is very close to what I want, especially after you get the upload/download part completed. Please let us know how it works. Thanks, Warren
Regards Dave
Try the Alfat with SD cards
http://www.ghielectronics.com/ALFAT-SD.htm
All you need to do is swap out cards and pull the data up on any PC..
Bob N9LVU
Before I get into the pros and cons of various memory types, let me ask you a few questions:
1) how much data is being stored each reading?
2) how frequently will the data be re-written?
3) can you define "several months", people's definition of the term varies.
With the answer to these questions I can pick out the best type of memory and what size you'll need.
The second part of your question I'll address later.