Type Conversion Functions - Mitsubishi Electric M800VW Series Programming Manual

Plc programming
Hide thumbs Also See for M800VW Series:
Table of Contents

Advertisement

M800V/M80V Series PLC Programming Manual (1/2)
6 Explanation of Instructions and Functions
6.2 Function List

6.2.2 Type Conversion Functions

Function name
BOOL_TO_INT(_E)
(s), (d)
BOOL_TO_DINT(_E)
(s), (d)
BOOL_TO_STR(_E)
(s), (d)
BOOL_TO_WORD(_E)
(s), (d)
BOOL_TO_DWORD(_E)
(s), (d)
BOOL_TO_TIME(_E)
(s), (d)
INT_TO_DINT(_E)
(s), (d)
DINT_TO_INT(_E)
(s), (d)
INT_TO_BOOL(_E)
(s), (d)
DINT_TO_BOOL(_E)
(s), (d)
INT_TO_REAL(_E)
(s), (d)
DINT_TO_REAL(_E)
(s), (d)
INT_TO_LREAL(_E)
(s), (d)
DINT_TO_LREAL(_E)
(s), (d)
INT_TO_STR(_E)
(s), (d)
DINT_TO_STR(_E)
(s), (d)
INT_TO_WORD(_E)
(s), (d)
DINT_TO_WORD(_E)
(s), (d)
DINT_TO_DWORD(_E)
(s), (d)
INT_TO_BCD(_E)
(s), (d)
DINT_TO_BCD(_E)
(s), (d)
DINT_TO_TIME(_E)
(s), (d)
REAL_TO_INT(_E)
(s), (d)
REAL_TO_DINT(_E)
(s), (d)
LREAL_TO_INT(_E)
(s), (d)
LREAL_TO_DINT(_E)
(s), (d)
REAL_TO_LREAL(_E)
(s), (d)
LREAL_TO_REAL(_E)
(s), (d)
REAL_TO_STR(_E)
(s), (d)
WORD_TO_BOOL(_E)
(s), (d)
DWORD_TO_BOOL(_E)
(s), (d)
WORD_TO_INT(_E)
(s), (d)
DWORD_TO_INT(_E)
(s), (d)
DWORD_TO_DINT(_E)
(s), (d)
DWORD_TO_WORD(_E)
(s), (d)
WORD_TO_STR(_E)
(s), (d)
DWORD_TO_STR(_E)
(s), (d)
DWORD_TO_TIME(_E)
(s), (d)
STR_TO_BOOL(_E)
(s), (d)
STR_TO_INT(_E)
(s), (d)
STR_TO_DINT(_E)
(s), (d)
STR_TO_REAL(_E)
(s), (d)
STR_TO_WORD(_E)
(s), (d)
STR_TO_DWORD(_E)
(s), (d)
STR_TO_TIME(_E)
(s), (d)
STR_TO_BCD(_E)
(s), (d)
BCD_TO_INT(_E)
(s), (d)
BCD_TO_DINT(_E)
(s), (d)
IB-1501667-B
Argument
Converts bit type data into word (signed) or double word (signed) type data.
Converts bit type data into string type data.
Converts bit type data into word (unsigned)/16-bit string or double word
(unsigned)/32-bit string type date.
Converts bit type data into time type data.
Converts word (signed) type data into double word (signed) type data.
Converts double word (signed) type data into word (signed) type data.
Converts word (signed) or double word (signed) type data into bit type data.
Converts word (signed) or double word (signed) type data into single-pre-
cision real type data.
Converts word (signed) or double word (signed) type data into double-pre-
cision real type data.
Converts word (signed) or double word (signed) type data into string type
data.
Converts word (signed) or double word (signed) type data into word (un-
signed)/16-bit string type data.
Converts double word (signed) type data into double word (unsigned)/32-
bit string type data.
Converts word (signed) or double word (signed) type data into BCD type
data.
Converts double word (signed) type data into time type data.
Converts single-precision real type data into word (signed) or double word
(signed) type data.
Converts double-precision real type data into word (signed) or double word
(signed) type data.
Converts single-precision real type data into double-precision real type da-
ta.
Converts double-precision real type data into single-precision real type da-
ta.
Converts single-precision real type data into string type (exponential form)
data.
Converts word (unsigned)/16-bit string or double word (unsigned)/32-bit
string type data into bit type data.
Converts word (unsigned)/16-bit string type data into word (signed) type
data.
Converts double word (unsigned)/32-bit string type data into word (signed)
or double word (signed) type data.
Converts double word (unsigned)/32-bit string type data into word (un-
signed)/16-bit string type data.
Converts word (unsigned)/16-bit string or double word (unsigned)/32-bit
string type data into string type data.
Converts double word (unsigned)/32-bit string type data into time type da-
ta.
Converts string type data into bit type data.
Converts string type data into word (signed) or double word (signed) type
data.
Converts string type data into single-precision real type data.
Converts string type data into word (unsigned)/16-bit string or double word
(unsigned)/32-bit string type data.
Converts string type data into time type data.
Converts string type data into BCD type data.
Converts BCD type data into word (signed) or double word (signed) type
data.
94
Process details
ST

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents