Events and Ack

Forum Home Forums Understanding the Software Events and Ack

Tagged: ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #13279
    quintelosky
    Participant

    Hi 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

    #13280
    Mikhail
    Moderator

    Hi,

    You can load an event by ID and check the Ack field.
    Do you use Rapid SCADA 5 or 6?

    #13281
    Mikhail
    Moderator

    If you need to check all existing events associated with a channel, it’s possible, but may slow down the performance.

    #13282
    quintelosky
    Participant

    Hi

    I’m using v6

    #13283
    quintelosky
    Participant

    Yes, we want this

    #13292
    quintelosky
    Participant

    If 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

    #13300
    Mikhail
    Moderator

    JavaScript 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, 1 month ago by Mikhail.
    #13302
    quintelosky
    Participant

    Hi

    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

    #13311
    Mikhail
    Moderator

    Hi,

    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.

    #13391
    quintelosky
    Participant

    Hi

    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/v3KYCBC

    #13416
    Mikhail
    Moderator

    Hi,

    Interesting idea. I suggest to try creating a module for the Server app, because it’s more flexible than formulas.

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.