
The Function Block DEC2BIN converts a decimal value to a binary value.
The input expects a string or a number. The value must be a decimal value. For example, "61". Leading zeros are irrelevant.
The output returns the binary number as an integer without leading zeros.