The data type BCD_DWORD (binary-coded decimal) only occurs in the conversion functions DINT_TO_BCD_DWORD and UDINT_TO_BCD_DWORD. These conversion functions use variables of the type DWORD, which are converted to BCD numbers, e.g. the decimal number 654 is converted as the hexadecimal number 16#0654.