Hello!

I've a problem with an Event Frame notification.

I need to calculate the amount of water that passes in a pipe section in the period between the open and the close of the valve.

This is my EvetFrame analysis now: Start Trigger is ZSL=0 (valve opens); End trigger is ZSL=1 (valve closes), Output at close is the amount of water (that now is correctly working).

Could you suggest me a way to set the notification rule so that I can receive an email with 2 timestamps of the moment when the valve opens and the moment when the valve closes?

I've tried a lot of solutions but no one worked.

Thank you very much

Parents
  • Create StartTime and EndTime attributes within your Event Frame Template

     

    Name: StartTime

    Value Type: String

    Data Reference: String Builder

    "StartTime%";

     

    Name: EndTime

    Value Type: String

    Data Reference: String Builder

    "%EndTime%";


    image.png_3332d6b1-45d3-47f2-b4ce-de16d1d5fcc2.png
     

    Configure your notification to notify on Event End

    In the Notification Format, select the StartTime and EndTime from the Event Frame Attributes section and add the "Value at Send Time" into the body of your notification:


    image_ae978bcb-be76-4dad-98d0-a65bba5ef036.png
     

Comment
  • Create StartTime and EndTime attributes within your Event Frame Template

     

    Name: StartTime

    Value Type: String

    Data Reference: String Builder

    "StartTime%";

     

    Name: EndTime

    Value Type: String

    Data Reference: String Builder

    "%EndTime%";


    image.png_3332d6b1-45d3-47f2-b4ce-de16d1d5fcc2.png
     

    Configure your notification to notify on Event End

    In the Notification Format, select the StartTime and EndTime from the Event Frame Attributes section and add the "Value at Send Time" into the body of your notification:


    image_ae978bcb-be76-4dad-98d0-a65bba5ef036.png
     

Children
No Data