RSlogix500 B3 file bit number

unsaint33

Member
Join Date
Sep 2019
Location
MInnesota
Posts
118
In RSLogix500, is there a way to make B3:1/1 to show as B3:0/16? In the below drawing with keyboard letters, --II-- is a rung with a normally open contact.

From this

B3:1
--II--
1



to this

B3
--II--
16
 
Sure, change the binary bit display mode to /bit instead of word/bit.

Right click in the ladder, properties, and go to the address display tab.
 
You will not see B3:0/16 but you can see (using Dravik's configuration) B3/16 (word 0 only has 16 bits 0-15 B3:0/16 is not a valid address)
which is the same a B3:1/0

B3:1/1 is B3/17
 
Last edited:
I am pretty sure that B3:1/1 is actually B3:0/17, and it will display as B3/17, but assuming that [B3:0/16] is a typo on the OP's part, Dravik's answer still stands:


yyy.png




xxx.png
 
Is there a way to do the same for timers?

Not that I'm aware of.

Timer data structure is actually three words.
One for the .EN (enabled bit) .TT (timing bit) .DN ( done bit)
T4:0.EN T4:0.TT T4:0.DN

One for the Preset .PRE
T4:0.PRE

One for the Accumulated Value .ACC
T4:0.ACC
 

Similar Topics

Can someone tell me if there is a difference between the B3 file and the B9 file? I was troubleshooting a program that was using a B9 bit and not...
Replies
2
Views
1,871
Hey all, I have: 30 Float Data File each containing 256 elements. I want to clear the values of all the 30 Data Files, how can I accomplish this...
Replies
8
Views
2,543
Greetings to EveryOne: Anyone here has the RSlogix500 software. Attached file is the SLC program that need to be convert to pdf file. Thank you...
Replies
2
Views
2,681
Hi Guys, I have a SLC 503 CPU that I go online with fairly often and never have a problem. Today when trying I got a "No Matching File Found"...
Replies
6
Views
5,750
I am running RsLogix500 v7.10 to connect to several SLC 5/04's, 1747-L543, Ser C, F/W 10. My question is, until last weekend, We had a feature...
Replies
3
Views
3,101
Back
Top Bottom