Mitsubishi Electronics FXCPU Welding System User Manual


 
2 Function List
2.4 Standard Bit Shift Functions
25
FXCPU Structured Programming Manual
(Application Functions)
1
Outline
2
Function List
3
Function
Construction
4
How to Read
Explanation of
Functions
5
Applied
Functions
6
Standard
Function Blocks
A
Correspondence
between Devices
and Addresses
2.4 Standard Bit Shift Functions
2.5 Standard Bitwise Boolean Functions
2.6 Standard Selection Functions
Function name Function
Applicable PLC
Reference
FX3U(C)
FX3G
FX2N(C)
FX1N(C)
FX1S
FXU/FX2C
FX0N
FX0(S)
SHL(_E) Shifts bits leftward. 33333333
Subsection
5.4.1
SHR(_E) Shifts bits rightward. 33333333
Subsection
5.4.2
Function name Function
Applicable PLC
Reference
FX3U(C)
FX3G
FX2N(C)
FX1N(C)
FX1S
FXU/FX2C
FX0N
FX0(S)
AND_E Obtains the logical product. 33333333
Subsection
5.5.1
OR_E Obtains the logical sum. 33333333
Subsection
5.5.2
XOR_E Obtains the exclusive logical sum. 33333333
Subsection
5.5.3
NOT(_E) Obtains the logical not. 33333333
Subsection
5.5.4
Function name Function
Applicable PLC
Reference
FX3U(C)
FX3G
FX2N(C)
FX1N(C)
FX1S
FX
U
/FX
2C
FX0N
FX0(S)
SEL(_E)
Selects data in accordance with the input
condition.
33333333
Subsection
5.6.1
MAXIMUM(_E) Searches the maximum value. 33333333
Subsection
5.6.2
MINIMUM(_E) Searches the minimum value. 33333333
Subsection
5.6.3
LIMITATION(_E)
Judges whether data is located within the range
between the upper limit value and the lower limit
value.
33333333
Subsection
5.6.4
MUX(_E) Selects data, and outputs it. 33333333
Subsection
5.6.5