5-118
5.1 Type Conversion Functions
5.1.38
Time type
→
word (unsigned)/16-bit string, double word (unsigned)/32-bit string type conversion
TIME_TO_WORD(_E), TIME_TO_DWORD(_E)
Operation Error
No operation error occurs in the execution of the TIME_TO_WORD(_E) and
TIME_TO_DWORD(_E) functions.
Program Example
(1) The program which converts time type data input to into word (unsigned)/16-bit string
type data, and outputs the operation result from .
(a) Function without EN/ENO (TIME _TO_WORD)
[Structured ladder]
[ST]
g_word1 := TIME_TO_WORD (g_time1);
(b) Function with EN/ENO (TIME_TO_WORD_E)
[Structured ladder]
[ST]
g_bool3 := TIME_TO_WORD_E (g_bool1, g_time1, g_word1);
(2) The program which converts time type data input to into double word (unsigned)/32-bit
string type data, and outputs the operation result from .
(a) Function without EN/ENO (TIME _TO_DWORD)
[Structured ladder]
[ST]
g_dword1 := TIME_TO_DWORD (g_time1);
s
d
s
d