AdvancedHMI Software

General Category => Support Questions => Topic started by: georgegraz on May 08, 2018, 08:45:44 AM

Title: Trend files end in .log
Post by: georgegraz on May 08, 2018, 08:45:44 AM
So for some reason. This one setup (v3.99y Beta 7) creates filename.csv.log (My part I setup to have filename.csv). why is it appending .log on the end. I have others I been playing with now for a while. They all take the filename.csv that I set them up for.
Thanks
George
Title: Re: Trend files end in .log
Post by: Godra on May 08, 2018, 01:10:57 PM
BasicDataLoggers have been updated to include other features.

If you check the code and look inside the StoreValue sub then you will see 2 lines that have this part:

& ".log"

You can delete these parts (but not the full line) and it should allow you to use filename.csv as you did previously.
Title: Re: Trend files end in .log
Post by: georgegraz on May 08, 2018, 01:30:28 PM
Godra,

Thanks for the reply. I haven't tried playing with any code up till now. I thought if I doubleclicked the Basicdatalogger, that would pop up. But, I don't see it. Where am I looking for this?
Thanks
George
Title: Re: Trend files end in .log
Post by: Phrog30 on May 08, 2018, 02:23:08 PM
Go to the control and hit F7, the code will open.
Title: Re: Trend files end in .log
Post by: Godra on May 08, 2018, 03:17:26 PM
I have attached a picture that shows Solution Explorer.

If you right-click the control, it will show a menu with "View Code" or F7 option.

The mentioned code is inside the region named "Events".
Title: Re: Trend files end in .log
Post by: georgegraz on May 09, 2018, 04:05:03 AM
Thank You Both for the help. This worked.

George