User`s manual
I/O Control AW00104701000
78 Basler scout light GigE
Setting the Delay with an Absolute Value
You can also set the Timer duration by using an "absolute" value. This is accomplished by setting
the Timer Duration Abs parameter. The units for setting this parameter are µs and the value can be
set in increments of 1 µs.
To set the duration for the timer using an absolute value:
Use the Timer Selector to select Timer 1.
Set the value of the Timer Duration Abs parameter.
You can set the Timer Selector and the Timer Duration Abs 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:
Camera.TimerSelector.SetValue( TimerSelector_Timer1 );
Camera.TimerDurationAbs.SetValue( 100 );
When you use the Timer Duration Abs parameter to set the duration time, the camera accomplishes
the setting change by automatically changing the Timer Duration Raw parameter to achieve the
value specified by the Timer Duration Abs setting. This leads to a limitation that you must keep in
mind if you use Timer Duration Abs parameter to set the duration time. That is, you must set the
Timer Duration Abs parameter to a value that is equivalent to a setting you could achieve by using
the Timer Duration Raw and the current Timer Duration Base parameters. For example, if the time
base was currently set to 50 µs, you could use the Timer Duration Abs parameter to set the duration
to 50 µs, 100 µs, 150 µs, etc.
If you read the current value of the Timer Duration Abs parameter, the value will indicate the product
of the Timer Duration Raw parameter and the Timer Duration Time Base. In other words, the Timer
Duration Abs parameter will indicate the current duration time setting.
You should also be aware that if you change the duration time using the raw settings, the Timer
Duration Abs parameter will automatically be updated to reflect the new duration time.
8.2.4.3 Setting a Timer Duration Time
There are two ways to set the duration time for the timer: by setting "raw" values or by setting an
"absolute value". You can use whichever method you prefer to set the duration time.
Setting the Duration with Raw Values
When the duration time for the timer is set using "raw" values, the duration time will be determined
by a combination of two elements. The first element is the value of the Timer Duration Raw
parameter, and the second element is the Timer Duration Time Base. The duration time is the
product of these two elements:
Duration Time = (Timer Duration Raw Parameter Value) x (Timer Duration Time Base)
By default, the Timer Duration Time Base is fixed at 1 µs. Typically, the duration time is adjusted by
setting only the Timer Duration Raw parameter value.