Search the Community

Showing results for tags 'controllogix redundancy'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 69 results

  1. Hi, I have a ControlLogix L63 processor. We had a power outage the other day and the PLC went into Major Fault (Type 6, Code1). It is quite easy to find out what these mean (from vendor manual). However the major fault was reset before i looked at it, so i couldnt find any specific details on what routine faulted. There is GSV instruction in the fault handler to get the details of the Major Fault (MAJORFAULTRECORD). This recorded the TimeHigh, TimeLow, Code, Type and Info. I am now trying to determine what the date in the ".info" records mean (8 registers). I cant find this in any manual. Can someone help?
  2. I have an application I am currently working on where I have a single AB ControlLogix PLC that needs to read data from 12+ Omron CJ2M PLCs.  The Omron PLCs don't need to read any data from the AB.   I have tried several things including the generic .eds file from Omron and the instructions in the document I found on this site:  Omron CJ2 to Rockwell ControlLogix Ethernet/IP Datalink.  The generic .eds file gave me a D6 error on the Omron side and after talking to support it does not seem like the correct path.   When I tried following the instructions for the datalink I ran into several issues.  The first issue was that after configuring my network in the Omron software upon trying to load it I got a unit mismatch message for the 1756-EN2T, the .eds file I have is for a 1765-EN2T but the card shows as a 1756-EN2T/D, so I am concerned that could cause an issue...that being said I can't find any .eds file specifically for the /D revision.  The next thing I noticed was that there doesn't seem to be be a way to link the produced data from the Omron to the AB, the Omron configuration software with the AB .eds files loaded only gave me the option to send data to the Omron which we do not need to do.  I created a generic Ethernet module in my RSLogix program for the Omron PLC and then created a consumed tag and linked that to the module but I do not see where I set up the link on the Omron side for that, so how does it know what addresses to read?? Any help would be greatly appreciated!!!! Thank you!
  3. Gentleman…   Does Rockwell have any simulation PLC code that mimics an SMC-Flex soft starter?  Since we are using those (as well as the E3+ and E300) I would like to develop a model environment for starting of several drives.  In a specific case, we may have 3 or 4 drives in a pool of drives in which only a subset must be running at any one time.  Development of ladder logic for starting and maintaining those drives running while considering various fault conditions and startup issues would be very helpful in our environment.  I would like to be consistent among various areas within our plant that we incorporate pools of drives, from 4 to 2.  Having the ability to test in the lab would be very beneficial.  Thank you, David
  4. Hi, Good day to all,   I got a situation regarding the redundancy configuration. Please refer to the image attached (Page 26, Enhanced Redundancy User Manual). Notice the 1756 ControlLogix I/O inside the green box! The chassis hasn't got a CPU but only has an Ethernet IP module for the entire chassis. Does anyone know how to add and configure this chassis to the I/O configuration tree of RSLogix5K (Logix Designer 5k)? On my configuration, I've also inserted 2 MVI56E-MNETC Modbus TCP/IP Module in addition to the standard I/O Modules. Is my configuration possible? I appreciate any help I could get, thank you very much!   Sincerely, Andrei O. Karunungan
  5. Greetings, I've been having some issues with a vacuum pump breaker tripping... I think I've figured out the problem and resolved it but I noticed that several of the other motors have current monitoring on the HMI but the person who set this up is no longer with us.  I'm wondering what I need besides an analog input for my control logix processor (which I have) to setup this project.  I'm not sure if the other motors are just monitoring one leg of the 3 phases or if they are somehow showing total current?  any ideas and recommendations would be greatly appreciated.   thanks,
  6. PAROCK1 for HMI/SCADA View File Now a software solution is available for your Modbus (MB) needs in Rockwell/Allen-Bradley Control Logix or Compact Logix (Clgx) family processors, instead of a traditional 3rd party hardware like Prosoft MVI-56, Molex SST-SR4-CLX-RLL etc.  It is an Add-on instruction (AOI) for PLC/PAC firmware v16 or later, (other solutions are available for pre v16 systems).  For hardware interface, use PLC’s channel 0 (serial) or TCP/IP Interface module(s) to have as many MB TCP/IP devices or serial devices.  (Some limits apply based on system configurations, Comm. settings depending on HW used.) Connect any MB Client/Master or Server/Slave device(s) to your CLgx PLC, including flow computers, analyzers, VFDs, Power Monitors, Level gauges, Smart I/O, etc.  All the MB public/native function codes are supported.  32-Bit integers/floats as single entity are supported with byte and word level swapping. A separate utility automates the data mapping to your PLC logic.  Features -Serial Master (BASIC required Option); TCP; Slave; Redundancy; More than 5000 accumulative registers; MB CFC (Custom/Private Function Code) Support; Data mapping too – Between PAROCK1 & your PLC logic; Packaged with Rockwell; TCP/IP Interface Module; Volume Discounts; Annual Support Requirements -Rockwell/AB-CLgx processor with v16 or later.  Contact PCI for earlier versions. -If using CPU’s Chan0, you cannot use Chan0 for any other user mode activity. You can use it for non-user mode activities -TCP/IP Interface Modules from Rockwell/AB supported, are: -1756-EN2xx ControlLogix® Ethernet/IP communication modules, firmware revision 5.007 or later -1756-EWEB ControlLogix Ethernet/IP web server module, firmware revision 4.006 or later -1768-EWEB CompactLogix Ethernet/IP web server module, firmware revision 1.002 or later -1769-L30ER, 1769-L30ERM, 1769-L30ER-NSE, 1769-L33ER, 1769-L33ERM, and 1769-L36ERM CompactLogix controllers, firmware revision 20.011 or later -1769-L24ER-QB1B, 1769-L24ER-QBFC1B, 1769-L27ERM-QBFC1B CompactLogix controllers, firmware revision 20.011 or later -1769-L16ER, 1769-L18ER, 1769-L18ERM CompactLogix controllers, firmware revision 20.011 or later Other Related Services/Items -Custom PLC Add-on instructions building -PLC upgrades, troubleshooting, applications -PC Windows, iOS5, Linux, Mobile devices Comm. Drivers -Custom development, Technology Transfer Services  -Other Non-AB communication drivers for serial or TCP  -Full control system integration, training, architecture design This driver can be conviniently used with Visual Studio in development of complete large scale complex HMI/SCADA Systems. It can be used to perform advanced reporting MES, analytics, IoT, Big data type apps. One example is available to download here For More Info Overview of Parijat Drivers: Click here  Additional supporting Info about Parijat Drivers:Click here Complete Related Driver options: Click here     Submitter Scadadoctor Submitted 03/10/16 Category Other PLC Demo Software
  7. Im working on a way to reset a RTO (retentative timer) that counts how long a motor runs above alarm current levels and keeps a record of the highest current recorded... currently it just counts forever but I want to reset it each month... and to possibly move data into monthly registers to evaluate and compare.   I have my GSV setup monitoring the clock and am trying to think of a way to monitor my WALLCLOCK[1] DINT that houses the month (Currently 2)   I want to trigger a reset anytime that DINT  changes state.... any ideas?? 
  8. Excel Add-in for Allen-Bradley Data Logging

    Version 3.11.2.0

    518 downloads

    ASComm Excel Add-in is a simple to use, non-programmatic way to populate Excel 2007 - 2021 (version 16) spreadsheets with data from PLCs, instrumentation, and other process hardware. ASComm Excel Add-in uses built-in drivers for Allen-Bradley ControlLogix, CompactLogix, MicroLogix, Micro800, PLC5, and SLC500 communications. No OPC, DDE, external drivers, or programming required.  
  9. View File Excel Add-in for Allen-Bradley Data Logging ASComm Excel Add-in is a simple to use, non-programmatic way to populate Excel 2007 - 2016 spreadsheets with data from PLCs, instrumentation, and other process hardware. ASComm Excel Add-in uses built-in drivers for Allen-Bradley ControlLogix, CompactLogix, MicroLogix, Micro800, PLC5, and SLC500 communications. No OPC, DDE, external drivers, or programming required.   Submitter Automated Solutions Submitted 03/01/16 Category Demo Software
  10. I have a project that has moving carriers that each have their own CompactLogix processor onboard communicating over wireless to the main Controllogix PLC.  When each station needs to update the supervisor or vice versa we enable a CIP Data Table Write to the other PLC.  We have 36 moving stations basically, and one main.  Looking for any tips from anyone who has had a similar project.   We have lost messages in our trial and may need to sequence the messages. Thanks in advance.
  11. Hello, I am new to this forum and I am looking for some help. I have to create a block mover system using the controllogix , I know that I must use a SQO as I have done this process without a Flex I/O on a SLC 500 before. Currently I am getting a error while dealing with the array can anyone show me an example of a SQO in 5000?   Thanks
  12. Hi, I have a system which was not used for few years and now planning to use it/commission it. It is a Control logix platform, 1756-L61 ControlLogix 5561 rev 13.25. The battery fault is ON . As per AB literature 1756-L61 SERIES "A" should use battery 1756-BA1 and SERIES "B" should use battery 1756-BA2 if not then CPU could be affected. Could anyone pls advise how to find out the series of a CPU, i could find only the above information from controller properties. Thanks
  13. First of all im using a softlogix 5860 processor connected via 1784 PCIDS card to the 1794 devicenet adapter. my first module is a 16 bit DC input followed by a 16 bit output and finally my 2channel input/ 2 channel output. I can write code in 5000 for the digital IO's just fine and i have the .dnt file setup correctly with all lights green and i can see voltage change from rsnetworks when i monitor the input from the 1794 ADN (setup for 0-5v). From the reading i've done, i know i have to use block transfer msg and there is a sample file included with the version of rslogix that i have but its setup with different controllers and adapters. I've read anything i can get my hands on online from rockwell but the docs on these adapters only show the setup example using the ethernet IP version. in the ethernet IP version you can right click on the 1794 IP adapter in rslogix 5000 and add the module.... you cannot do this using the devicenet adapter. I can include my basic logix file but theres not much to it since I have no idea where to go from here. If anyone has ANY experience with this i would be forever greatful thanks in advance.ANALOG.zip
  14. Hello Every one I'm little new in AB controllers and i just begun lerrning about Contollogix 5000. The first thing that came in my mind is how Controllogix 5000 bus expansion is done? Thanx for ur help
  15. Several years ago before I arrived at my company, an integrator came in to do the automation on our system. They used a Controllogix 1756-L61S for the safety portion of the project. Apparently, when they completed the job they did not provide the source code with comments, safety password, etc. for anything and it got ugly between our company and theirs. In other words, they would not provide it if we went back to ask them. Allen Bradley has told us that we can not make any alterations now to the safety logic because we do not have the password that was used to create it. And they said there is no longer a master password that you could use like in previous controllers. Does anybody know of any workarounds for this? Or have heard of anything that might possibly work?
  16. Hey guys I need to connect an XT Controllogix L63 with a GE D400 via ethernet to send some variables for SCADA and I've never done this setting if you could tell me how I can do this would be very grateful
  17. Version 1.1.5

    1451 downloads

    ASBrowse.NET for Allen-Bradley Logix family is a class library for program and tag browsing on A-B Logix family of controllers. View and download any Allen-Bradley Logix Family controller's tag database without RSLogix 5000 or Studio 5000. Can be purchased as ready-to-run application, or as a .NET class library allowing you to incorporate tag browsing into your own applications. Potential uses   Quick and easy browsing and verification of programs and tags outside of programming software Runtime tag selection in conjunction with other Automated Solutions products such as ASComm.NET communications driver. Runtime tag selection in conjunction with third party applications or drivers. Bulk edits for importing back into PLC/PAC programming software Documentation   Key Benefits   Allows you to browse programs and tags on A-B ControlLogix family without the need for RSLogix 5000 Does not require RSLinx or 3rd party drivers Supports controller tags and program tags Supports UDTs and PDTs 100% managed code x86, x64, and Any CPU compatible Visual Studio.NET 2022, 2019, 2017, 2015, 2013, 2012, 2010 (Express, Pro, Premium, and Ultimate Editions) Runtime-free for qualified applications  
  18. Version 3.11.5.0

    2804 downloads

    .NET class library for use in Visual Studio.NET to create HMI/SCADA apps that communicate with A-B ControlLogix, CompactLogix, Micro800 Series, PLC5, SLC500, and MicroLogix PLCs via Ethernet.   For .NET Framework 2.0 - 4.8 projects. Does not require OPC, RSLinx, or 3rd party drivers. x86, x64, and Any CPU compatible. Visual Studio.NET 2010, 2012, 2013, 2015, 2017, 2019, and 2022 compatible Supports unsolicited messages. Most .NET Framework targets are supported, including Web, Windows, console, and service apps. Can be configured programmatically or visually Visually design your entire communications configuration without writing a single line of code Extremely high performance - 5~10 mSec typical transaction time Supports ControlLogix family native tag names Supports reading and writing entire ControlLogix family UDTs and PDTs Supports block transfers of up to 250 words per transaction Tag database can be configured via code or visual designer Abstract base classes allow you to write generic code that works with all drivers Synchronous and asynchronous read/write methods Data change notifications Provides common user interface across all driver classes No limit on number of devices or data points Multi-threaded for high data throughput Includes extensive help system Example applications with VB and C# source code included. Easily connect office systems to factory floor. Runtime-free for qualified applications  
  19. File Name: A-B Ethernet Driver for .NET File Submitter: Automated Solutions File Submitted: 13 Dec 2007 File Category: Demo Software .NET Component for use in Visual Studio.NET to create HMI/SCADA apps that communicate with A-B ControlLogix, CompactLogix, Micro800 Series, PLC5, SLC500, and MicroLogix PLCs via Ethernet. Supports unsolicited messages Does not require OPC, RSLinx, or 3rd party drivers. x86, x64, and Any CPU compatible Visual Studio.NET 2005, 2008, 2010, 2012, and 2013 Compatible Most .NET targets are supported, including Web, Windows, console, and service apps. Can be configured programmatically or visually Visually design your entire communications configuration without writing a single line of code Extremely high performance - 5~10 mSec typical transaction time Supports ControlLogix family native tag names Supports reading and writing entire ControlLogix family UDTs and PDTs Supports block transfers of up to 250 words per transaction Tag database can be configured via code or visual designer Abstract base classes allow you to write generic code that works with all drivers Synchronous and asynchronous read/write methods Data change notifications Provides common user interface across all driver classes No limit on number of devices or data points Multi-threaded for high data throughput Includes extensive help system Example applications with VB and C# source code included. Easily connect office systems to factory floor. Runtime-free for qualified applications Click here to download this file