Basler raL2048-48gm User Manual Page 77

  • Download
  • Add to my manuals
  • Print
  • Page
    / 238
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 76
AW00118302000 Physical Interface
Basler racer GigE 67
7.6.2.3 Minimum Output Pulse Width
You can use the minimum output pulse width feature to ensure that even very narrow camera output
signals, e.g. signals originating from a shaft encoder, will reliably be detected by other devices. The
MinOutPulseWidthAbs parameter sets output signals for the selected output line to a minimum
width. The parameter is set in microseconds and can be set in a range from 0 to 100 µs.
You can set the Line Selector and the value of the MinOutPulseWidthAbs 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 output line
Camera.LineSelector.SetValue(LineSelector_Out1);
// Set the parameter value to 10.0 microseconds
Camera.MinOutPulseWidthAbs.SetValue(10.0);
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 selecting the source signal for an output line on the camera, see
Section 7.6.2.5 on page 68.
For more information about the electrical characteristics of the camera’s output lines, see
Section 7.6.2.1 on page 64.
7.6.2.4 Output Line Inverters
You can set each individual output line to invert or not to invert the outgoing signal. To set the invert
function on an output line:
Use the Line Selector to select an output line.
Set the value of the Line Inverter parameter to true to enable inversion on the selected line and
to false to disable inversion.
You can set the Line Selector and the Line Inverter parameter value 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:
// Enable the inverter on output line 1
Camera.LineSelector.SetValue( LineSelector_Out1 );
Camera.LineInverter.SetValue( true );
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 23.
Page view 76
1 2 ... 72 73 74 75 76 77 78 79 80 81 82 ... 237 238

Comments to this Manuals

No comments