AW00118508000 Physical Interface
Basler racer Camera Link 44
Setting the Debouncer
The debouncer value is determined by the value of the LineDebouncerTimeAbs parameter. The
parameter is set in microseconds and can be set in a range from 0 to approximately 1 s.
1. Set the LineSelector parameter to CC1, CC2, CC3, or CC4.
2. Set the value of the LineDebouncerTimeAbs parameter.
You can set the LineSelector and the LineDebouncerTimeAbs parameter values from within your
application software by using the Basler pylon API. The following code snippet illustrates using the
API to set the parameter values:
// Select the CC1 line
camera.LineSelector.SetValue(LineSelector_CC1);
// Set the parameter value to 150 microseconds
camera.LineDebouncerTimeAbs.SetValue(150);
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.1 on page 26.
To set the debouncer using Basler pylon:
Fig. 15: Filtering of Input Signals by the Debouncer
Unfiltered arriving signals
Debouncer
Transferred valid signal
delay
TIMING CHARTS ARE NOT DRAWN TO SCALE
debouncer
value