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 #255 background imageLoading...
Page #255 background image
AW00097603000 Standard Features
Basler aviator GigE 245
10.15 User Defined Values
The camera can store five "user defined values". These five values are 32 bit signed integer values
that you can set and read as desired. They simply serve as convenient storage locations for the
camera user and have no impact on the operation of the camera.
The five values are designated as Value 1, Value 2, Value 3, Value 4, and Value 5.
Setting User Defined Values
Setting a user defined value using Basler pylon is a two step process:
Set the User Defined Value Selector to Value 1, Value 2, Value 3, Value 4, or Value 5.
Set the User Defined Value parameter to the desired value for the selected value.
You can use the pylon API to set the User Defined Value Selector and the User Defined Value
parameter value from within your application software. The following code snippet illustrates using
the API to set the selector and the parameter value:
// Set user defined value 1
Camera.UserDefinedValueSelector.SetValue( UserDefinedValueSelector_Value1 );
Camera.UserDefinedValue.SetValue( 1000 );
// Set user defined value 2
Camera.UserDefinedValueSelector.SetValue( UserDefinedValueSelector_Value2 );
Camera.UserDefinedValue.SetValue( 2000 );
// Get the value of user defined value 1
Camera.UserDefinedValueSelector.SetValue( UserDefinedValueSelector_Value1 );
int64_t UserValue1 = Camera.UserDefinedValue.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.
.

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