8 ddc instructions, 1 dead zone a (dza), 1 ) operation – Yaskawa MP900 Series Ladder Programming Manual User Manual
Page 208: 2 ) format

5.8 DDC Instructions
5.8.1 Dead Zone A (DZA)
5-139
Instructions
5
5.8 DDC Instructions
5.8.1 Dead Zone A (DZA)
( 1 ) Operation
The DZA instruction calculates the output value by comparing the input value against a predefined dead zone.
As shown in the following figure, if the absolute value of the input value is greater than or equal to the absolute value
of D, the input value is outside of the dead zone, so it becomes the output value.
If the absolute value of the input value is less than the absolute value of D, the input value is inside of the dead zone, so
the output is set to 0.
( 2 ) Format
∗ C and # registers cannot be used.
Dead zone set value = D
0
+ D
- D
c
If | Input value | ≥ | D |
Output value = Input value
d
If | Input value | < | D |
Output value = 0
c
d
c
Parameter Name
Applicable Data Types
B
W
L
F
A
Index
Constant
Input value (In)
×
{
{
{
×
{
{
Dead zone set value
(Zone)
×
{
{
{
×
{
{
Output value (Out)
×
{
*
{
*
{
*
×
{
×
Input value
Output value
Dead zone set value
Icon:
Key entry: DZA