EasyManuals Logo

Basler GigE CAMERAS User Manual

Basler GigE CAMERAS
326 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 #61 background imageLoading...
Page #61 background image
AW00097603000 I/O Control
Basler aviator GigE 51
6.2.2 Setting the State of a User Settable Output Line
As mentioned in the previous section, you can designate an output line as "user settable". If you
have designated an output line as user settable, you can use camera parameters to set the state
of the line.
Setting the State of a User Settable Output Line
To set the state of a user settable output line:
Use the User Output Selector to select the output line.
Set the value of the User Output Value parameter to true (1) or false (0). This will set the state
of the output line.
You can set the Output Selector and the User Output Value parameters from within your application
software by using the Basler pylon API. The following code snippet illustrates using the API to
designate the output line as user settable and to set the state of the output line:
// Set output line 1 to user settable
Camera.LineSelector.SetValue( LineSelector_Out1 );
Camera.LineSource.SetValue( LineSource_UserOutput );
// Set the state of output line 1
Camera.UserOutputSelector.SetValue( UserOutputSelector_UserOutput1 );
Camera.UserOutputValue.SetValue( true );
bool currentUserOutput1State = Camera.UserOutputValue.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 on page 21.
If you have the invert function enabled on the output line and the line is
designated as user settable, the user setting sets the state of the line before
the inverter.

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

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

Basler GigE CAMERAS Specifications

General IconGeneral
BrandBasler
ModelGigE CAMERAS
CategoryDigital Camera
LanguageEnglish

Related product manuals