4 STANDARD FUNCTIONS/FUNCTION BLOCKS
4.1 Standard Functions
149
4
■Converting DINT to BCD
■Converting DINT to REAL/LREAL
■Converting DINT to TIME
■Converting DINT to STRING
■Converting BCD to INT/DINT
■Converting BCD to STRING
■Converting REAL to INT/DINT
■Converting REAL to LREAL
■Converting REAL to STRING
Function symbol Processing details Reference
DINT_TO_BCD Converts a value from DINT data type to BCD data type. Page 1831
DINT_TO_BCD(_E)
DINT_TO_BCD_E
Function symbol Processing details Reference
DINT_TO_REAL Converts a value from DINT data type to REAL data type. Page 1833
DINT_TO_REAL(_E)
DINT_TO_REAL_E
DINT_TO_LREAL Converts a value from DINT data type to LREAL data type. Page 1834
DINT_TO_LREAL(_E)
DINT_TO_LREAL_E
Function symbol Processing details Reference
DINT_TO_TIME Converts a value from DINT data type to TIME data type. Page 1835
DINT_TO_TIME(_E)
DINT_TO_TIME_E
Function symbol Processing details Reference
DINT_TO_STRING Converts a value from DINT data type to STRING data type. Page 1836
DINT_TO_STRING(_E
)
DINT_TO_STRING_E
Function symbol Processing details Reference
BCD_TO_INT Converts a value from BCD data type to INT data type. Page 1838
BCD_TO_INT(_E)
BCD_TO_INT_E
BCD_TO_DINT Converts a value from BCD data type to DINT data type. Page 1840
BCD_TO_DINT(_E)
BCD_TO_DINT_E
Function symbol Processing details Reference
BCD_TO_STRING Converts a value from BCD data type to STRING data type. Page 1843
BCD_TO_STRING(_E)
BCD_TO_STRING_E
Function symbol Processing details Reference
REAL_TO_INT Converts a value from REAL data type to INT data type. Page 1845
REAL_TO_INT(_E)
REAL_TO_INT_E
REAL_TO_DINT Converts a value from REAL data type to DINT data type. Page 1847
REAL_TO_DINT(_E)
REAL_TO_DINT_E
Function symbol Processing details Reference
REAL_TO_LREAL Converts a value from REAL data type to LREAL data type. Page 1849
REAL_TO_LREAL(_E)
REAL_TO_LREAL_E
Function symbol Processing details Reference
REAL_TO_STRING Converts a REAL data type value to STRING data type (exponential form). Page 1851
REAL_TO_STRING(_
E)
REAL_TO_STRING_E