Mitsubishi Electronics FXCPU Welding System User Manual


 
2 Function List
2.2 Standard Functions Of One Numeric Variable
24
FXCPU Structured Programming Manual
(Application Functions)
2.2 Standard Functions Of One Numeric Variable
2.3 Standard Arithmetic Functions
Function name Function
Applicable PLC
Reference
FX3U(C)
FX3G
FX2N(C)
FX1N(C)
FX1S
FXU/FX2C
FX0N
FX0(S)
ABS(_E) Obtains the absolute value. 33333333
Subsection
5.2.1
Function name Function
Applicable PLC
Reference
FX3U(C)
FX3G
FX2N(C)
FX1N(C)
FX1S
FXU/FX2C
FX0N
FX0(S)
ADD_E Adds data. 33333333
Subsection
5.3.1
SUB_E Subtracts data. 33333333
Subsection
5.3.2
MUL_E Multiplies data. 33333333
Subsection
5.3.3
DIV_E Divides data (, and outputs the quotient). 33333333
Subsection
5.3.4
MOD(_E) Divides data (, and outputs the remainder). 33333333
Subsection
5.3.5
EXPT(_E) Obtains the raised result. 3
Subsection
5.3.6
MOVE(_E) Transfers data. 33333333
Subsection
5.3.7