C-More EA9 HMI Series Panel Object List Alarms

Поделиться
HTML-код
  • Опубликовано: 18 янв 2025

Комментарии • 17

  • @mattcj8873
    @mattcj8873 3 года назад +2

    This was a great tutorial. Thanks for helping me setup alarms on my first C-More HMI project.

    • @ACCautomation
      @ACCautomation  3 года назад +2

      Hi matt cj8
      Thanks for the comment. I'm glad it helped you out.
      Garry

  • @michaelcoxfitness6089
    @michaelcoxfitness6089 3 месяца назад +1

    These videos are helping out so much. I needed to set up an alarm and this video just saved the day!!

    • @ACCautomation
      @ACCautomation  3 месяца назад +1

      Thank you for your comment. I'm glad you find the videos useful.
      The website will also have an entire list of posts and videos.
      accautomation.ca/series/c-more-hmi-series-panel/
      Best regards,
      Garry

  • @Futbolnews12
    @Futbolnews12 Год назад +1

    Managed to do it thanks to this video!

    • @ACCautomation
      @ACCautomation  Год назад +1

      Good to here that this video helped you out. Thanks for the comment.
      Garry

  • @hybridcodefitwo
    @hybridcodefitwo 9 месяцев назад +1

    Is there any way to make alarm types? Like, have certain alarms show up on one screen and others on another, or certain alarms displaying different colors?

    • @ACCautomation
      @ACCautomation  9 месяцев назад +1

      It sounds like you also want an event with the alarm. Select "Event Manager Database" from the main menu | Database.
      You can then add an Event with a variety of actions like Alarm, Sound, Email, Message Box, Tag, Screen Change, Backlight, etc.
      I hope this helps you out.
      Regards,
      Garry

  • @noahparlett4684
    @noahparlett4684 Год назад +1

    is there a way to get rid of the grey HMI alarm bar??

    • @ACCautomation
      @ACCautomation  Год назад +1

      Hi Noah,
      Great question. You can remove the grey HMI alarm bar in the event manager window. Under the action tab, you can unselect "Display" in the alarm tab".
      I would recommend still showing this in the alarm objects.
      I hope this helps you out.
      Regards,
      Garry

  • @paganskier
    @paganskier 2 года назад +1

    Also, do you know if the alarms are retentive through a power cycle of the HMI or must you write the alarm to the SD card to view later if power is turned off? Not seeing anything in the manual about how the HMI battery is used except for a low battery event that can be used, but strange there isn't anything in the Hardware Manual that discusses the battery.

    • @ACCautomation
      @ACCautomation  2 года назад +2

      Hi PaganSkier,
      Yes, I believe that the alarms are memory retentive. They have a time and date stamp to indicate when they occurred. There is a history of all the alarms as well.
      Regards,
      Garry

  • @paganskier
    @paganskier 2 года назад +1

    Couple questions - is there a way to password protect the CLEAR ALL button? I don't want the operator to be able to clear the alarm list.
    What is the reason for using the CALL ALARM SCREEN object instead of just using a Screen Change Push Button that opens the Alarm List screen? I've run the simulator, and the displayed Alarm List is different using the two approaches. Thanks!

    • @ACCautomation
      @ACCautomation  2 года назад +2

      Hi PaganSkier,
      To password-protect the clear button, I use the Call Alarm Screen and password-protect it under the password tab.
      Create another page using the Alarm List. Under the Display tab, ensure that the clear button is not enabled.
      Both methods will display the alarms. In the Alarm List, you can specify how this will look, and the buttons enabled.
      I hope this helps you out.
      Regards,
      Garry

    • @paganskier
      @paganskier 2 года назад +1

      @@ACCautomation thanks - tinkering on Sunday, and I came up with the same approach.

  • @kylebakis4509
    @kylebakis4509 4 года назад +1

    When configuring an analog alarm range, can you reference another tag for the value or does it need to be a constant?
    I want the user to be able to alter the alarm range with the HMI.

    • @ACCautomation
      @ACCautomation  4 года назад +2

      Hi Kyle,
      The event manager alarm will only allow a constant min and max values to be entered. If you want to allow the operator to change the alarm range then use the bit value. In the PLC you can do the logic to turn on a bit when the values entered are within the range.
      I hope this helps you out.
      Regards,
      Garry