Data TypesModbus Term
BCD (Binary Coded Decimal)
A numeric format where each decimal digit is stored in 4 bits within a register.
Definition
BCD (Binary Coded Decimal) encodes each decimal digit as a separate 4-bit nibble. For example, the decimal number 42 is stored as 0x42 — high nibble 4, low nibble 2. A 16-bit register can hold a 4-digit BCD number (0000–9999). BCD is common in older metering equipment and display-oriented devices where the register value looks like the decimal reading.
Quick Facts
Related Terms
Was this definition helpful?