Redundant instruction
This is a redundant instruction. It is replaced by: FP_BAND
The function compares the signed input value at input s3 with a deadband whose lower limit is specified at input s1 and whose upper limit is specified at s2. The result of the function is returned at output d as follows:
Input
the area where the lower limit is stored or the lower limit data
the area where the upper limit is stored or the upper limit data
the area where the input value is stored or the input value data
Output
the area where the output value data is stored
Instead of using this F instruction, we recommend using the corresponding FP7 instruction: FP_BAND
If the input value at input s3 < s1, the lower limit at input s1 is subtracted from the input value at s3, and the result is stored as the output value at d.
If the input value at input s3 > s2, the upper limit at input s2 is subtracted from the input value at s3, and the result is stored as the output value at d.
If the input value at s2 ³ s3 ³ s1, 0 is returned as the output value at d.
if the value at s1 > s2.
if the value at s1 > s2.
if the input value at s3 is 0.