D-146 Programming
DC590+ DRV Series DC Digital Drive
Operation Description
A * (B - C) The OUTPUT is set to the result of INPUT A * (INPUT B - INPUT C).
A * (1+B/C)
The OUTPUT is set to the result of INPUT A * (1.0 + (INPUT B / INPUT C)). If INPUT C is zero then the result if
(INPUT B/INPUT C) will be 32768.0 for positive values of INPUT B, and -32768.0 for negative values of INPUT B.
A * (1+(B * C)) The OUTPUT is set to the result of INPUT A * (1.0 + (INPUT B * INPUT C)).
MONOSTABLE HIGH
The OUTPUT is set HIGH, (0.01), on the rising edge of INPUT A. The OUTPUT remains high for a delay set by INPUT B,
(in seconds). If a second rising edge reaches INPUT A while OUTPUT is high, the delay is restarted.
The OUTPUT is inverted if INPUT C is not zero.
MONOSTABLE LOW
The OUTPUT is set HIGH, (0.01), on the falling edge of INPUT A. The OUTPUT remains high for a delay set by INPUT B,
(in seconds). If a second falling edge reaches INPUT A while OUTPUT is high, the delay is restarted.
The OUTPUT is inverted if INPUT C is not zero.
FILTER
This is a first order impulse response filter.
Input A, the value to be filtered
Input B, the time constant in seconds
Input C, Reset input.