LOGR53 file conversion
		    (for firmware LOGR53 Ver 1.20)


To convert binary data files from the LOGR53 to ASCII format, use
the following commands to call the conversion programs as
follows (these calls convert the binary file logr000217.dat to ASCII):

./logrswab logr000217.dat logr000217.swb
./lograsc logr000217.swb logr000217.asc

The intermediate binary file logr000217.swb is byte swapped for 80x86 (PC)
processors (since Franklin C51 compiler byte-order is MS byte first in
memory).  The ASCII output file will be logr000217.asc; the original file
logr000217.dat is left untouched.


*******************************************************************

The ASCII output file is formatted with one record per line,
comma-separated value, as follows:

hour, minute, day, month, 4 digit year,
sequential record number (rolls over at 65535),
value (0 - 255) of Optional Muxed Parameter, (not used)
float value of Wind East in m/s,
float value of Wind North in m/s,
float value of Wind Speed Average in m/s,
float value of Wind Speed Max in m/s,
float value of Wind Speed Min in m/s,
float value of Last Vane Dir in degrees,
float value of Last Compass Dir in degrees,
float value of Barometric Pressure in mbar,
float value of Relative Humidity in percent,
float value of Air Temperature (RH probe) in Deg C,
float value of Air Temperature in Deg C,
float value of Sea Temperature in Deg C,
float value of Short Wave Radiation in w/m^2,
float value of Long Wave Dome Temp in Deg C,
float value of Long Wave Body Temp in Deg C,
float value of Long Wave Thermopile Voltage in microvolts,
float value of Long Wave Radiation Flux in w/m^2,
float value of Precipitation Level in mm,
float value of Battery Voltage #1 in volts, (these 4 currently unused)
float value of Battery Voltage #2 in volts,
float value of Battery Voltage #3 in volts,
float value of Battery Voltage #4 in volts,
unsigned long int value of Optional Muxed Parameter, (not used)
unsigned short int value of Spare 1, (not used)
unsigned short int value of Spare 2, (not used)
unsigned short int value of Spare 3 (not used)


Revision history: