Mitsubishi Electronics FXCPU Welding System User Manual


 
2 Function List
2.7 Standard Comparison Functions
26
FXCPU Structured Programming Manual
(Application Functions)
2.7 Standard Comparison Functions
2.8 Standard Character String Functions
2.9 Functions Of Time Data Types
Function name Function
Applicable PLC
Reference
FX3U(C)
FX3G
FX2N(C)
FX1N(C)
FX1S
FXU/FX2C
FX0N
FX0(S)
GT_E Compares data with regard to "> (larger)". 33333333
Subsection
5.7.1
GE_E
Compares data with regard to " (larger or
equal)".
33333333
Subsection
5.7.2
EQ_E Compares data with regard to "= (equal)". 33333333
Subsection
5.7.3
LE_E
Compares data with regard to " (smaller or
equal)".
33333333
Subsection
5.7.4
LT_E Compares data with regard to "< (smaller)". 33333333
Subsection
5.7.5
NE_E Compares data with regard to " (unequal)". 33333333
Subsection
5.7.6
Function name Function
Applicable PLC
Reference
FX3U(C)
FX3G
FX2N(C)
FX1N(C)
FX1S
FXU/FX2C
FX0N
FX0(S)
MID(_E)
Obtains a character string from a specified
position.
3
Subsection
5.8.1
CONCAT(_E) Connects character strings. 3
Subsection
5.8.2
INSERT(_E) Inserts a character string. 3
Subsection
5.8.3
DELETE(_E) Deletes a character string. 3
Subsection
5.8.4
REPLACE(_E) Replaces a character string. 3
Subsection
5.8.5
FIND(_E) Searches a character string. 3
Subsection
5.8.6
Function name Function
Applicable PLC
Reference
FX3U(C)
FX3G
FX2N(C)
FX1N(C)
FX1S
FXU/FX2C
FX0N
FX0(S)
ADD_TIME(_E) Adds time data. 33333333
Subsection
5.9.1
SUB_TIME(_E) Subtracts time data. 33333333
Subsection
5.9.2
MUL_TIME(_E) Multiplies time data. 33333333
Subsection
5.9.3
DIV_TIME(_E) Divides time data. 33333333
Subsection
5.9.4