EasyManuals Logo

Basler racer User Manual

Basler racer
164 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #62 background imageLoading...
Page #62 background image
AW00118508000 Physical Interface
Basler racer Camera Link 54
5.7 Checking the Line Logic of the I/O
Lines
Use the LineSelector parameter to select a line.
Read the value of the LineLogic parameter to determine the type of line logic used by the line.
The parameter will indicate whether the logic is positive or negative.
You can set the LineSelector parameter and read the LineLogic parameter value from within your
application software by using the Basler pylon API. The following code snippet illustrates using the
API to set and the parameter values:
// Select the CC1 line and read the line logic type
camera.LineSelector.SetValue(LineSelector_CC1);
LineLogicEnums lineLogicCC1 = camera.LineLogic.GetValue();
// Select the CLSpare line and read line logic type
camera.LineSelector.SetValue(LineSelector_ClSpare);
LineLogicEnums lineLogicClSpare = camera.LineLogic.GetValue();
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 page 26.
For the CC1 line, read the value of the Line Logic CC1 register. The value will indicate 1
(positive) or 0 (negative).
For the CC2 line, read the value of the Line Logic CC2 register.
For the CC3 line, read the value of the Line Logic CC3 register.
For the CC4 line, read the value of the Line Logic CC4 register.
For the CL Spare line, read the value of the Line Logic CL Spare register.
For more information about direct register access, see Section 3.2 on page 28.
To determine the type of line logic for each I/O line using Basler pylon:
To determine the type of line logic for each I/O line via direct register access:

Table of Contents

Other manuals for Basler racer

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Basler racer and is the answer not in the manual?

Basler racer Specifications

General IconGeneral
BrandBasler
Modelracer
CategoryDigital Camera
LanguageEnglish

Related product manuals