Rockwell PLC Address Converter

Interpret classic Allen-Bradley and Rockwell PLC addresses such as N7:0, B3:1/0, T4:0.PRE, and C5:0.ACC.

Address Input

Use this tool to decode legacy Allen-Bradley file-based addresses into file, element, bit, and member context during troubleshooting or migration work.

Decoded Address

Normalized Address
B3:1/0
Normalized Rockwell-style notation.
File / Element
0 file / 0 element
Data file number and element index extracted from the address.
Bit / Member
bit / member
Bit number or structure member decoded from the address.
Meaning
Enter a Rockwell address to decode its file, element, bit, or member meaning.

Frequently Asked Questions

What does B3:1/0 mean?

It typically means binary file 3, element 1, bit 0 — a bit-level address inside a classic Rockwell data table word.

Can this interpret timer and counter members?

Yes. This tool supports common timer and counter members such as PRE, ACC, EN, DN, and TT for practical address breakdowns.

What This Calculator Is For

Rockwell and Allen-Bradley PLC projects often combine several address styles that are easy to recognize once you know them, but easy to confuse during troubleshooting, migration, or documentation cleanup. Common examples include:

This tool is designed as a practical interpreter for those classic Rockwell-style addresses.

What It Calculates

The tool supports practical Rockwell address families:

It converts or breaks addresses into:

Core Relationships

For classic Rockwell file-based addressing:

Examples:

Practical Use Cases

This tool is useful for:

Important Limitations

This tool is an address interpretation helper, not a live memory browser. Real projects can still differ because of:

Use it as a practical decoder for common legacy-style addresses.

FAQ

What does B3:1/0 mean?

It means binary file 3, element 1, bit 0 — typically the first bit inside word 1 of the B3 file.

What does T4:0.PRE mean?

It means timer file 4, element 0, preset member. In practice this is usually the configured preset value for that timer structure.

Is this for Logix tag names too?

This version focuses on classic file-based Rockwell notation, where practical decoding mistakes are most common.