Author Topic: Trend Chart File Creation  (Read 1064 times)

DavidSr

  • Full Member
  • ***
  • Posts: 170
    • View Profile
Trend Chart File Creation
« 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.
David

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5317
    • View Profile
    • AdvancedHMI
Re: Trend Chart File Creation
« Reply #1 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.

DavidSr

  • Full Member
  • ***
  • Posts: 170
    • View Profile
Re: Trend Chart File Creation
« Reply #2 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?
David

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5317
    • View Profile
    • AdvancedHMI
Re: Trend Chart File Creation
« Reply #3 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.