EasyManuals Logo

Basler GigE SERIES User Manual

Basler GigE SERIES
376 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 #314 background imageLoading...
Page #314 background image
Standard Features AW00089317000
304 Basler ace GigE
10.18 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 two values are designated as Value 1, Value 2, Value 3, Value 4, and Value 5.
Setting User Defined Values
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 Basler pylon API and the pylon Viewer, see Section 3 on page 45.
To set a user defined value:

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

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

Basler GigE SERIES Specifications

General IconGeneral
InterfaceGigE
Lens MountC-Mount, CS-Mount
SensorCMOS
MountC-mount, CS-mount
Power SupplyPower over Ethernet (PoE)
DimensionsVaries by model
WeightVaries by model
Operating TemperatureVaries by model

Related product manuals