MicroLogix 1100B - Bit writes

pmbreddy

Member
Join Date
Nov 2012
Location
Bangalore
Posts
24
I am trying to write or change values using ladder logic to B3 registers and I am not able to write any values to the same. I am not able to change values through RSLogix 500 as well. Any help with this is appreciated.

I am able to write values when I use MicroLogix 1100A series controllers.
 
What revision RSLogix 500 are you running?
For ML1100 Series B controllers you will need a minimum of 7.20.00.
Also, verify the B3 File State Protection and make sure is set to "None"; this feature prevents the respective file to be "communications written" but for when a Download is being performed.
 
Last edited:
A few additional possibilities:
- Make sure you don't have multiple instructions writing to the same B3 addresses. This will make it appear as if one is not working, and might also prevent you from manually modifying the data in RSLogix.
- If the write logic is in a subroutine, make sure it is being scanned. (A JSR should be executing somewhere.)
 
Also I think you can write-protect certain registers also. I don't have RSLogix 500 in front of me at the moment.
 
I am able to write values when I am in program mode and not able to do the same in Run mode. Does MicroLogix 1100B support online editing?
 
You will not be able to change the value of B3:0/2 because it is used in an OTE coil. You should be able to manually change B3:0/0 and B3:0/1 in the data table, since they are not controlled anywhere in the program. Is this the behavior you are seeing?

Yes, the Micrologix 1100 supports online editing.
 
You aren't trying to force the bits, are you? You can't apply forces to internal bits. If you right-click on one of the contacts and select "Toggle Bit", the state should change (even in Run mode). I see there is no protection on the data file so I don't know what else could be preventing this unless you have an HMI or other device connected which is controlling those bits.
 
I am not forcing any bit writes and also I am just connecting to controller via Ethernet to test it in the lab. No more configuration complications as I ma testing only controller in our lab.
 
If you are trying to change the value of a bit from the data table by just typing in a new value you need to press the ENTER key after you type the new value. You can't just click on the next value or tab off the value and expect it to change. This might not be the problem, but you wouldn't be the first person to get tripped up by that either.

Edit to add:
Try using the bit toggle. Right click the address above one of the XIC instructions and pick toggle bit.

TC0424131.jpg
 
Last edited:
My controller is in RUN mode when I am trying to change values and also I am using toggle option as you mentioned also tried to change value of a bit by pressing enter as well. Nothing worked out for me.
 
The program file that you posted showed that you were successfully able to change the value of bit B3/0 as that bit has a value of 1. Somehow you were able to do that.

Open the B3 file data window. Change the Radix to decimal. Click on the word and type in the number 6 and press the enter key. You should see the rung status change accordingly. Try it offline. Then try it online.

TC0425131.jpg
 

Similar Topics

Can some one please help me out about how to update firmware through RSLogix 500/Control Flash specifically for Allen Bradley MicroLogix 1100B...
Replies
2
Views
6,005
hi to all, have anyone tried to communicate Schneider PM800 to a ML1400 through rs485? i am having an issue with it just receiving message...
Replies
1
Views
45
Hello, I have a panelview plus that reads from 4 different PLC's. 2 of these used to be Micrologix PLC's and someone else went and updated them to...
Replies
3
Views
108
Hey all, first time poster here. I am wondering if anyone has tried using a Keyence SR-X300 barcode scanner to a Micrologix 1400. Keyence sent...
Replies
0
Views
107
I have been working on this for a while now and I can't seem to get it. I was finally able to view the 1500 on the PanelView under the serial...
Replies
1
Views
145
Back
Top Bottom