Home
Help
Search
Login
Register
AdvancedHMI Software
»
General Category
»
Support Questions
»
How can i setup an Alarm Page
« previous
next »
Print
Pages: [
1
]
Author
Topic: How can i setup an Alarm Page (Read 1633 times)
Mvlawn
Jr. Member
Posts: 60
How can i setup an Alarm Page
«
on:
April 20, 2016, 06:33:31 PM »
I would like to setup an alarm page that would display the Alarm in Red if unacknowledged, and Amber if acknowledged. Has anyone done this? If so how?
Logged
Archie
Administrator
Hero Member
Posts: 5322
Re: How can i setup an Alarm Page
«
Reply #1 on:
April 20, 2016, 07:24:28 PM »
Will your PLC program have an indication if the Alarm has been acknowledged? If so, how will that be setup?
Logged
Mvlawn
Jr. Member
Posts: 60
Re: How can i setup an Alarm Page
«
Reply #2 on:
April 21, 2016, 06:27:08 PM »
I am using a Click PLC for this, and it doesn't have an Alarm instruction like AB. My thought was to use a Set, Reset bit, I am wondering if you have a better idea now. I attached a screen shot to better explain how I was going to do it in the PLC.
Logged
Archie
Administrator
Hero Member
Posts: 5322
Re: How can i setup an Alarm Page
«
Reply #3 on:
April 21, 2016, 11:37:04 PM »
See if this will get you what you want:
- Add a BasicIndicator to the form
- Set Color1 to Transparent
- Set Color2 to Red
- Set Shape to Rectangle
- Set Text to "Sump HH Alarm"
- Set PLCAddressSelectColor2 to the address of the alarm bit
- Add a BasicButton
- Set PLCAddressClick to the address of the Alarm Acknowledge Button
Logged
Print
Pages: [
1
]
« previous
next »
AdvancedHMI Software
»
General Category
»
Support Questions
»
How can i setup an Alarm Page