5-72
5.1 Type Conversion Functions
5.1.23
Word (unsigned)/16-bit string type
→
double word (unsigned)/32-bit string type conversion
WORD_TO_DWORD(_E)
Operation Error
No operation error occurs in the execution of the WORD_TO_DWORD(_E) function.
Program Example
The program which converts word (unsigned)/16-bit string type data input to into double word
(unsigned)/32-bit string type data, and outputs the operation result from .
(a) Function without EN/ENO (WORD_TO_DWORD)
[Structured ladder]
[ST]
g_dword1:= WORD_TO_DWORD(g_word1);
(b) Function with EN/ENO (WORD_TO_DWORD_E)
[Structured ladder]
[ST]
g_bool3 := WORD_TO_DWORD_E(g_bool1, g_word1, g_dword1);
s
d