RSLogix 500 - Bit Addressing

jmaty23

Member
Join Date
Mar 2009
Location
New York
Posts
49
I am a rookie programmer so this question may be very simple to answer.

I working with an RSLogix 500 program for a Micrologix 1500 PLC.

When I read through the logic, all of the inputs and outputs are controlled with B3 bits. It seems as if O0 and I1 data files are not used. How is this possible and how can I find out which input and output the B3 bits are tied to through RSLogix?
 
You may find a copy instruction [COP] copying B3 word to and forth the inputs & outputs. Do a search on the input or output word.....

Regards
 
While it would be unusual for a program to contain no references to physical input or output points it can be done. The PLC program can still operate on information supplied from networks or display panels which arrives in the PLC in other data areas.

Open either the input or output data table. Click on the 'Usage' button to see which item are actually referenced in the program. To locate any particular used item in the program right-click on it and select 'Find All'.

Only by then interpreting the program ladder relative to these inputs and outputs will you discover the logical link to 'B' register bits.
 
You could do a Search with what ladders use those bits, the programmer might have used mirroring on that Program. you could click the search results to see on what Ladders used the Bit.
 
A lot of programmers use B bits for everything then move/copy the B bit to the I and O bits later. One of the main advantages is if you need to change a output to something else (because of a welded relay, etc), you only have to change it in one place in the program.
 
In this particular case, it looks like the programmer is using the 'Simulate Bit' to disable the physical I/O. Very handy for testing. When that bit is ON, you don't need to force inputs, just turn the B bits on and off. Also, no physical outputs will fire. When that bit is turned back OFF, the physical inputs clean up your overrides. I may borrow this idea!... (y)

🍻

-Eric
 

Similar Topics

Hello, Haven't been on in a while. I need to generate a bit level pdf of the I/O for RSLogix 500. I can generate a report but it just shows the...
Replies
1
Views
172
How can I achieve the same functionality in Studio 5000? Image 001.png for the old RSLogix500 program Image 002.png for conversion to Studio...
Replies
6
Views
2,529
Dear Sir, Can you please tell me how to use the first scan bit, S2:1/15 in RsLogix 500 to Prevents the latch output to be ON when the power...
Replies
22
Views
10,327
I'm having trouble preparing some data for use with Modbus. I have to send and receive each parameter over 2 16 bit registers and the I can't...
Replies
6
Views
2,636
Hello, I am working within the RSLOGIX 500 software and am trying to index at the bit level. I have attached a screen shot. When using MOV...
Replies
4
Views
1,993
Back
Top Bottom