PLC 1769-L33ER logic to 1747-L552 logic

samvivi7

Lifetime Supporting Member
Join Date
Apr 2016
Location
NJ
Posts
50
Hey everyone,

I am having trouble figuring out where my problem is in the logic.
I have two identical PLC programs, one in 1769-L33ER and the other in 1747-L552.

i made a change to the code on 1769 and works fine but when i applied the same logic changes to 1747 PLC i keep getting two outputs ON at all time (please see the highlighted attachments)

its basic logic changes that i made input and output and one timer.

thanks for any help,

best Regards,
Sam

Capture1.jpg Capture2.jpg
 
Your question is too difficult to answer because there is not enough information to solve. You might be better off posting a .zip of your logic and asking for others to help troubleshoot that. l will note however that anytime I want to troubleshoot why an output is on when I think it shouldn't be, I use bits that I create like "Always_OFF" in different rungs/branches to try and isolate what code is active and figure out from there which one is keeping my output on.

Also keep in mind that very often the RSLogix software isn't updating the User Interface quickly enough for you to see a transition if it's happening super fast. The best bet is to block off sections of code from executing with an Always_OFF bit and one at a time remove them.

Make sure you're not doing any MOV or COP commands whose destinations would be encompassing your output address... meaning if you're moving a large value to the output word somewhere, make sure its not overflowing into the address in question.

While there are MASSIVE differences between the SLC 5/05 (1747) and the CompactLogix (1769), Logic is logic, it should not change between PLC's the concept is always going to be the same.
 
Last edited:

Similar Topics

Hey everyone, I can't seem to find good instructions on how to connect/set up a brand new PLC. Thanks for the help.
Replies
6
Views
2,698
Hello Guys, I am using 1769-L36ERMS PLC by Rockwell which doesn't let me MOV or COP literal text into string datatype? i very well know the...
Replies
13
Views
381
Hi everyone, Kind of new at this, so we recently upgraded our 1769-l32e to the newer 5069-L320erm, i converted the file over and Verify the...
Replies
8
Views
391
looking for the the MAC address for this PLC, I count find it in the front or at any part of the PLC itself. connected to the PLC by USB, showing...
Replies
11
Views
1,749
hello plc professionals , i have a plc AB 1769-l24er and 13 VFD AB 525 and HMI and STRAIX 2000 unmanaged switch .. the LOGIX Designer limiting me...
Replies
6
Views
1,516
Back
Top Bottom