
adccommunitymod (AutomationDirect) asked a question.
C-More Message Box cleared notification
Created Date: January 28,2020
Created By: Matt Pawlak
**** This post has been imported from our legacy forum. Information in this post may be outdated and links contained in the post may no longer work.****
Is there a way to set a bit when the OK button is pressed on an Event-triggered message box on a C-More? I like the ability to log an alarm and trigger a message box upon an event. However, I would like to have a PLC output (for a buzzer) to remain on until the user presses OK on the message box. If I'm just missing something simple I can avoid creating my own message boxes.
Created Date: January 28,2020
Created by: Matt Pawlak
Is there a way to set a bit when the OK button is pressed on an Event-triggered message box on a C-More?
I like the ability to log an alarm and trigger a message box upon an event. However, I would like to have a PLC output (for a buzzer) to remain on until the user presses OK on the message box. If I'm just missing something simple I can avoid creating my own message boxes.
Created Date: January 31,2020
Created by: RoloTomassi
The Actions in the Action Sequence List are, well... sequential. So, you could have a Tag action (action #1) that sets a bit variable for your buzzer, then Message Box (action #2), and finally TAG action (action #3) reset the bit variable for your buzzer. The transition from action #2 to action #3 shouldn't happen until the OK button is pressed on the message box. Bear with me as I am suggesting this from memory. I am not currently in front of a C-More panel to test this.
Created Date: February 20,2020
Created by: Matt Pawlak
Thanks Rolo, I finally got around to trying this and it works.
Created Date: February 20,2020
Created by: RoloTomassi
Thanks Rolo, I finally got around to trying this and it works.
I’m glad it worked out for you.