
AW00123404000
Physical Interface
Basler ace USB 3.0
89
You can set the Trigger Selector and the Timer Trigger Source parameter value from within your
application software by using the Basler pylon API. The following code snippet illustrates using the
API to set the selector and the parameter value:
camera.TimerSelector.SetValue(TimerSelector_Timer1);
camera.TimerTriggerSource.SetValue(TimerTriggerSource_ExposureStart);
You can also use the Basler pylon Viewer application to easily set the parameters.
For more information about the pylon API and the pylon Viewer, see Section 3.1 on
page 43
.
5.12.6.2
Setting the Timer Delay Time
You can set the Timer 1 delay by setting the Timer Delay parameter. The units for setting this
parameter are µs and the value can be set in increments of 1 µs.
1. Use the Timer Selector to select Timer 1.
2. Set the value of the Timer Delay parameter.
You can set the Timer Selector and the Timer Delay parameter value from within your application
software by using the Basler pylon API. The following code snippet illustrates using the API to set
the selector and the parameter value:
camera.TimerSelector.SetValue(TimerSelector_Timer1);
camera.TimerDelay.SetValue(100.0);
You can also use the Basler pylon Viewer application to easily set the parameters.
For more information about the pylon API and the pylon Viewer, see Section 3.1 on
page 43
.
The Exposure Start signal is not available for acA3800-14 and acA4600-10
cameras. For these cameras, the Flash Window Start signal is available as the
Timer Trigger Source.
If the exposure time is too short for the flash window to open (see the note in
Section 6.6.2 on
page 132
) timer 1 will start nonetheless when exposure starts for
the last row of the current ROI. This assumes that Flash Window Start is selected
as the Timer Trigger Source.
To set the delay for Timer 1:
Summary of Contents for ace acA1920-155
Page 4: ......
Page 50: ...Specifications Requirements and Precautions AW00123404000 40 Basler ace USB 3 0...
Page 56: ...Camera Drivers and Tools for Changing Camera Parameters AW00123404000 46 Basler ace USB 3 0...
Page 106: ...Physical Interface AW00123404000 96 Basler ace USB 3 0...
Page 186: ...Image Acquisition Control AW00123404000 176 Basler ace USB 3 0...