DeadZone

DeadZone returns zero if the input value in is between StartDZ and EndDZ. Otherwise the output signal out is the input signal reduced by the input limits.

Element

Direction

Remark

in::continuous

input

continuous input value

out::continuous

output

continuous output value;

out = 0

if

StartDZ < in < EndDZ

out = (in - EndDZ)

if

inEndDZ

out = (in - StartDZ)

if

inStartDZ

StartDZ::continuous

parameter; start of the dead zone

EndDZ::continuous

parameter; end of the dead zone