AW00118508000 Acquisition Control
Basler racer Camera Link 92
1. Set the ParameterSelector parameter to ExposureOverhead.
2. Set the RemoveLimits parameter to True.
You can set the ParameterSelector and the RemoveLimits parameter values from within your
application software by using the Basler pylon API. The following code snippet illustrates using the
API to set the parameter values:
// Select the parameter whose factory limits will be removed.
camera.ParameterSelector.SetValue(ParameterSelector_ExposureOverhead);
// Remove the limits for the selected parameter.
camera.RemoveLimits.SetValue(true);
You can also use the Basler pylon Viewer application to easily set the parameters. Note that the
remove parameter limits feature will only be available at the "guru" viewing level.
For more information about the pylon API and the pylon Viewer, see Section 3.1 on page 26.
Set the value of the Remove Param Limits Exposure Time register to enabled.
For more information about direct register access, see Section 3.2 on page 28.
To remove the limits for the ExposureOverhead parameter using Basler pylon:
To remove the limits for the ExposureOverhead parameter using direct register access: