CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

DataLogging

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
aaronik19



Joined: 25 Apr 2011
Posts: 297

View user's profile Send private message

DataLogging
PostPosted: Sun Feb 12, 2012 2:56 pm     Reply with quote

Dear All,

What is the best structure to use to store datalog data in eeprom/MMC? For example I need to store the following structure:
Time - Date - Value - Change.

Will an array be a good solution? Or the best way is to define the locations during the programming on the ccs from the main program?

Looking forward for your comments about this task. In my project I will have the MMC/SD Card interface to store data.
SherpaDoug



Joined: 07 Sep 2003
Posts: 1640
Location: Cape Cod Mass USA

View user's profile Send private message

PostPosted: Sun Feb 12, 2012 4:45 pm     Reply with quote

If you store the data in "CSV" format it is easy to import into PC software such as Excel.
_________________
The search for better is endless. Instead simply find very good and get the job done.
temtronic



Joined: 01 Jul 2010
Posts: 9174
Location: Greensville,Ontario

View user's profile Send private message

PostPosted: Sun Feb 12, 2012 6:39 pm     Reply with quote

I second using the CSV format! My solar panel loggers use it Date,time,temperature1,temperature2,controlstatus.

Simple ,easy, universal...any program can handle the data format even QuickBasic4.5 !!
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group