156
4 STANDARD FUNCTIONS/FUNCTION BLOCKS
4.1 Standard Functions
■Replacing string data
■Searching string data
Time data type functions
■Addition
■Subtraction
■Multiplication
■Division
Function symbol Processing details Reference
REPLACE Replaces the specified range in a character string, and outputs the operation result. Page 1957
REPLACE(_E)
REPLACE_E
Function symbol Processing details Reference
FIND Searches a character string, and outputs the operation result. Page 1960 FIND(_E)
FIND_E
Function symbol Processing details Reference
ADD_TIME Outputs the sum ((s1)+(s2)) of the TIME data type input values. Page 1962
ADD_TIME(_E)
ADD_TIME_E
Function symbol Processing details Reference
SUB_TIME Outputs the difference ((s1)-(s2)) between the TIME data type input values. Page 1964
SUB_TIME(_E)
SUB_TIME_E
Function symbol Processing details Reference
MUL_TIME Outputs the product ((s1)(s2)) of the TIME data type input values. Page 1966
MUL_TIME(_E)
MUL_TIME_E
Function symbol Processing details Reference
DIV_TIME Outputs the quotient ((s1)(s2))of the TIME data type input values. Page 1968
DIV_TIME(_E)
DIV_TIME_E