4.10 Debouncer
4.10.1 [97] Debouncer
Type Function Type Function
I1 b input value 1 O1 b Debounced input value 1
I2 - - O2 b inverted output = O1
I3 b Master Set P1 i delay positive edge in ms
I4 b Master Reset P2 i delay negative edge in ms
Description:
The input value will be forwarded to the output only if it has had a constant value for the confi-
gured delay.
The delay for the positive edge of the input signal can be set via P1. The delay for the negative
edge of the input signal can be set via P2.
Master Set: TRUE at I3 sets O1 to TRUE.
Master-Reset: TRUE at I4 sets O1 to FALSE.
Master Reset has priority over Master Set.
4.11 No operation
4.11.1 [99] NOP (no operation)
Description:
This function can be used as a placeholder if it is expected that function will be added to the
programming later. It does not carry out an operation.