Basler raL2048-48gm User Manual Page 205

  • Download
  • Add to my manuals
  • Print
  • Page
    / 238
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 204
AW00118302000 Standard Features
Basler racer GigE 195
10.14.2 Loading a Saved Set or the Default
Set into the Active Set
If you have saved a configuration set into the camera’s non-volatile memory, you can load the saved
set from the camera’s non-volatile memory into the camera’s active set. When you do this, the
loaded set overwrites the parameters in the active set. Since the settings in the active set control
the current operation of the camera, the settings from the loaded set will now be controlling the
camera.
You can also load the default set into the camera’s active set.
To load a saved configuration set or the default set from the camera’s non-volatile memory into the
active set:
Set the User Set Selector to User Set 1, User Set 2, User Set 3, or Default.
Execute a User Set Load command to load the selected set into the active set.
You can set the User Set Selector and execute the User Set Load command from within your
application software by using the pylon API. The following code snippet illustrates using the API to
set the selector and execute the command:
Camera.UserSetSelector.SetValue( UserSetSelector_UserSet2 );
Camera.UserSetLoad.Execute( );
10.14.3 Selecting the Default Startup Set
You can select the default configuration set or one of the user configuration sets stored in the
camera’s non-volatile memory to be the "default startup set". The configuration set that you
designate as the default startup set will be loaded into the active set whenever the camera starts
up at power on or after a reset.
The User Set Default Selector is used to select the default startup set:
Set the User Set Default Selector to User Set 1, User Set 2, User Set 3, or Default.
You can set the User Set Default Selector from within your application software by using the pylon
API. The following code snippet illustrates using the API to set the selector:
Camera.UserSetDefaultSelector.SetValue( UserSetDefaultSelector_Default );
Loading a user set or the default set into the active set is only allowed when the
camera is idle, i.e. when it is not acquiring lines.
Loading the default set into the active set is a good course of action if you have
grossly misadjusted the settings in the camera and you are not sure how to
recover. The default settings are optimized for use in typical situations and will
provide good camera performance in most cases.
Page view 204
1 2 ... 200 201 202 203 204 205 206 207 208 209 210 ... 237 238

Comments to this Manuals

No comments