7/5/2016 9:34 AM | |
Posts: 15 Rating:
|
I am looking for some help with displaying multiple messages for a plant alarm system that I am creating. I have attached for info. I have also added a log file to record all the plant alarms (hopefully I did that correctly). The amber screen indicates a remote plant alarm to where the logo will be located to make it visually obvious. All alarms show perfectly, I am using a High signal with priority 0 to show the default message screen. I am not up to speed with FBD as I have hardly ever used it and it is a learning curve compared to ladder. My problem is if two or more inputs are on at the same time, I want to have the logo scroll between the active alarms until they are cleared. I saw a file using shift registers to display multiple messages however I couldn't work out how to make it check for more than one input on at a time. Any help would be much appreciated. I hope you understand what I am hoping to achieve. AttachmentPlant alarm singles.zip (514 Downloads) |
Last edited by: RossHall at: 7/5/2016 9:45:21 AM |
|
7/5/2016 10:16 AM | |
Posts: 2930 Rating:
|
Hi, there are example published at the Siemens LOGO! Internetpage. Klick here to go to the examples Hope this helps |
7/5/2016 10:20 AM | |
Joined: 12/18/2014 Last visit: 9/14/2025 Posts: 35958 Rating:
|
The log is not so function. When the input of data logs with 1 signal is activated, only one entry is created. always remains the input goes high, is no longer logged. For each event that is logged, you must drive the input of the data logs with positive edges. must have at least a break of 500 ms between the edges. AttachmentLOGO! 8 Soft manual 0BA8 2014_06 sides 253-254 (data log).pdf (458 Downloads) |
7/5/2016 10:55 AM | |
Joined: 12/18/2014 Last visit: 9/14/2025 Posts: 35958 Rating:
|
h, okay, you want an automatic scrolling of the pending message texts? |
7/5/2016 12:34 PM | |
Posts: 2930 Rating:
|
Hi, I don't believe it work as you want because in LOGO! there is no Alarming like in HMI's. Here is maybe somthing you can use. If case of an alarm the message will be shown and the background is flashing. In case of an second alarm additionally Next is displayed to indicate there is more than a single alarm. Hope this helps AttachmentMul_alarms.zip (532 Downloads) |
This contribution was helpful to
1 thankful Users |
7/5/2016 1:43 PM | |
Posts: 15 Rating:
|
Many thanks, that looks like my answer right there. I'll have a play with that. Much appreciated and so much still to learn. Andy. |
7/5/2016 6:14 PM | |
Joined: 12/18/2014 Last visit: 9/14/2025 Posts: 35958 Rating:
|
I have created a program with automatic scrolling pending alarm message texts. The program is designed for 8 alarm messages, but can be extended. AttachmentAutomatic_scroll_message_texts.zip (431 Downloads) |
This contribution was helpful to
1 thankful Users |
7/6/2016 5:46 AM | |
Posts: 124 Rating:
|
Hello RossHall, Attached your program with a new message text. If some alarm occurs, the screen 6 shows all plants and how of then is or are in alarm state. AttachmentPlant alarm singles version 2.zip (414 Downloads) |
This contribution was helpful to
1 thankful Users |
7/6/2016 10:24 AM | |
Posts: 15 Rating:
|
I have tweaked your new version to use green background for no faults however during an alarm it will utilise the white background and each alarm must be acknowledged to be cleared. Result. I'm very happy. I hope others will find this a useful add-on. AttachmentPlant alarm singles version 3.zip (408 Downloads) |
7/7/2016 6:28 AM | |
Posts: 124 Rating:
|
Hello RossHall, For I/O in the message text properties, follow these steps (see attachment): 1. Select a cell in the message grid. Select ON/OFF just above the message grid. 2. Select the input or output desidered from the menu which appears. 3. Select the I/O desidered from the menu which appears. 4. Type in the boxes whenever you want for when False and True states. Finalliy confirm with OK. See attached. Suggestions: Alarms has to be in high priority. After open blocks, use open conectors. You can change the block high to a inverter in the entry "En" of message text (one less block used). See you. AttachmentIncluding I O state in a message text 07 07 2016.zip (613 Downloads) |
This contribution was helpful to
1 thankful Users |
5/9/2017 12:08 PM | |
Joined: 9/3/2014 Last visit: 3/13/2019 Posts: 4760 Rating:
|
New question published by Shahjee is split to a separate thread with the subject Win CC Runtime to display the messages on one big TV. Best regards |
Follow us on