Allen-Bradley PLC 5/20E 1771-OW16 Problem Please Help!

erikstephens

Member
Join Date
Feb 2007
Location
Georgia
Posts
3
I have added a relay output module 1771-OW16/B to slot 5 of my 1771-A4B chassis that has a 5/20E host processor. I have added the 1771-OW16 to the hardware configuration and programmed 12 of the relay outputs I need to trigger various radio alarms and downloaded the program changes. When online I can force the relay card outputs and they come on however, in my online program status they should be on already for the various true alarm conditions but the outputs never show true, can anyone help?
 
Are the new rung of logic in a new "Program File" is so did you remember your "JSR" rung on your main Program File (Usually LAD 2).

That would allow you to force outputs but your code would appear not to work. "Been there, Done that".
 
Sounds like an unscanned program to me as well. In addition to the JSR option for calling a subroutine, you can also visit the processor status area and add the number of the unscanned program to the list, which will cause it to be scanned just like the usual Ladder 2 routine. You can have up to 16 of these entries.

Best Regards,

Bob A.
 
Thank You Keystone! That is exactly what I did, I created a new program file and did not remember my "JSR" rung in my main program file. I thank you again for the help!
 
One other possibility that could be causing your unscanned rungs is the MCR function. A Master Control Reset appears in two parts, the first is conditioned by some logic that determines when to enable and when to disable the rungs that follow it. This portion of the program is concluded with a second unconditioned MCR which is the "end" statement.

When the first MCR is False, everything that follows down to the second MCR is held Reset (OFF). This is similar to a jump, but includes the "Force Off" functionality as well.

When the First one goes True, the following rungs get scanned in normal fashion.

This function is similar to a subroutine, but does not carry the added overhead time to do the jump to the second program routine.

Bob A
 

Similar Topics

Hello, I am new here. I am trying to find good places to sell some surplus items that I have that isnt through ebay. Does anyone have any sources...
Replies
6
Views
393
Hi good day Everyone, I have a cimplicity v10 project with 7 to 8k tags communicating with AB PLC through OPC and Rslinx classic. I have this...
Replies
3
Views
218
I am using Allen Bradley PLC 1756-L81E and EIP module 1756-EN2TR for Ethernet/IP communication. My communication works fine but in Get-Attribute...
Replies
2
Views
202
I have a network with 4 PLCs PLC1 is controllogix and PLCs 2-4 are compactlogix and they all need to communicate. The current way I have this...
Replies
8
Views
260
Hi Everyone, I am currently trying to communicate ControlLogix PLCs via EtherNet/IP with Delta V DCS. There is a VIM2 card configured for...
Replies
1
Views
278
Back
Top Bottom