The possibility to stop an event driven schedule by another event is missing.
Defining an additional DO would allow that starting and stopping a event driven schedule could be represented by two independent trigger events.
Example: A local DO event may represent a communication failure. The transition (False to True) of the DO referenced by InSyn could indicate that the communication has a failure (which should start a specific schedule). The transition (False to True) of the DO referenced by (new) DO InSynStop could indicate that the communication is again operating properly (which should cause the schedule to stop immediately).
Proposal
Add a new DO InSynStop after InSyn with the CDC ORG.
Presence condition shall be optional (to ensure backwards compatibility).
Add DO description:
“Object reference of the external trigger to stop the schedule
if the schedule is triggered by an event.
The Type of the external trigger Data Attribute
shall be BOOLEAN.”
Add Note: This Data Attribute may be located in the same IED (local issue how the event is communicated) or in another IED (needs GOOSE or Report to communicate the event from one IED to another IED).
Discussion
Created
Status
Approve
11 Oct 22
Future Improvement
Approve
11 Oct 22
Approval (Future Improvement)
Change to future improvement.
Moved to IEC 61850 User Feedback Task Force (https://redmine.ucaiug.org/issues/3101). There this tissue will be continued.
10 Aug 21
Approval (Future Improvement)
I support the proposal to add a DO InSynStop (ORG, optional or conditional [C:if InSyn is modelled]).