SLC5/05 1746-OA16 output card need to be configured?

MartyMaucher

Member
Join Date
May 2014
Location
Pensacola
Posts
91
In RSLogix 500, IO Configuration, I can open the editor for the 1746-OA16 card as shown in the pic below. However, the Configure button is greyed out, so does that mean the channels do not have to be individually enabled?

The problem I see is that O:3/5 correctly turns on, but O:3/0 does not.
Any ideas?
Thanks,
MM

ConfigureOA.PNG OutputBitNotOn.jpg
 

Attachments

  • UK Research.zip
    52.2 KB · Views: 5
I would start by cross reference the O:3/0 bit isn't being controlled somewhere else. Right click it and find all.

you have rungs in ladder 12 and 13 potentially writing a 0 to o:3/0
 
Last edited:
aha..... maybe that's something I don't understand about PLCs.....
Can 2 rungs write to the same output?

|------]A[--------(Out1)---|
|------]B[--------(Out1)---|

To me, it looks like a simple OR condition. IF A OR B THEN Out1=1
 
aha..... maybe that's something I don't understand about PLCs.....
Can 2 rungs write to the same output?

|------]A[--------(Out1)---|
|------]B[--------(Out1)---|

To me, it looks like a simple OR condition. IF A OR B THEN Out1=1

Yes two diff rungs can write to the same output and in 500 the last rung wins. So if A is true and B is false then a 0 is written and vice versa. you can even write to an input.......
If you wanna check out some interesting experiments with that concept look up ron beaufort, he has some great vids that will not only blow your mind but help you wrap your head around what is going on in the PLC.
 
Cool, thanks for the quick help. I combined 3 files into 1 and made it like this, and it works great:

|------]A[-----+--(Out1)---|
|
|------]B[-----+

MM
 
Last edited:

Similar Topics

PLC SLC5/04 is runing with 1746-NO8I but this module is got defective How can i Use 2 module of 1746-NO4I instead of 1746-NO8I? kindly Help
Replies
1
Views
1,883
:banghead:Hi To All. I'm Having trouble using the HSC Instruction. whan i try to enter HSC pop up box appers "HSC Instruction not supported by the...
Replies
3
Views
6,687
My particular program is functioning well. The only thing is that I dont know how to clear the configuration error when I power the PLC back up...
Replies
3
Views
2,663
I am running into a problem with the 1746-HSTP1 Stepper Controller Module for my SLC5/03. I am trying to get the stepper motor to just jog. I dont...
Replies
1
Views
2,533
I have wasted a week trying to figure out how to connect an SLC5/03 with my laptop. I do not have and can not Buy the 1747 UIC and PC3 cables. I...
Replies
14
Views
2,551
Back
Top Bottom