AdvancedHMI Software

General Category => Support Questions => Topic started by: DavidSr on April 06, 2019, 08:10:33 AM

Title: Trend Chart File Creation
Post by: DavidSr on April 06, 2019, 08:10:33 AM
BETA 30
Created a new chart and set to enable. There is data in the PLC but it is not showing on the chart and no file has been created, Neither has the datalog directory been created.
Title: Re: Trend Chart File Creation
Post by: Archie on April 06, 2019, 08:33:29 PM
Add a BasicLabel to the form and set PLCAddressValue to the same address you put in PLCAddressItems of the ChartWithLogging. Run it to see if the BasicLabel gets a value.
Title: Re: Trend Chart File Creation
Post by: DavidSr on April 06, 2019, 09:06:41 PM
The directory and file were finally created, not sure how long the delay was. I think you have addressed this before, sorry,,, If you could remind me. Is the Directory  and file supposed to be created when we do a build?
Title: Re: Trend Chart File Creation
Post by: Archie on April 06, 2019, 09:38:08 PM
The file and directory is created either at midnight or when the application is closed. Do note that if you kill the application by using the stop button in VS or using Task Manager it is not a controlled shut down therefore it will be unable to create the file.