EasyManuals Logo

Basler pilot User Manual

Basler pilot
250 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 #218 background imageLoading...
Page #218 background image
Features
208 Basler pilot
Trigger Input Counter Reset
Whenever the camera is powered off, the trigger input counter will reset to 0. During operation, you
can reset the trigger input counter via I/O input 1, I/O input 2 or software, and you can disable the
reset. By default, the trigger input counter reset is disabled.
To use the trigger input counter reset:
Configure the trigger input counter reset by setting the counter selector to Counter1 and setting
the counter event source to FrameTrigger.
Set the counter reset source to Line1, Line2, Software or to Off.
Execute the command if using software as the counter reset source.
You can set the trigger input counter reset parameter values from within your application software
by using the pylon API. The following code snippets illustrate using the API to configure and set the
trigger input counter reset and to execute a reset via software.
// configure reset of trigger input counter
Camera.CounterSelector.SetValue( CounterSelector_Counter1 );
Camera.CounterEventSource.SetValue( CounterEventSource_FrameTrigger );
// select reset by signal on input line 1
Camera.CounterResetSource.SetValue( CounterResetSource_Line1 );
// select reset by signal on input line 2
Camera.CounterResetSource.SetValue( CounterResetSource_Line2 );
// select reset by software
Camera.CounterResetSource.SetValue( CounterResetSource_Software );
// execute reset by software
Camera.CounterReset.Execute();
// disable reset
Camera.CounterResetSource.SetValue( CounterResetSource_Off );
For detailed information about using the pylon API, refer to the Basler pylon Programmer’s Guide
and API Reference.
You can also use the Basler pylon Viewer application to easily set the parameters.

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

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

Basler pilot Specifications

General IconGeneral
BrandBasler
Modelpilot
CategorySecurity Camera
LanguageEnglish

Related product manuals