Author Topic: Email report each day  (Read 1250 times)

bowman@bcs4support.com

  • Newbie
  • *
  • Posts: 10
    • View Profile
Email report each day
« on: April 27, 2021, 05:55:44 PM »
I have a display setup with tank volumes displayed.  Product is consumed out of these tanks everyday.  I would like to email this report to someone each day at 8am.  When I look at the setup for email, looks like the trigger does not use date or time.  Am I missing something?

Thanks

bowman@bcs4support.com

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Email report each day
« Reply #1 on: April 29, 2021, 08:13:06 AM »
Seems like on one knows if there is a way to trigger an email based on date and time?

To me it seems like this would be a the way to send daily reports.  Is there another way?

Anyone?


Godra

  • Hero Member
  • *****
  • Posts: 1438
    • View Profile
Re: Email report each day
« Reply #3 on: April 29, 2021, 05:55:58 PM »
There are instructions on how to use the DataSubscriber to send an e-mail when certain bit goes True:

   https://advancedhmi.com/forum/index.php?topic=796.msg3858#msg3858

So, find a bit in your PLC that you can use and set it up in your PLC to change to True and back to False at specific times.
This should be synchronized with your driver's poll rate so it doesn't send multiple e-mails one after another.
« Last Edit: April 30, 2021, 07:41:53 PM by Godra »