7 Applied Instructions
7.23 Data Table Operation
700
FXCPU Structured Programming Manual
(Basic & Applied Instruction)
7.23.2 BAND
Outline
This instruction provides the upper limit value and lower limit value of the dead band for an input numeric
value, and controls the output value using these limit values.
1. Format and operation, execution form
2. Set data
FX3U(C) FX3G FX2N(C) FX1N(C) FX1S FXU/FX2C FX0N FX0(S)
Instruction
name
Operation
Execution
form
Expression in each language
Structured ladder ST
BAND 16 bits Continuous BAND(EN,s1,s2,s3,d);
BANDP 16 bits Pulse BANDP(EN,s1,s2,s3,d);
DBAND 32 bits Continuous DBAND(EN,s1,s2,s3,d);
DBANDP 32 bits Pulse DBANDP(EN,s1,s2,s3,d);
Variable Description
Data type
16-bit
operation
32-bit
operation
Input
variable
EN Execution condition Bit
Lower limit value of the dead band (no-output band) ANY16 ANY32
Upper limit value of the dead band (no-output band) ANY16 ANY32
Input value controlled by the dead band ANY16 ANY32
Output
variable
ENO Execution state Bit
Device storing the output value controlled by the dead band. ANY16 ANY32
BAND
EN ENO
d
s1
s2
s3
BANDP
EN ENO
d
s1
s2
s3
DBAND
EN ENO
d
s1
s2
s3
DBANDP
EN ENO
d
s1
s2
s3