Search the Community

Showing results for tags 'rslogix'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 97 results

  1. I put together a demo of the c# library I am working on for Rockwell PLC. It basically allows you to parse/construct the L5X files for code generation, documentation, and other uses. https://www.youtube.com/watch?v=kV0nXSyM7Gg
  2. I have some older RSLogix 5000 software I would like to run on a newer Dell 64bit laptop. It's RSLogix 5000 V13.03.00. I can buy a full Windows license for an older Windows OS and not connect to the internet. What OS was my RSLogix 5000 software originally designed for? Was V13 a 32bit software?
  3. Hello everyone, I'm facing an issue while trying to go online with a PLC. The firmware revision of the controller is 34.011, but the offline project I have is showing a firmware revision of 33.xx. Due to this mismatch, I'm unable to establish a connection. I'm relatively new to this company and recently learned that the program on my computer may have been modified by a contractor company, which might explain the version difference. I suspect they may have used a higher version of RsLogix when making the changes. I'm looking for guidance on how to proceed in this situation. Is there a way to update the offline project's firmware revision to match the controller's firmware revision? Or is there another solution to resolve this compatibility issue? Any help or insights would be greatly appreciated. Thank you!
  4. Hey everyone, I'm new to programming PLCs and I've run into a problem. I have a Micrologix 1400 Series B PLC, and for the past month, I've been using a free trial of RSLogix 500 Starter. But now, the trial ran out, and so I bought a license for "RSLogix Micro Starter". The problem is that when I downloaded my updated file to the PLC for the first time with micro starter, the PLC's outputs don't work anymore. I checked the PLC screen and the inputs from the HMI screen are getting recognized, but the inputs from the physical sensors are not. Also, none of the outputs are being activated on the PLC at all, which I can tell by looking at the I/O status on the PLC screen itself. I then uploaded a new test program, where you press a button and a light turns on, but that doesn't work either. I haven't changed any of the physical wiring, only thing I've changed is that I'm using RSLogix Micro Starter as opposed to RSLogix 500 Starter. I spoke to a Rockwell technician about this and he said that there shouldn't be any problem, as I haven't done anything wrong. So I now ask everyone on this forum if they could help me out a bit.
  5. I have an old 5/04 system that I need to talk to for upgrade. I no longer have the logic 500 software, but I do have Studio 5000. Is the 500 program available to purchase?  I reached out to the system manufacturer but he no longer has it either.
  6.   Replacing dead powerflex 700 with 753 talking via ethernet. Any good instructions on how to update the file from 700 to 753 on rslogix 5000?                                    
  7. Hi guys. I have a question, with HMI pages. I have to make 20 pages 3 times. Its kind of like layer in layer. At the and of the layers always there are only 2 choices. But ofc course its important the route like what the choose, and what is the order. Like we have to detect lets say first layer page2 second layer page13 third layer is page5 and then we choose the first choice. But if the order is different we have to get a different input from the choice1, like we need different address. I could do that if I make ton of pages, but its sounds crazy. A lot of permutation. (20*20*20*2) I attached a picture maybe its easier to understand if Im not explained well. I am using AB control logix PLC, with logix 5000 software. Do have someone a good and quicker idea, to solve this problem.  Thanks ahead. Any idea is highly appriciated.    
  8. Hi guys,  I have been thinking about wether can increase the numbers of produced and consumed tags, between my plc-s. Currently I have two plc it already have produced and consumed tags, but unfortunatelly soon we are running out of free tags. I read the manual and it said I can make 125 dint tags, currently we have only an array with 10 element.  If I make a new one and I kinda copy it, with different names, will it be work ?  Or do I have to set something else ?  Can I ruin the communication with the two plcs ?  THanks ahead.
  9. Hello guys! I'm interesting about rfid communication. I currently using control logix and compact logix plcs, and rslogix 5000 software. I'm wondering if someone can help me with a sample project, or any documentation. Its also can be wonderful if someone can share a project with panelview if its possible. I wanna know about reading and also writing. What type of device do you guys using ? I would like to make a simple program what is contain reading and writing. Thank you ahead any help of yours.     
  10. controller is not coming online with rslogix 5000, but i can ping the ip from the pc. getting the error message says "controller failed to come online - error 701-8004250B" appreciate ur help.
  11. hello, I want to ask, maybe some of you know about this, I want to take a program on compactlogix but it has a firmware version 19.xx while the rslogix application I have is version 21.xx, there are several options offered by the application to be able to take the program, update the firmware in compactlogix or downgrade the rslogixku application to version 19.xx. if i upgrade the firmware in compactlogix, what about the program is the program safe or not, and if i upgrade the firmware will the program in compactlogix work properly?
  12. CommandLogix

    Version 1.0.2

    80 downloads

    COMMAND LOGIX is a command line tool that works with Logix Services to automate various functions in Logix using a CLX file as setup. The functions include Upload, Download, Partial Imports, Mode Change, etc. The tool comes with an editor to create the setup file. This tool is really useful if you have multiple tools to update or if you have a couple updates to make and you don't want to wait for RSLogix to load. https://www.commandlogix.io/
  13. View File CommandLogix COMMAND LOGIX is a command line tool that works with Logix Services to automate various functions in Logix using a CLX file as setup. The functions include Upload, Download, Partial Imports, Mode Change, etc. The tool comes with an editor to create the setup file. This tool is really useful if you have multiple tools to update or if you have a couple updates to make and you don't want to wait for RSLogix to load. Submitter cw0rley Submitted 11/15/21 Category Demo Software
  14. I have 23 Micrologix 1400s and I want to take the same register, N100:99, out of each one and put in a single array in a CompactLogix L18ER. From what I have tried, it only seems like I can only map a range of integers, N100:77-N100:100, to the array and not an individual register to a particular element. (For example, mapping N100:99 from machine 16 to Selected_Model[15]) Can you map to individual elements in an array? If so, are there any instructions on how to do so? Thank you in advance for reading my post!
  15. Hi! I'm using RSLinx Classic, RSLogix Micro English and RSLogix Emulate 500 to emulate a Micrologix 1100 Series B. I'm able to run, program and simulate different input and output with the emulated PLC. Everything works fine. My problem is that I'm writing a program using the nodePCCC library (https://github.com/plcpeople/nodepccc) and I'm not able to connect to the emulated PLC using the address 127.0.0.1 and the port 44818. I tried  running 'netstat -a' on Power Shell and I found out that the port 44818 is not being used.  Could someone help me identify what I'm doing wrong?
  16. Hello guys!  Im using RS Logix 5000.  Can someone explain me what is the difference between when a servo is shutdown or disabled ?  I read the help but it says the same. I can assume it like when its shutdown, there is inside some circuit which is not allow the 3 phase for the drive.  Disabled is that when it have the 3 phase but nothing can happen ? Is there any difference with the break ? Like when its shutdown it can rotate until its slow down by itself or the break will be active ?  I tried to uplod a pic but it was not succesful. When you open a servo axis properties and you choose the Fault actions tab. You can find there these settings.    Thanks a lot. 
  17. Hello Guys! I have couple of questions about tuning an ab servo motor. -Actually what does the drive or plc doing when I launch a servo auto tuning?  - What are the little boxes like position error integrator ? There are checkmarks in fornt of the lines. Can I choose the methode or something? I mean its not "auto" ? Why it is auto then ? - Can someone send me some basic literature where they explain me what these stuff acutally meaning ?  - What is the hook up test what for is good ?  -When you are doing a servo auto tune what are the parameters that you are monitoring and why ?  -I should do the auto without or with load ? Whats the difference ? I know there are so many question I would be so grateful if someone could help me with these answears, or even just with one. Thanks again. 
  18. Hello! I am using the Plant PAX AOI L_CPU_24_Up and am having zero luck finding out both independently and from tech support what the 16 bits of the Ref_Out.Identity.Status are. The description says Tag to receive CPU data, device status (bitmapped, see documentation).  I have a techconnect contract, but cant find the correct documentation where this information lives.  Could someone please send me a link or just give me the number of the publication.  I attached a screen shot of tag info I am looking for. Thank you!!!!    
  19. Hello Folks... The pictures show it all... I just need to produce a one-shot inside the IF...THEN, and the Oneshot's input bit goes from 0 to 1 as you see from the trend, but the output bit is not going to 1, or giving a pulse ? can anyone help me understand why i am not getting a pulse in this code ? And is there another easy way to get pulse inside IF...THEN without changing the condition which activates the if loop ? Thanks in advance for your time
  20. I have a Base tag of BOOL logic that will not activate the MOV output.  The Base tag is paralleled with an Alias tag for a NO pushbutton.  When the pushbutton is actuated it produces the desired output.  Has anyone encountered this issue from a togglebit base tag before?  Why would a base tag produce a different outcome from that of an alias tag that function properly?
  21. Can anyone explain to me what this would mean in a COP instruction? Source: #N[N187:4]:[N187:5] Dest: #N[N187:1]:0 Length: 20 I am doing a PLC5 conversion to rslogix5000 and some (most) of it has been a nightmare -.-
  22. I have a counter tracking the number of cases packed through a robot program and an option to count less than a case (pack now). In order to update the correct number, I'm using math (ADD) to increment the counter by one.  I used that in conjunction with a MOV instruction to increment up the counter by one.  However, when I energize the button, my accumulated value goes up by +220 or so. Any way to fix this?
  23. Can I download an old program (written with RS Logix 500 version 5.2) into a newer SLC 5/04 Series C with a higher FRN than my copy of RS Logix supports? I don't want to use any newer functionality. Just wanting to get a spare 5/04 and load the application software on so it is ready to swap out in the event of a failure. I see some 5/04's on eBay that are new in box but have a FRN of 11 which wasn't out at the time my version of RSLogix was created.  
  24. Hi Guys. I have a trouble to determine the dispersion of an array. Like I have an array what have 1000 elements. I need to know the dispersion of the numbers. I checked but I didnt find any instruction for this. Im using RS Logix 5000. Can someone pls help me out ?  Thanks in advance.
  25. Hi all. How to replace an Ethernet ip communications module(1756 en2t) with a new one if the old one stops working. What should be done to configure the new module in rx logix? Should I set the IP address? Or is it plug and play? Thanks in advance.