(A * B) + C The OUTPUT is set to the result of (INPUT A * INPUT B) + INPUT C.
A * (B + C) The OUTPUT is set to the result of INPUT A * (INPUT B + INPUT C).
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 set HIGH, (0.01), on the falling edge of INPUT A. The OUTPUT remains high for a delay set by INPUT B, (in