Search the Community

Showing results for tags 'alarm messages'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 39 results

  1. Anyone have any suggestions on the best way to pass a little bit of data between a SLC 5/03 controller and a compactlogix? The current problem I'm working through is the SLC 5/03 does not support Ethernet (only RS232 and DH485). So now I'm trying to find a solution.   Thanks,
  2. Send text messages via Omron PLC

    Hello,I'm trying to use the CJ2W-CPU32, westermo MRD 315 to send messages in case of problems to the operators.Where should I configure the text messages, configure the phone number, etc? I need to configure a complete system.Thanks for the support,Regards,Hugo Tavares
  3. Please if anyone can help me, recently I installed a redundancy in my Factory View V8.20 server, but started to show some errors: My alarm banner and event simply disappeared and now I can not read tag from my opc server (KeepServer Modbus), I see this tag in the studio, but at runtime they do not communicate. * Patches are up date. Tks! Vitor
  4. I have entered the messages many times into the Alarm Setup but every time i re-open the alarm setup, every message that has the Trigger Value=1 will be deleted.  Anyone have a similar issue?
  5. Hi, I have some concern regarding sending an email automatically when an alarm trigger(High, Low Level Alarms - Bit), Is this possible for the software?  Thanks for any reply.
  6. I wold like to create an alarm history list that can be scrolled through from most resent to 1st. Is this possible with the Panelview 800 7"? We were able to create a page but it holds only 25 alarms and you can't scroll back.
  7. HELLO dear friensds ive been recently working with nq designer and i was trying to define some ALARMs on my program  that if any of specified values changed the alarm appears on the HMI screen but the problem is that i dont know how to create alarms and what are the steps of making one i have seen some contents that said we have to use  S0014 or S004 ...but that is all i see on net  can any one please help me make some alarms  its really urgent and my project has to be done soon !! **The PLC is : CJ2M **The HMI is :NQ5-MQ000-B **** THANK YOU ALL IN ADVANCE ****    
  8. Addressing limit alarm

    Hai, I have some question. How can i modify the limit alarm  on runtime project via screen.cim? I want to modify limit alarm value on the point ID with other point ID (Type Virtual), but i can not find the field to fill the point ID (virtual). Please give me some solution for this problem.
  9. Hello all, I am new to this forum and it happens to ask a question here. Any advice would be much appreciated! I have created alarm display for PVP 6 600 using FTV Studio ME 8.00 (CPR 9 SR 7). The problem is the alarm time stamp was not fit with the column width. I was unable to find way to adjust the column width of the alarm list object. I am using Courier font, size 10, 4 lines per alarm. The max no of characters in alarm message is 33 characters including spaces.  Aung
  10. Hi, Is there any setup to manage alarms in one PLC from multiple CX-Supervisor runtimes running on different computers? If I get an alarm, it shows up on both runtimes. If I acknowledge from one runtime, I also want it to be gone from the list in the other runtimes.
  11. Hi Guys,        In my project i am in need of switching language from English to Spanish and vice versa.For all displays,i switched to the needed language according to the working operator.        In alarm history message,If i am in English language mode means,alarm messages also in English and same for Spanish. My issue is alarm messages were not changed to the current language mode.It keep staying in language which were in current mode while it occured. Please find the attachment, NOTE:Example attachment only.  My question is,how can i get the occurred messages in current language? Help me to sort this. Thanks in advance!!!!!!!!!!!!!!!!!!!!!!!!!!    
  12. HERE’S IS A QUICK WAY TO SEND EMAIL (TEXT) MESSAGES FROM THE PLC Sending email messages from the PLC sounds like an easy task. However, very few applications do this on the production floor. This is probable due to the networks involved and using authentication can be complicated. In our example we will use a restricted Gmail SMTP server so no authentication will be required. We will walk through sending email and text messages from the PLC to Google Gmail. Once in your Gmail account, the message can be automatically forwarded to another verified email or SMS text message address. HERE’S IS A QUICK WAY TO SEND EMAIL (TEXT) MESSAGES FROM THE PLCThe PLC used in this case is the Do-More from Automation Direct. The software is Do-More Designer. Here is a blog post that I thought was good to share. Let me know what you think. Garry http://www.accautomation.ca
  13. https://plus.google.com/105445006108716761629/posts/DzZy3GmFxT8
  14. hello guys I'm working on a project that requires knowing the first event that put on alarm state to one system and because everything happens in seconds and everything shuts down almost the same time it is very hard to tell the operator what was the cause of the shut down , so I would like to know how to implement a logic to capture within milliseconds the first event that "turns off" the whole plant. Would somebody could help me with this please?