I/O Control AW00097603000
52 Basler aviator GigE
6.2.3 Setting an Output Line for Invert
You can set an output line to not invert or to invert.
When an output line is set to not invert:
A logical zero on Out_X_Ctrl results in a non-conducting transistor Q in the output circuit
(where X is the output number).
A logical one on Out_X_Ctrl results in a conducting transistor Q in the output circuit.
For example in Figure 17, a logical zero on Out_1_Ctrl results in a non-conducting transistor Q in
the line 1 output circuit, and a logical one results in a conducting transistor Q.
When the output line is set to invert:
A logical zero on Out_X_Ctrl results in a conducting transistor Q in the output circuit.
A logical one on Out_X_Ctrl results in a non-conducting transistor Q in the output circuit.
To set the invert function on an output line:
Use the Line Selector to select the output line.
Set the value of the Line Inverter parameter to true to enable inversion on the selected line or
to false to disable inversion.
You can set the Line Selector and the Line Inverter parameter values 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:
// Enable the inverter on output line 1
Camera.LineSelector.SetValue( LineSelector_Out1 );
Camera.LineInverter.SetValue( true );
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.