Hi,
I am using CM11 model with CR510 datalogger. I need to save the data for once in every 1 minute.
When I retracted data, it showed for 2006,2007,2009 and only one data for 2010.. I need to acquire data daily in the gap of every minute.Please tell the code for modifying this.
Sample output:
101,2006,146,1400,.446,.671,1347,50,.274,1354,35,503,379.11
When I referred the definition, it said as:
Station, Year, Day,Hr-min,Solar kW AVG,Solar kW MAX,Solar kW Hr-min MAX,Solar kW sec MAX, Solar kW MIN,Solar kW Hr-min MIN,Solar kW sec MIN,Solar kW, Solar kJ TOT
In this def. what is the time difference between the samples?
How to sample the data every minute?
Sensors: Pyranometer & Pyrheliometer
Data logger: CR510
Please clarify me..
Thanks,
vhst
* Last updated by: vhst on 6/15/2010 @ 6:04 AM *
101,2006,146,1400,.446,.671,1347,50,.274,1354,35,503,379.11
In the above, you have:
arrayID, year, julian day, hour/minute, data, data, data....
The CR510 is likely using "P92 If Time Is" instruction to store data to the table.
4: If time is (P92)
1: 0 Minutes (Seconds --) into a
2: 1 Interval (same units as above)
3: 10 Set Output Flag High (Flag 0)
In the above example, data is stored every minute. The "output flag" is what tells the datalogger to store data. You can look at this P92 in your program and determine the output interval.
If you need to create a different program, you may want to look into using ShortCut for Windows, which can be downloaded without charge from our web site.
If you have additional questions, you may want to contact your local CSI office for programming support.
Regards,
Dana
Thanks Dana
In which file should I change the value?
CR510.CSI or .dld or .fsl or .pti or .101 file ?
Please clarify..
Thanks,vhst