Siemens PLC Address Converter

Convert Siemens I/Q/M and DBX bit addresses between byte.bit notation, byte offsets, and absolute bit positions.

Address Inputs

Use this converter to normalize Siemens bit addresses during tag reviews, HMI mapping, I/O checks, and DB troubleshooting.

Converted Address

Normalized Siemens Address
M0.0
Normalized Siemens-style notation for the selected area.
Byte Offset
0 byte
Byte position within the selected Siemens area or DB bit field.
Bit Index / Absolute Bit
0 bit / 0 absolute
Bit position inside the byte and absolute bit offset inside the selected area.
Address Note
Select an address format to see the Siemens byte and bit breakdown.

Frequently Asked Questions

What does I2.3 mean?

It means byte 2, bit 3 in the Siemens input image area, which corresponds to absolute bit offset 19 within that area.

Can I convert DB1.DBX12.2 too?

Yes. This tool supports DB bit notation and keeps the DB number as context while converting byte and bit positions.

What This Calculator Is For

Siemens PLC projects often involve address formats that are easy to read once you are familiar with them, but still easy to misread during commissioning, tag import, or troubleshooting. A signal might appear as I0.0, Q4.3, M10.7, or DB1.DBX12.2, and engineers frequently need to translate that into a byte location, a bit index, or a quick absolute bit offset.

This tool provides a practical address conversion reference for common Siemens-style bit addressing.

Typical questions include:

What It Calculates

The tool supports common Siemens-style memory areas:

It converts between:

Core Relationships

For Siemens bit addresses:

For DB notation the same bit math applies; the DB number is retained as context while the byte/bit location is converted.

Practical Use Cases

This tool is useful for:

Important Limitations

This tool focuses on bit-level address interpretation only. Real projects may still differ because of:

Use it as a practical address reference, then confirm exact behavior in TIA Portal or the target runtime.

FAQ

Does I2.3 mean byte 2 bit 3?

Yes. In Siemens bit notation, I2.3 means byte offset 2, bit index 3, for an absolute bit offset of 19.

Can this tool parse DB bit addresses too?

Yes. It supports DBx.DBXbyte.bit style input and preserves the DB number while converting byte and bit positions.

Does this handle word or dword addresses?

This version focuses on bit-style addressing because that is where conversion mistakes happen most often in practice.