Scheduled Reset of Daily and Monthly Counters in SCADAPack Logic
In many SCADAPack applications, it's essential to reset counters at regular intervals to track daily and monthly metrics accurately. This article outlines a logic-based approach to resetting counters at scheduled times using function blocks.
Objective
- Daily Counters: Reset automatically at midnight every day.
- Monthly Counters: Reset automatically at midnight on the first day of each month.
Approach
To achieve this, the logic uses the Schedule Function Block (FFB) to trigger resets at specific times:
- A schedule is configured to activate at 00:00 (midnight) daily.
- A separate schedule is configured to activate at 00:00 on the first day of each month.
These scheduled triggers are then linked to logic that resets the respective counters.
Logic Overview
The combined logic includes:
- Daily Reset Logic: Activated by the daily schedule FFB, which resets all daily counters.
- Monthly Reset Logic: Activated by the monthly schedule FFB, which resets all monthly counters.
This ensures that counters are cleared at the correct intervals without manual intervention.
Below is the sample logic for the same
Monthly Reset Logic
Monthly Reset Logic:
Publicado para: Schneider Electric España
¿Necesitas ayuda?
Selector de productos
Encuentra rápida y fácilmente los productos y accesorios adecuados para tus aplicaciones.
Pedir presupuesto
Comienza tu consulta de ventas en línea y un experto se pondrá en contacto contigo.
¿Dónde comprar?
Encuentra fácilmente el distribuidor de Schneider Electric más cercano a ti.
Centro de ayuda
Encuentra recursos de soporte para todas tus necesidades en un solo lugar.