Input Line Inverter - Basler DART BCON SERIES User Manual

Table of Contents

Advertisement

I/O Control
8.1.3

Input Line Inverter

You can set the input line CC0 to invert or not to invert the incoming electrical signal.
To set the invert function:
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);
52
AW00136902000
Basler dart BCON

Advertisement

Table of Contents
loading

Table of Contents