Forum Home › Forums › Understanding the Software › Events and Ack
- This topic has 10 replies, 2 voices, and was last updated 2 years, 2 months ago by
Mikhail.
-
AuthorPosts
-
September 4, 2023 at 6:20 am #13279
quintelosky
ParticipantHi everybody
We need detect if an event is ack or no, exists a funtion or method for that?
We want a flashing led in the dashboard while the event is not ack
Many thanks
September 4, 2023 at 7:27 am #13280
MikhailModeratorHi,
You can load an event by ID and check the Ack field.
Do you use Rapid SCADA 5 or 6?September 4, 2023 at 7:28 am #13281
MikhailModeratorIf you need to check all existing events associated with a channel, it’s possible, but may slow down the performance.
September 4, 2023 at 7:44 am #13282quintelosky
ParticipantHi
I’m using v6
September 4, 2023 at 7:52 am #13283quintelosky
ParticipantYes, we want this
September 5, 2023 at 6:24 am #13292quintelosky
ParticipantIf you need to check all existing events associated with a channel, it’s possible, but may slow down the performance.And How can I do that?
Many thanks
September 5, 2023 at 9:20 am #13300
MikhailModeratorJavaScript API allows to request events. However, this approach requires development of a component that implements this feature. We could help you to develop such component, or can add this feature to the wish list.
-
This reply was modified 2 years, 2 months ago by
Mikhail.
September 5, 2023 at 11:41 am #13302quintelosky
ParticipantHi
I don’t have the knowledge (and I don’t have time either)
Can you put this in the wish list? I think a function to check if a cnl have ack event (Where I can view the progress of the wish list?)
Many thanks Mikhail
September 6, 2023 at 10:17 am #13311
MikhailModeratorHi,
Can you put this in the wish list?
Added.
Where I can view the progress of the wish list?
The wish list is internal. Roadmap is available, but it is not detailed.
The feature implementation is possible only after we create a new generation of scheme engine. To be honest, not soon.September 15, 2023 at 10:05 am #13391quintelosky
ParticipantHi
Well, for the moment, I created a program that read eventsxxxx.dat and check if exists an event with ack requeriment but no ack.
The program create a file with the channel number name and the scada, in a new tag, check if a file with the name exists
With that I can know if an event is ack
https://ibb.co/fQV3v0L
https://ibb.co/yVxPVm4
https://ibb.co/v3KYCBCSeptember 18, 2023 at 9:19 am #13416
MikhailModeratorHi,
Interesting idea. I suggest to try creating a module for the Server app, because it’s more flexible than formulas.
-
This reply was modified 2 years, 2 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.