Support Forums
Automatic Weather Station (AWS) code

Hi Grant,

You can check Wind Gust calculation in FAQ (Weather Station Codes).

Cheers
Roger

Hi Grant, You can check Wind Gust calculation in FAQ (Weather Station Codes). Cheers Roger

Hey Roger,

Good news is I think I've finally finished the code for my AWS, bad? news is I still got plenty of other things to work out.

This one is with regard to the number of decimal places (dp) I want to measure to. With the following code it measures to 1dp in DeTransfer which is great, but when I unload the same set of data to a CSV file it does 6dp. Can I have it unloaded to 1dp or will I need to use other software processing to achieve this?

Cheers,
Grant

BEGIN
RA5S LOGONA
/D /T
3PT385(4W,"Current Temp",100,=7CV)
RB1M LOGONB
7CV("Max Temp",MX,FF1) 
7CV("Max Temp Time",TMX)
7CV("Min Temp",MN,FF1)
7CV("Min Temp Time",TMN)
END
Hey Roger, Good news is I think I've finally finished the code for my AWS, bad? news is I still got plenty of other things to work out. This one is with regard to the number of decimal places (dp) I want to measure to. With the following code it measures to 1dp in DeTransfer which is great, but when I unload the same set of data to a CSV file it does 6dp. Can I have it unloaded to 1dp or will I need to use other software processing to achieve this? Cheers, Grant ```` BEGIN RA5S LOGONA /D /T 3PT385(4W,"Current Temp",100,=7CV) RB1M LOGONB 7CV("Max Temp",MX,FF1) 7CV("Max Temp Time",TMX) 7CV("Min Temp",MN,FF1) 7CV("Min Temp Time",TMN) END ````

Hi Grant

CSV format has a fixed number of decimal places. This makes it easier for programmers to parse the information into different software packages. The software the can set the number of decimal places to display.

Cheers,
Roger

Hi Grant CSV format has a fixed number of decimal places. This makes it easier for programmers to parse the information into different software packages. The software the can set the number of decimal places to display. Cheers, Roger
12
131
22
2
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft