Input Line Inverters - Basler Racer User Manual

Camera link cameras
Hide thumbs Also See for Racer:
Table of Contents

Advertisement

AW00118508000
To set the debouncer via direct register access:
For the CC1 line, set the value of the Input Debouncer Time CC1 register as desired (the value
represents milliseconds).
For the CC2 line, set the value of the Input Debouncer Time CC2 register.
For the CC3 line, set the value of the Input Debouncer Time CC3 register.
For the CC4 line, set the value of the Input Debouncer Time CC4 register.
For more information about direct register access, see Section 3.2 on
5.5.1.2

Input Line Inverters

You can set CC1, CC2, CC3, and the CC4 line to invert or not to invert the input signal.
To set the invert function on an input line using Basler pylon:
1. Set the LineSelector parameter to CC1, CC2, CC3, or CC4.
2. Set the LineInverter parameter to True to enable inversion on the selected line or to False to
disable inversion.
You can set the LineSelector and the LineInverter parameter values from within your application
software by using the pylon API. The following code snippet illustrates using the API to set the
parameter values:
// Select the CC1 line
camera.LineSelector.SetValue(LineSelector_CC1);
// Disable the inverter on the selected line
camera.LineInverter.SetValue(false);
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
To set the invert function on an input line via direct register access:
For the CC1 line, set the value of the Line Inverter CC1 register to 0 (false) or 1 (true) as
desired.
For the CC2 line, set the value of the Line Inverter CC2 register.
For the CC3 line, set the value of the Line Inverter CC3 register.
For the CC4 line, set the value of the Line Inverter CC4 register.
For more information about direct register access, see Section 3.2 on
Basler racer Camera Link
Physical Interface
page
28.
page
26.
page
28.
45

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents