• Not Answered

totalizer module

Hello All,

I have created a totalizer module for measuring my water out from separators. its working well . I want to make a modification so that the totalizer value rsets every 24 hours/ 5 am . how can i achieve this .

r

3 Replies

  • Use a DTE block to trigger the Reset_in of your integration block. Then set the INTERVAL_STR & TE_TIME_STR in the DTE to whatever reset frequency and time you need.
  • From Control Studio and the Timer Counter palette, drop a Date Time Event on the configuration area, right click and select Help. There is even examples for 5:00 AM local time! The totalizer reset can be trigger off the OUT_D of this block but if you want others to be able to reset at any time as well you will need to have a action/calc block to write the value with an expression instead of wiring.
  • In reply to Jason.Brumfield:

    Apparently your response was slow thru my email system or I wouldn't have responded with similar comment :D