I/O Control
54 Basler ace GigE
6.2 Configuring the Output Line
6.2.1 Selecting a Source Signal for the Output Line
The camera is equipped with one physical output line designated as output line 1. You can select
any one of the camera’s standard output signals to act as the source signal for output line 1. The
camera has five standard output signals available:
Acquisition Trigger Wait
Frame Trigger Wait
Exposure Active
Flash Window
Timer Active
You can also designate the output line as "user settable". If the output line is designated as user
settable, you can use the camera’s API to set the state of the line as desired.
To select a camera output signal as the source signal for the output line or to designate the line as
user settable:
Use the Line Selector to select output line 1.
Set the value of the Line Source Parameter to one of the available output signals or to user
settable. This will set the source signal for the output line.
You can set the Line Selector and the Line Source parameter value 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:
Camera.LineSelector.SetValue( LineSelector_Out1 );
Camera.LineSource.SetValue( LineSource_ExposureActive );
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.1 on page 28.
For more information about the acquisition trigger and frame trigger wait signals, see
Section 7.10.4 on page 115.
For more information about the exposure active signal, see Section 7.10.1 on page 110.
For more information about the flash window signal, see Section 7.7.2 on page 97 and
Section 7.10.3 on page 114.
For more information about working with a timer output signal, see Section 6.2.4 on page 57
By default, the Exposure Active signal is selected as the source signal for output
line 1.