5.1 Type Conversion Functions
5.1.31 String type
→
time type conversion
5-97
5
APPLICATION
FUNCTIONS
STR_TO_TIME(_E)
STR_TO_TIME(_E)
Operation Error
No operation error occurs in the execution of the STR_TO_TIME(_E) function.
Program Example
The program which converts string type data input to into time type data, and outputs the
operation result from .
(a) Function without EN/ENO (STR_TO_TIME)
[Structured ladder]
[ST]
g_time1 := STR_TO_TIME (g_string1);
(b) Function with EN/ENO (STR_TO_TIME_E)
[Structured ladder]
[ST]
g_bool3 := STR_TO_TIME_E (g_bool1, g_string1, g_time1);
s
d