Basler raL2048-48gm User Manual Page 92

  • Download
  • Add to my manuals
  • Print
  • Page
    / 238
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 91
Acquisition Control AW00118302000
82 Basler racer GigE
8.2.2.4 Setting The Acquisition Start Trigger Mode and
Related Parameters
You can set the Trigger Mode and Trigger Source parameter values for the acquisition start trigger
and the Acquisition Frame Count parameter value from within your application software by using
the pylon API.
The following code snippet illustrates using the API to set the acquisition start Trigger Mode to on,
the Trigger Source to software, and the Acquisition Frame Count to 5:
// Select the acquisition start trigger
Camera.TriggerSelector.SetValue( TriggerSelector_AcquisitionStart );
// Set the mode for the selected trigger
Camera.TriggerMode.SetValue( TriggerMode_On );
// Set the source for the selected trigger
Camera.TriggerSource.SetValue ( TriggerSource_Software );
// Set the acquisition frame count
Camera.AcquisitionFrameCount.SetValue( 5 );
The following code snippet illustrates using the API to set the Trigger Mode to on, the Trigger
Source to line 1, the Trigger Activation to rising edge, and the Acquisition Frame Count to 5:
// Select the acquisition start trigger
Camera.TriggerSelector.SetValue( TriggerSelector_AcquisitionStart );
// Set the mode for the selected trigger
Camera.TriggerMode.SetValue( TriggerMode_On );
// Set the source for the selected trigger
Camera.TriggerSource.SetValue ( TriggerSource_Line1 );
// Set the activation mode for the selected trigger to rising edge
Camera.TriggerActivation.SetValue( TriggerActivation_RisingEdge );
// Set the acquisition frame count
Camera.AcquisitionFrameCount.SetValue( 5 );
You can also use the Basler pylon Viewer application to easily set the parameters.
Page view 91
1 2 ... 87 88 89 90 91 92 93 94 95 96 97 ... 237 238

Comments to this Manuals

No comments