Output Line Inverters; Selecting The Source Signal For An Output Line - Basler Racer User Manual

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

Advertisement

AW00118508000
5.5.2.2

Output Line Inverters

You can set the CL Spare output line to invert or not to invert the input signal.
Setting the CL Spare Output Line for Invert
To set the invert function on the CL Spare output line using Basler pylon:
1. Use the LineSelector parameter to select CL Spare.
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
parameter values:
// Select the CL Spare output line
camera.LineSelector.SetValue(LineSelector_CLSpare);
// 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 the CL Spare output line via direct register access::
For the CL Spare output line, set the value of the Line Inverter CL Spare register to 0 (false) or
1 (true) as desired.
For more information about direct register access, see Section 3.2 on
5.5.2.3

Selecting the Source Signal for an Output Line

To make an output line useful, you must select a source signal for the output line.
You can select any one of the camera's standard output signals to act as the source signal for the
CL Spare output line. The camera has these standard output signals available:
Line Trigger Wait
Exposure Active
You can also select one of the following as the source signal for the output:
the "User Output" signal (when you select "user output" as the source signal for the CL Spare
output line, you can use the camera's API to set the state of the line as you desire)
Off (when Off is selected as the source signal, the output is disabled.)
Basler racer Camera Link
Physical Interface
page
26.
page
28.
49

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents