[Imported] Implement an ON/OFF Delay Timer on a Calculated Point
EcoStruxure Geo SCADA Expert Forum
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2019-10-2602:31 AM. Last Modified: 2023-05-0312:38 AM
[Imported] Implement an ON/OFF Delay Timer on a Calculated Point
>>Message imported from previous forum - Category:Scripts and Tips<< User: mchartrand, originally posted: 2018-10-19 17:18:43 Id:146 This is a re-posting from the obsoleted (October 2018) "Schneider Electric Telemetry & SCADA" forum.
-------------------------------
**_Chadam: I would like to activate or de-activate a calculated point based on the status of its reference points. E.g. IIF((".Alarm1.CurrentState=1") OR (".Alarm2.CurrentState=1") OR (".Alarm3.CurrentState=1"),1,0)). However, i will like to add an ON delay timer to confirm the "ON" state prior to activating the Calculated point. Similarly an OFF delay timer to confirm the "OFF" state prior to de-activating the Calculated Point. I will like to process the logic on state change of the reference points. Any thoughts?_**
-------------------------------
dmercer: I think that you'll be best off doing this in a Function Block Diagram, Ladder Diagram, or Structured Text Program and having it write to an internal digital point.
You can set those to only update on state change, but I don't think that will work well with a timer, as it won't run again to check the timer until there is another point update.
__________________
AWoodland: A SFC would certainly be a good solution for this
__________________
**Chadam: _Thanks for the suggestions._**
__________
bevanweiss: Please submit a feature request (with ClearSCADA support) to request the extension of the Expression Engine to include TON / TOFF / TP timers 🙂
It would (should) add a vote for my already existing request.
In the meantime, you'd need to use FBD or SFC (or other logic) as mentioned.