
14 2 FUNCTION TABLES
2.2 Function Tables
LREAL_TO_REAL(_E) (s), (d) Converts double-precision real type data into single-precision real type
data.
Page 60 Converting double-
precision real type to single-
precision real type
REAL_TO_STR(_E) (s), (d) Converts single-precision real type data into string type (exponential
form) data.
Page 62 Converting single-
precision real type to string type
WORD_TO_BOOL(_E) (s), (d) Converts word (unsigned)/16-bit string or double word (unsigned)/32-bit
string type data into bit type data.
Page 65 Converting word
(unsigned)/16-bit string, double
word (unsigned)/32-bit string
type to bit type
DWORD_TO_BOOL(_E) (s), (d)
WORD_TO_INT(_E) (s), (d) Converts word (unsigned)/16-bit string type data into word (signed) or
double word (signed) type data.
Page 67 Converting word
(unsigned)/16-bit string type to
word (signed), double word
(signed) type
WORD_TO_DINT(_E) (s), (d)
DWORD_TO_INT(_E) (s), (d) Converts double word (unsigned)/32-bit string type data into word
(signed) or double word (signed) type data.
Page 69 Converting double
word (unsigned)/32-bit string
type to word (signed), double
word (signed) type
DWORD_TO_DINT(_E) (s), (d)
WORD_TO_DWORD(_E) (s), (d) Converts word (unsigned)/16-bit string type data into double word
(unsigned)/32-bit string type data.
Page 71 Converting word
(unsigned)/16-bit string type to
double word (unsigned)/32-bit
string type
DWORD_TO_WORD(_E) (s), (d) Converts double word (unsigned)/32-bit string type data into word
(unsigned)/16-bit string type data.
Page 73 Converting double
word (unsigned)/32-bit string
type to word (unsigned)/16-bit
string type
WORD_TO_STR(_E) (s), (d) Converts word (unsigned)/16-bit string or double word (unsigned)/32-bit
string type data into string type data.
Page 75 Converting word
(unsigned)/16-bit string, double
word (unsigned)/32-bit string
type to string type
DWORD_TO_STR(_E) (s), (d)
WORD_TO_TIME(_E) (s), (d) Converts word (unsigned)/16-bit string or double word (unsigned)/32-bit
string type data into time type data.
Page 77 Converting word
(unsigned)/16-bit string, double
word (unsigned)/32-bit string
type to time type
DWORD_TO_TIME(_E) (s), (d)
STR_TO_BOOL(_E) (s), (d) Converts string type data into bit type data. Page 79 Converting string type
to bit type
STR_TO_INT(_E) (s), (d) Converts string type data into word (signed) or double word (signed)
type data.
Page 81 Converting string type
to word (signed), double word
(signed) type
STR_TO_DINT(_E) (s), (d)
STR_TO_REAL(_E) (s), (d) Converts string type data into single-precision real type data. Page 84 Converting string type
to single-precision real type
STR_TO_WORD(_E) (s), (d) Converts string type data into word (unsigned)/16-bit string or double
word (unsigned)/32-bit string type data.
Page 88 Converting string type
to word (unsigned)/16-bit string,
double word (unsigned)/32-bit
string type
STR_TO_DWORD(_E) (s), (d)
STR_TO_TIME(_E) (s), (d) Converts string type data into time type data. Page 91 Converting string type
to time type
STR_TO_BCD(_E) (s), (d) Converts string type data into BCD type data. Page 93 Converting string type
to BCD type
BCD_TO_INT(_E) (s), (d) Converts BCD type data into word (signed) or double word (signed)
type data.
Page 96 Converting BCD type
to word (signed), double word
(signed) type
BCD_TO_DINT(_E) (s), (d)
BCD_TO_STR(_E) (s), (d) Converts BCD type data into string type data. Page 99 Converting BCD type
to string type
TIME_TO_BOOL(_E) (s), (d) Converts time type data into bit type data. Page 101 Converting time type
to bit type
TIME_TO_INT(_E) (s), (d) Converts time type data into word (signed) or double word (signed) type
data.
Page 103 Converting time type
to word (signed), double word
(signed) type
TIME_TO_DINT(_E) (s), (d)
TIME_TO_STR(_E) (s), (d) Converts time type data into string type data. Page 105 Converting time type
to string type
TIME_TO_WORD(_E) (s), (d) Converts time type data into word (unsigned)/16-bit string or double
word (unsigned)/32-bit string type data.
Page 107 Converting time type
to word (unsigned)/16-bit string,
double word (unsigned)/32-bit
string type
TIME_TO_DWORD(_E) (s), (d)
Function name Argument Processing details Reference