Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4019) - 03 April 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Cannot save NOAA reports

Discussion and questions about Cumulus weather station software version 1. This section is the main place to get help with Cumulus 1 software developed by Steve Loft that ceased development in November 2014.
User avatar
john09cw
Posts: 89
Joined: Sun 03 Jan 2010 9:35 am
Weather Station: Maplin N96GY
Operating System: Raspberry Pi/Windows 11
Location: Clifton, Penrith, Cumbria
Contact:

Cannot save NOAA reports

Post by john09cw »

I'm trying to generate the Mounthly & Annual NOAA reports to use on my web site, but when i click save nothing happens. I am assuming that the windows save as window should popup so i can show it where to save them, but nothing. Any help is very welcome.
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Cannot save NOAA reports

Post by steve »

Yes, a standard Windows save dialogue should open. Are you using the default filename formats in the NOAA setup, or have you changed them? What folder have you installed Cumulus in? Does the 'Reports' folder exist in the installation folder? Are the reports being generated and displayed in the window?
Steve
User avatar
john09cw
Posts: 89
Joined: Sun 03 Jan 2010 9:35 am
Weather Station: Maplin N96GY
Operating System: Raspberry Pi/Windows 11
Location: Clifton, Penrith, Cumbria
Contact:

Re: Cannot save NOAA reports

Post by john09cw »

Hi Steve, Yes default file names are being used, Cumulus is installed in C:\cumulus, the reports folder does exists in sames place & yes I can view the reports when generated, just not save them. After a little bit of experimenting with a 2nd instalation of Cumulus (on another PC, not live) I could generate & save the reports, but if I changed the cumulus ini file for the one on my live system I could again not save the reports. I have attached a copy of my ini file, i have removed website username & password.
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Cannot save NOAA reports

Post by steve »

Thanks - I'll experiment with your ini file and see if I can work out the cause.
Steve
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Cannot save NOAA reports

Post by steve »

Your file format settings have somehow lost the double quotes at the beginning and end. Yours look like this:
NOAA Setup_2012-03-01_09-37-10.png
which in cumulus.ini looks like this:

MonthFileFormat=NOAAMO"mmyy".txt
YearFileFormat=NOAAYR"yyyy".txt

They should look like this:
NOAA Setup_2012-03-01_09-36-30.png
which in cumulus.ini looks like this:

MonthFileFormat="NOAAMO"mmyy".txt"
YearFileFormat="NOAA_YR_"yyyy".txt"

The effect of the way you have it is that the double quotes are now surrounding the wrong characters and the desired result is reversed; the NOAAMO (or NOAAYR) and .txt parts are getting converted to dates and times, and the mmyy (or yyyy) parts are being treated as plain text with no conversion. The result is an invalid filename which Windows is unable to use, so it doesn't show the dialogue.
You do not have the required permissions to view the files attached to this post.
Steve
User avatar
beteljuice
Posts: 3292
Joined: Tue 09 Dec 2008 1:37 pm
Weather Station: None !
Operating System: W10 - Threadripper 16core, etc
Location: Dudley, West Midlands, UK

Re: Cannot save NOAA reports

Post by beteljuice »

I'm trying to generate the Mounthly & Annual NOAA reports to use on my web site ....
But you are not using the default naming formats.

ie. You have "NOAA_YR_"yyyy".txt"

Intead of "NOAAYR"yyyy".txt"

If you wish to use either the Javascript or PHP 'web viewer' for your reports they will be unable to locate your yearly reports.
Image
......................Imagine, what you will KNOW tomorrow !
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Cannot save NOAA reports

Post by steve »

Good point, well spotted. I was wondering how they could have lost the quotes if they hadn't been changed, as claimed.
Steve
User avatar
mcrossley
Posts: 12756
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Cannot save NOAA reports

Post by mcrossley »

Steve you may want to delete that ini file, it still has username/passwords in it! I pm'd John but he hasn't removed it
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Cannot save NOAA reports

Post by steve »

Thanks Mark, done. I usually check, but given the statement in the post I didn't think it necessary.
Steve
User avatar
john09cw
Posts: 89
Joined: Sun 03 Jan 2010 9:35 am
Weather Station: Maplin N96GY
Operating System: Raspberry Pi/Windows 11
Location: Clifton, Penrith, Cumbria
Contact:

Re: Cannot save NOAA reports

Post by john09cw »

Thanks Steve, that's fixed it, don't know how the files names got altered, i'm sure I didn't change them, but i must have done something.
Mark, sorry didn't reply to pm just got back from work.
Thanks again
tfk78
Posts: 10
Joined: Thu 09 Jun 2011 6:07 pm
Weather Station: WH3080
Operating System: Windows 7
Location: Stade, Germany

Re: Cannot save NOAA reports

Post by tfk78 »

Hi
I have just updated Cumulus and wanted to view the NOAA reports. For the monthly everything is fine. But the annual report just doesn't open. I get this bug report (attached). Can anybody tell me what went wrong?
You do not have the required permissions to view the files attached to this post.
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Cannot save NOAA reports

Post by steve »

It's crashing in the Delphi runtime code, adding a line to the part of the window that displays the report. I don't know whether this is a bug in Delphi or something I'm doing wrong. But the code for the annual report is very similar to the code for the monthly report, so I don't know why one crashes and the other doesn't, nor why it crashes for you but not for others. If I find anything I'll post another reply here.
Steve
tfk78
Posts: 10
Joined: Thu 09 Jun 2011 6:07 pm
Weather Station: WH3080
Operating System: Windows 7
Location: Stade, Germany

Re: Cannot save NOAA reports

Post by tfk78 »

thx Steve, I hope you find something. I find this very usefull...
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Cannot save NOAA reports

Post by steve »

tfk78 wrote:thx Steve, I hope you find something. I find this very usefull...
So far the Delphi experts have been unable to suggest anything. There's a suggestion that it might be something to do with the input data, so if you attach your dayfile.txt I'll try it myself. It would also probably be useful to zip up the diags folder and attach that.
Steve
tfk78
Posts: 10
Joined: Thu 09 Jun 2011 6:07 pm
Weather Station: WH3080
Operating System: Windows 7
Location: Stade, Germany

Re: Cannot save NOAA reports

Post by tfk78 »

Hi Steve

Please find attached the requested data. I hope it helps.

Thanks!
You do not have the required permissions to view the files attached to this post.
Post Reply