Basler SCOUT LIGHT User Manual Page 127

  • Download
  • Add to my manuals
  • Print
  • Page
    / 166
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 126
Standard Features
Basler scout light 119
Setting the Debouncer
The debouncer value is determined by the value of the Line Debouncer Time Abs parameter value.
The parameter is set in microseconds and can be set in a range from 0 to approximately 1 s.
To set the debouncer:
Use the Line Selector to select input line1.
Set the value of the Line Debouncer Time Abs parameter.
You can set the Line Selector and the value of the Line Debouncer Abs parameter from within your
application software by using the pylon API. The following code snippet illustrates using the API to
set the selector and the parameter value:
// Select the input line
Camera.LineSelector.SetValue( LineSelector_Line1 );
// Set the parameter value to 100 microseconds
Camera.LineDebouncerTimeAbs.SetValue( 100 );
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.
For more information about the pylon Viewer, see Section 3.1 on page 17.
Page view 126
1 2 ... 122 123 124 125 126 127 128 129 130 131 132 ... 165 166

Comments to this Manuals

No comments