• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Alarm indicator disappears when active

    Mervis
    3
    5
    1812
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • I
      Iogo last edited by

      I am trying to use the alarm indicator in Mervis HMI, NORMAL mode works ok, but whenever I make the alarm active, the indicator disappears from the screen. What am I missing?

      Inputs are as follows: Ack=0, reset=0, input=1 ---> indicator disappears
      ack=0, reset=0, input=0 ---> Normal

      Thanks

      1 Reply Last reply Reply Quote 0
      • zorro_66
        zorro_66 last edited by

        I have the same problem and have not managed to solve it.
        Here is the answer I received in a previous thread

        https://forum.unipi.technology/topic/337/mervis-hmi

        1 Reply Last reply Reply Quote 0
        • D
          David last edited by David

          The problem is that you attached input. In line AttachedValue you must maped variable AlrStatus (int). After that it should work.
          0_1504088531287_upload-7603aa8f-cdd7-4aa5-8c9d-c1eaa8b08459

          1 Reply Last reply Reply Quote 0
          • I
            Iogo last edited by

            Well, it works, kinda. But for some reason the SingleAlarmMemoryDelay module does not change the state even when its acknowledged or resetted. Or sometimes its just random. When debugging, the boolean variables are set in ack var as true, but the alarm module stays active.

            The same goes with other variables "sometimes" I set a global variable to some setting and in debug it shows ok, but the actual value in the module is something else. What am I missing?

            D 1 Reply Last reply Reply Quote 0
            • D
              David @Iogo last edited by David

              @Iogo You are using block with delay. Maybe the error is, that time of delay is implicitly set to 30 seconds. Try to reduce time to 0 second and debug it. Did it help you?

              1 Reply Last reply Reply Quote 0
              • First post
                Last post