User guide

WintDrive
Deadband
Description
It performs deadband function. It is described by the following drawing:
-
Deadband/
Deadband/P
C-style description
if (In
>
DeadbamV2)
Out=In-Deadband/2;
if (In
c
-
DeadbamU2)
Out=In+Deadband/2;
else
out=o;
Input logical variables
None
Output logical variables
None
Input ports
name type executed description
Ill
float always
Input to
be processed
Deadband
float
always Deadband width. It must be zero or positive
wo221
169