Search the Community

Showing results for tags 'alarm'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 35 results

  1. Hi Everyone,I have a customer that needs a CQM1H (CPU51) replaced. They purchased the processor new-old-stock from a source they found online. It arrived in the original packaging and had the safety label around the top of the unit, so it seems that it is as advertised and no need to suspect that it would have problems. I purchased secondhand, a power supply to attach to it and program it from the bench instead of in the machine. The customer also provided me with an SD card containing the project file(s) for the machine. I am able to load the project in CX-ONE (running on Win 7) just fine. My computer has a native serial port (COM1) and I built a programming cable to work with the DB9 peripheral port according to a diagram I found online.The processor powers up right away with the ERR/ALM continuously on. No other LEDs came on initially, and after a bit of playing around with communications settings, I finally landed the right protocol and my computer seemed to identify the processor correctly. I compiled the source and attempted a transfer to the PLC. I got some failed message (or maybe messages) at the end of the transfer. It did seem to send all of the binary code, it just ended with an error message that I unfortunately didn't write down or grab a screenshot.Anyway, what I have now is a PLC processor with the ERR/ALM LED on always, I've never seen it in RUN mode, and now after the programming attempt, I'm seeing the COMM LED strobing at about a .5sec frequency (with or without a cable attached to the peripheral port), AND I cannot get CX-Programmer to again acknowledge the processor anymore. I'd like to reset this back to the way it arrived to me, but can't figure out how to make that happen offline. The DIP switches don't seem to cause that effect. I should say also that the DIP switch settings are all OFF except 3 and 7.Any help is much appreciated!Thanks,John  
  2. GT Designer - Alarm Screen

    Hello all.. I have a program for my customer.  There is an alarm page.  They want a solution screen for alarms. For example ; if there is an alarm , they will click a button near the alarm. They will see solutions for that alarms in a pop-up page. Is it possible with GT Designer  3 ? Thanks
  3. Alarm History on GT1275

    I'm using a GT1275 HMI with GTDesigner3 and am trying to add some Alarm Logging capabilities. I've made an alarm page and have it working correctly, but the problem is once the display is full it stops showing current alarms. Is there a way to have it only show the 20 most recent alarms? Make it where the newest alarm deletes the oldest alarm? Or at least make it where I can scroll down to see the latest alarm?   I've attached some screenshots of the current alarm page and settings. I tried the "clear oldest history..." button but I can't set a specified target value. That may not be the right way either so IDK.  Thanks. 
  4. Hi, Is there a way to write an Event Name to a string variable in Sysmac Studio? I'm using a NJ-301. My problem is that I can detect that there is an error and get the Error Code using functions GetECError, GetMCError, GetPLCError, etc, but I want to get the Event Name associated with the code (in a string variable), to display that string on an HMI (not from Omron). Is this possible?
  5. Good morning Today I have the honor to present you our project, on which we have worked the last months. We have been annoyed for years that when creating software in special machine building, sometimes the same/similar messages are created over and over again and then they are described similarly or the same in the machine documentation. The thought, if the mechanical components are mostly the same/similar, the error description can also be "copied" (at least initially). An Excel table with the error numbers seemed to us here a good beginning, however it would be practical, if with each message text also still the description to the message in a document, including pictures, tables etc., were deposited. This was then the point where we first thought about an online tool. This also solves problems with collaboration and makes it possible to work together. Also additional languages can be added if a machine is to be rolled out to a new market. PLC-Alarm is a young Austrian startup founded by PLC programmers to ease the handling with machine messages and their descriptions. Therefore we tried to solve the following problems besides the creation of an error list: Working together on message lists Hierarchical creation of message lists Inheritance of message texts and message descriptions to lower-level projects Adding additional message lists to make message texts more variable. Adding a description to any message text in any language via Google Docs. (Connection to Microsoft Word-online is in progress) Document template for uniform presentation Combining all message descriptions into one machine document file. Highlighting used messages to avoid having unused message text in the message list. And to shorten the machine document file. Upload a file containing the used message numbers to mark them automatically. Any export options for PLC, SCADA and HMI systems possible. (Currently optimized for TIA Portal only). Suggestions for additional features welcome As mentioned in the last point, currently only exporting for a TIA Portal text list is possible since the first customers are also programming on Siemens. But we are looking forward to extend this according to customer requirements. Do not hesitate contact us via e-mail. We invite you to test our free web applications and leave your feedback. The application is already successfully in use at the first customer and we are looking forward to more users. Homepage: https://plc-alarm.com WebApp: https://www.plc-alarm.app Thank you for reading to the end ;) Have a successful day Franz Pachinger PLC-Alarm.com Support@plc-alarm.app
  6. E-Designer

    I have E-Designer 7.52 Build 344 installed on 3 windows 7 laptops the 2 that the problem is on are Pro 64 and the 1 thats working is Home Premium 64 but I seem to recall having this problem on the the Home one 9 years ago and getting it sorted but cant remember how The problem In Alarms,  Alarms New Alarm Alarm text: When typing cursor stays at left side and can only be moved to the right by the arrow key then jumps to left side after letter is pressed or you can type in reverse Signal:        Typing works normal OK:             Entry is not valid ;May not be blank Copy: Ok: Same result Properties:Ok:Same again Is there anyone who can help me with this as the laptop that works is on its last legs Thanks  
  7. Hi, guys.I am struggling to develop a solution for a costumer in a Historical Alarm Viewer screen, I am new to Cimplicity and to database supervisory interface. Among other things, the customer is asking to:- Change the "A"; "R"; "G"; "N" notations under "log_action" column to somenthing more intuitive for the users (operation). Please have a look at the image "image.jpg";-Change the point manager process "MASTER_PTMR0_RP" log under "logged_by" column to the user that is currently logged in. Specificaly saying, when I send a command (changing a setpoint or issue a reset command, for example), although it is the user acting, the historical alarm viewer logs the action as "MASTER_PTMR_RP". I Imagine that is because this process is reponsable for exchange point data to/from the IHM points database, but it is still essential to the system administrator to know which user sent that reset command or changed the variable setpoint.The log inputs at the image "image.jpg" has boolean and integer commands (".CXX" sufix);-Log into the historical alarm viewer if the user logs out and what user logged in.It is valid to mention that I am using the ALARM_LOG table (apparently it is the only table working with the application, DATA_LOG, EM_LOG and the others simply do not work, they don't show any column at all, honestly I don't know why).I tried to use Microsoft SQL Server Management Studio to edit the table information, but, somehow, it seems to be blocked to edition.I imagine they are some specific configurations, but I have no idea on how to acomplish them. Maybe if I could use other tables would fulfill the requirements, but , like I said, they are not working (right now I am trying to re-configure the Database Logger from the beggingin to see if it works with other tables).If you could give me some inisights on how to change these settings I would be very grateful. I will be happy to give more information if needed.Thanks in advance.
  8. Has anyone found a way to put the UserAlarmViewer messages into a Label? I use 3 different alarm levels and would like to have a single line alarm banner. In NJ, I use an Array of Bool for triggers. In Siemens, I made a message banner that cycles through each message every 3 seconds from a text file and displays the string in a label. Logic is much different in Omron so rewriting is not possible, nor does Omron use VBA.
  9. Hi all, I am using alarms to generate reports through sql . But sometimes my alarms are getting missed and due to that my reports are not getting proper expected output. My alarm bit is almost high for 3 to 6 seconds , however i have observed that its getting missed . I dont know why . In below image after @22.41.03 the next snap should have been captured around @22.41.33 Instead of that it captured @22.42.03 have anyone faced issue with alarm missing issue? Any suggestions would be very helpful.   Thank you.
  10. MITSUBISHI A2SH-S1 CPU

    Hey i want to know that in mitsubishi A2SH-S1 CPU how can i determine that battery voltage is what and if battery voltage is low then i want to on an output so that i can change the battery with the new one so that my program does not gets erased. 
  11. Hello Sirs! I have a problem with PF527. I get alarms 'control sync alarm' and 'module sync alarm' occasionally. I suppose this meaning that PLC is missing some data from the PF527 device. How to confirm this or what should I do with the problem? Any ideas? Motion group update period is 8ms. Also this device is the last device in the ethernet line. I am thinking to pull the cable directly to the switch near PLC. I am not sure does it help?  
  12. Hello, I am new to Scada Programming. I am using Citect scada V7.50. I have completed whole project, but I am unable to generate Excel report for Alarms generated during run time. Please help me for this issue. Thanks...
  13. Sysmac Cj2m Cpu35

    Dear All,  Need your help. I have problem with plc cj2m cpu35. After power trip plc error. Err HE Ip 01..what is mean? plc also connected with one pc using ethernet cable. Any suggestion need to do... 
  14. Sysmac Cj2m Cpu35

    Dear All,  Need your help. I have problem with plc cj2m cpu35. After power trip plc error. Err HE Ip 01..what is mean? plc also connected with one pc using ethernet cable. Any suggestion need to do... 
  15. Hello Dear Colegues. I am using historian 7.0SP6 (enterprise license). I have installed OPCAE collector to collect alarm and events data from a project in cimplicity in order to have an historical data of it. Also I have checked the Historian OPCAE interface box in the cimplicity project´s properties. The problem is that when I try to see the tags from OPCAE collector on historian administrator I have the following error "No Tags Matched The Criteria You Have Entered. Please Try again or Cancel your Search". Also, I am not able to see the "last 10 alarms in the collector´s configuration tab. What could causing this problem?
  16. Deleting Alarm Logs Wincc HMI

    Hi, how can I get rid of those alarms with status I(O) ? They are simply something like duplicates and they re making it hard to read the logs.
  17. I am using a Label as a Message Display with Resource Group.  I want to do the same thing with my User Alarms, I do not like the Alarm View Popup.....The image is how I assume it needs to be setup.  It compiles and downloads without fault, but messages do not display. Any thoughts on what I am doing wrong?  I could retype all the User Alarms in a Message Resource folder, but I have a lot of User Alarms.... Thanks,
  18. TIA Portal V13- Alarm for Bool Data type

    IN TIA Portal V13 HMI Alarm Setup, Discrete Alarm Not allowing Bool Tags in "Tag Trigger". Please help how to set Bool Alarms?
  19. Panasonic FP0 C14RS

    Hi All, I am new to the forum and new to programming PLC and like every newbie I have a lot of questions - Brief History of me - I had been a Manufacturing Technician for 20 years and recently got my BS on Electrical Engineering and now working as an Equipment Engineer. The main reason that got me interested in PLC's is my degree,  the field that I would like to get into and a recent problem that arise at work. My experience with PLC is very small in programming, some in TS I/O- However I had been studying by my self to the point that I built a test bench to understand it better and in the future create different project for learning purposes Currently I am putting together a tool Alarm delay program - Basically my exhaust sensors trigger an alarm (input signal turns OFF) before its send  the signal to my tool for abort, I want to create a different Alarm which will cause a different response from my tool and delay the original Alarm by 10 min and then trigger the original Alarm - PLC = Panasonic FP0C14RS  Reasons: Create a different Alarm: The response from my tool to this alarm will allow me to return my material back from the tool and put it in a safe spot. Delay the Alarm: Use a timer to perform this tasks - This the time that approx. it takes the to return the material. Trigger the original Alarm: I need to know which sensor was the problem in order to properly TS- So after my timer is complete - I want to know which sensor created the original Alarm My Current problem: I created the LD program, and while the original alarm stays OFF the program works fine - but since my exhaust sensor are always on - If my original alarm is trigger for  a few seconds, just enough to start my Delay Alarm: I dont have a way to know which sensor trigger after my Delay(Timer)is complete,  I reset my relays in order to be ready for new alarm.   Please provide feedback to my program - I know currently is not the best way or efficient way to do this and there are better ways, but my plan is to get it to work and then later revisions improve the way the program can be written   Thanks in advanced for your feedback and help Exh_delay_inv_rev1.pro
  20. Every time my rsview32 project starts up all the alarms which are set up to alarm on 0 tag value show up on the screen even though the bit in the PLC is not in alarm condition. I believe this is because the communication between RSView32 and PLCs is not established yet and the tags are seen as having value of 0 in the HMI. Is there a way to disable or suppress these tags at startup to give enough time for the RSView to update the values so the false alarms are not being displayed?
  21. NB Designer

    Have looked right through the manual and cannot find anything. Finish up with a scrolling line. Ideally I would like to have an alarm page and alarm history page like the one in the NS screens. Any thoughts please?
  22. CP-1E Error

    Hello,  I am using Omron CP-1E PLC and expansion module 16ER and tc module.  When plc operated alone it goes to run mode when expansion module is connected either 16ER or TC module plc ALM/ERR led turned on.  
  23. Dear masters! Hello! I have a PanelView Plus 1250, firmware 6.1, and I would like to know if it is possible to export to csv or .txt and save the alarm history to an external USB memory from the terminal? Today I'm typing the whole alarm history manually...
  24. Double address - Alarm

    Hello, I would like to see your logical opinion about this situation and in which part of system where I need to find solution - software or in the physical field. Subject: Twelve old system based on Mitsubishi PLC AnS series, Profibus Here is pneumatic transport, with 5 lines, each line have a shredder and discharge valve. A few months ago, when line 1 works , display shows line 2 and vice versa, it was first problem, but the system was still working. From the last week system doesn't work. On the display appear line 3 in works, but system can not started. Alarm shows Double address (perhaps two valves have some address), Alarm still appear after reset and even all lines are turned off. What is your opinion where to find proble (PLC, I/O moduls, cables,...)  
  25. 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