News:

  • September 25, 2026, 03:16:29 AM

Login with username, password and session length

Author Topic: Deleting emailed log file  (Read 8419 times)

jrayb

  • Full Member
  • ***
  • Posts: 46
Deleting emailed log file
« on: October 14, 2020, 01:53:42 PM »
The only option to delete a log file is when an email is sent successfully. Is there any other way that I can set it up to delete the email? I would like to use an HMI with a C bit to manually delete the log files if that were possible. Setting up the HMI to give me the ability to delete the email isn't a problem. Knowing where to point the C bit is my problem.

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6176
  • Yes Pinky, Do-more will control the world!
Re: Deleting emailed log file
« Reply #1 on: October 14, 2020, 02:07:49 PM »
The only option to delete a log file is when an email is sent successfully. Is there any other way that I can set it up to delete the email? I would like to use an HMI with a C bit to manually delete the log files if that were possible. Setting up the HMI to give me the ability to delete the email isn't a problem. Knowing where to point the C bit is my problem.

Are you talking about deleting the log file, or deleting the email?
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

jrayb

  • Full Member
  • ***
  • Posts: 46
Re: Deleting emailed log file
« Reply #2 on: October 16, 2020, 12:53:43 AM »
Deleting the log file on that's in the PLC memory.

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3847
    • Host Engineering
Re: Deleting emailed log file
« Reply #3 on: October 16, 2020, 01:08:37 AM »
See the FILEDEL command.

jrayb

  • Full Member
  • ***
  • Posts: 46
Re: Deleting emailed log file
« Reply #4 on: October 16, 2020, 08:44:39 PM »
Thanks Fran