
I/O Control
AW00136902000
52
Basler dart BCON
8.1.3
Input Line Inverter
You can set the input line CC0 to invert or not to invert the incoming electrical signal.
1. Use the LineSelector parameter to select input line CC0.
2. Set the value of 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
selector and the parameter value:
// Select the input line
camera.LineSelector.SetValue(LineSelector_CC0);
// Enable the inverter on the input line
camera.LineInverter.SetValue(true);
To set the invert function: