5-180
5.8 Functions of Time Data Type
5.8.3 Multiplication
MUL_TIME(_E)
Operation Error
No operation error occurs in the execution of the MUL_TIME(_E) function.
Program Example
The program which performs multiplication ( ) on time type data input to and , and
outputs the operation result from in time type.
(a) Function without EN/ENO (MUL_TIME)
[Structured ladder]
[ST]
g_time2:= MUL_TIME(g_time1, g_int1);
(b) Function with EN/ENO (MUL_TIME_E)
[Structured ladder]
[ST]
g_bool3 := MUL_TIME_E(g_bool1, g_time1, g_int1, g_time2);
s1
s2
s1
s2
d