AW00097603000 I/O Control
Basler aviator GigE 47
Setting the Debouncers
The debouncer value on each line is determined by the value of the Line Debouncer Time Abs
parameter value. The parameter is set in microseconds and can be set in a range from 0 to
approximately 20 ms.
To set the debouncer on an input line:
Use the Line Selector to select an input line.
Set the value of the Line Debouncer Time Abs parameter.
You can set the Line Selector and the value of the Line Debouncer Abs parameter from within your
application software by using the Basler pylon API. The following code snippet illustrates using the
API to set the selector and the parameter value:
// Select the input line
Camera.LineSelector.SetValue( LineSelector_Line1 );
// Set the parameter value to 100 microseconds
Camera.LineDebouncerTimeAbs.SetValue( 100 );
You can also use the Basler pylon Viewer application to easily set the parameters.
For more information about the pylon API and the pylon Viewer, see Section 3 on page 21.
Fig. 16: Filtering of Input Signals by the Debouncer
Unfiltered arriving signals
Debouncer
Transferred valid signal
delay
TIMING CHARTS ARE NOT DRAWN TO SCALE
Debouncer
Value