Redundant instruction
This is a redundant instruction. It is replaced by: DINT_TO_BCD_DWORD
Converts the 32-bit binary data specified by s to the BCD code that expresses 8-digit decimals if the trigger EN is in the ON-state. The converted data is stored in d. The binary data that can be converted to BCD code are in the range of 0 (0 hex) to 99,999,999 (5F5E0FF hex).
Input
binary data (source), range: 0 to 99,999,999
Output
32-bit area for 8-digit BCD code (destination)
if 32-bit data specified by s outside the range of 0 (16#0) to 99999999 (16#5F5E0FF) is converted.
if 32-bit data specified by s outside the range of 0 (16#0) to 99999999 (16#5F5E0FF) is converted.