Line Source#
This allows you to monitor the status of the camera or to control external devices. For example, you can monitor if the camera is currently exposing or you can control external flash lighting.
For each camera output line, you can set exactly one signal.
Info
- For the pin numbering and pin assignment of the I/O connector, see your camera topic. You can find your camera topic in the "Models" section.
- The camera sends all output signals with a short propagation delay. The delay is usually in the microseconds range.
Using the Feature#
Setting the Line Source#
To set the line source:
- Set the
LineSelector
parameter to an I/O line configured as output, e.g.,Line2
. - Set the
LineSource
parameter to one of the following values (if available):
Available Line Source Signals#
Depending on your camera model, the following line source signals are available:
Acquisition Active#
If available, you can use the Acquisition Active signal to monitor if the camera is currently acquiring an image. The signal goes high when acquisition starts. The signal goes low when acquisition ends.
Acquisition includes exposure and readout. Therefore, the Acquisition Active signal is high during exposure and readout, while the Exposure Active signal is high only during exposure.
Counter Active#
If available, you can use the camera's "Counter Active" signals, e.g., Counter 1 Active, to monitor the camera's Counter feature. The signal goes high when the counter has been started. The signal goes low when the counter is stopped, reset, or when it has reached its maximum value.
Exposure Active#
If available, you can use the Exposure Active signal to monitor if the camera is currently exposing. The signal goes high when exposure starts. The signal goes low when exposure ends. On rolling shutter cameras, the signal goes low when exposure for the last row has ended.
The Exposure Active signal can be used to trigger a flash.
The signal is also useful in situations where either the camera or the target object is moving. For example, assume that the camera is mounted on an arm mechanism that moves the camera to different sections of a product assembly. Typically, you don't want the camera to move during exposure. In this case, you can monitor the Exposure Active signal to know when exposure is taking place. This allows you to avoid moving the camera during that time.
Flash Window#
If available, you can use the Flash Window signal to determine when to use flash lighting. The signal goes high when you can start the flash lighting. The signal goes low when you should stop the flash lighting.
The signal indicates the period of time during a frame acquisition when all rows in the sensor are open for exposure.
In addition, the following parameters are available to monitor the flash window (ace 2, boost R, and dart R cameras only):
BslFlashWindowDelay
: Indicates the delay between the start of exposure and the start of the flash window. This parameter is read-only.BslFlashWindowDuration
: Indicates the width of the flash window in microseconds. This parameter is read-only.
Rolling Shutter Cameras#
On rolling shutter cameras, Basler recommends the use of flash lighting, especially when you are capturing images of fast-moving objects. Otherwise, images can be distorted due to the temporal shift between the different exposure starts of the individual rows.
The following diagram illustrates the timing of the Flash Window signal on rolling shutter cameras:
As shown above, on rolling shutter cameras, the Flash Window signal covers the period of time between the start of exposure of the last row (A) and the end of exposure of the first row (B).
If available, you can use the BslFlashWindowDuration
parameter to determine the length of the Flash Window in microseconds.
If the parameter isn't available, you can calculate the length of the flash window by using this formula:
Flash Window Length = Exposure Time - [ (tRow x (Image ROI Height - 1) ]
Info
On rolling shutter cameras, avoid extremely short exposure times or extremely large image ROIs. Otherwise, the exposure time for the first row may end before exposure of the last row starts, i.e., (B) occurs before (A). In that case, the Flash Window signal would always be low:
Global Reset Release Shutter Cameras#
On Global Reset Release shutter cameras, you must use flash lighting. Otherwise, the brightness in each acquired image may vary significantly from top to bottom due to the differences in the exposure times of the rows. Also, when you are capturing images of fast-moving objects, images may be distorted due to the temporal shift between the different exposure ends of the individual rows.
The following diagram illustrates the timing of the Flash Window signal on Global Reset Release shutter cameras:
As shown above, on Global Reset Release shutter cameras, the Flash Window signal spans the exposure time of the first row.
Global Shutter Cameras#
On global shutter cameras, the Flash Window signal is either not available or equivalent to the Exposure Active signal.
Frame Burst Active#
If available, you can use the Frame Burst Active signal to monitor if the camera is currently acquiring a series of images (a "burst" of images). The signal goes high when the acquisition of a series of images has been initialized. The signal goes low when the acquisition of a series of images has been finalized.
Serial Tx#
If available, you can use the Serial Tx signal to output serial data using the Serial Communication feature.
Sync User Output#
If available, you can use the Sync User Output signal to manually set the status of the line using the Sequencer feature.
The Sync User Output signal is similar to the User Output signal. The only difference is that Sync User Output signals can be controlled by the Sequencer feature, while the User Output signals can't.
The parameters related to the Sync User Output signals are also similar to the User Output parameters:
- The
SyncUserOutputValue
parameter is the equivalent of theUserOutputValue
parameter. - The
SyncUserOutputValueAll
parameter is the equivalent of theUserOutputValueAll
parameter. - The
SyncUserOutputSelector
parameter is the equivalent of theUserOutputSelector
parameter.
Timer Active#
You can use the camera's "Timer Active" signals, e.g., Timer 1 Active, to monitor the camera's Timer feature. The signal goes high after the delay specified. The signal goes low after the duration specified.
Info
The TimerStatus
parameter, which is available on some camera models, can also take a value named TimerActive
. However, this Timer Active status is different from the Timer Active signal: The signal is only high during the timer's duration, whereas the Timer Active status applies from the beginning of the timer delay until the end of the timer arm delay.
Trigger Wait#
You can use the camera's "Trigger Wait" signals, e.g., Frame Trigger Wait or Line Trigger Wait, to optimize triggered image acquisition and to avoid overtriggering.
Info
- Basler strongly recommends only to use the Trigger Wait signals when the camera is configured for hardware triggering. For software triggering, use the Acquisition Status feature.
- The Frame Burst Trigger Wait signal and the Acquisition Trigger Wait signal are identical, only the names differ. The naming depends on your camera model.
Trigger Wait signals go high when the camera is ready to receive trigger signals of the corresponding trigger type. When you apply the corresponding trigger signal, the Trigger Wait signal goes low. It stays low until the camera is ready to receive the next corresponding trigger signal.
Example: The Frame Trigger Wait signal goes high when the camera is ready to receive Frame Start trigger signals. When you apply a frame trigger signal, the signal goes low. It stays low until the camera is ready to receive the next Frame Start trigger signal:
Info
If you operate the camera with overlapping image acquisition and the Exposure Overlap Time Max feature is available on your camera model, you can use that feature to optimize the Frame Trigger Wait signal.
User Output#
You can set the status of a line by software. This can be useful to control external events or devices, e.g., a light source. For more information, see the User Output Value feature.
How to configure the output lines depends on how many User Output line sources are available on your camera model.
Configuration: One User Output Line Source Available#
If only one User Output line source is available ("User Output"):
- Set the
LineSelector
parameter toOut1
. - Set the
LineSource
parameter toUserOutput
.
Now, you can use the User Output Value feature to set the status of the line by software.
Configuration: Multiple User Output Line Sources Available#
If multiple User Output line sources are available (e.g., "User Output 1" and "User Output 2"):
- Set the
LineSelector
parameter to the desired output line, e.g.,Line2
. -
If there is a user output signal assignment for your camera:
- Set the
LineSource
parameter according to the signal assignment.
Example: Assume that you selected Line 2 in step 1 and that the signal assignment is "User Output 1 → Line 2". In this case, you must set theLineSource
parameter toUserOutput1
.
- Set the
-
If there is no user output signal assignment for your camera, i.e., the signals are freely selectable:
- Set the
LineSource
parameter to the desired line source, e.g.,UserOutput1
.
- Set the
Now, you can use the User Output Value feature to set the status of the line by software.
Specifics#
Camera Model | Available Line Sources | User Output Signal Assignment |
---|---|---|
a2A640-240gmSWIR | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A640-240umSWIR | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A1280-80gmSWIR | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A1280-125umSWIR | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A1920-51gcBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A1920-51gcPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A1920-51gmBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A1920-51gmPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A1920-160ucBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A1920-160ucPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A1920-160umBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A1920-160umPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A1920-165g5cBAS | Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A1920-165g5mBAS | Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2048-35gmSWIR | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2048-110umSWIR | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2440-98g5cBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2440-98g5mBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2448-23gcBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2448-23gcPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2448-23gmBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2448-23gmPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2448-75ucBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2448-75ucPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2448-75umBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2448-75umPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2448-105g5cBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2448-105g5mBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2448-120cc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2448-120cm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2448-210cc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2448-210cm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2560-20gmSWIR | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2560-70umSWIR | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2590-22gcBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2590-22gcPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2590-22gmBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2590-22gmPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2590-60ucBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2590-60ucPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2590-60umBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2590-60umPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2600-20gcBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2600-20gcPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2600-20gmBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2600-20gmPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2600-64ucBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2600-64ucPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2600-64umBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2600-64umPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2840-14gcBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2840-14gcPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2840-14gmBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2840-14gmPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2840-14gmUV | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2840-48ucBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2840-48ucPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2840-48umBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2840-48umPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2840-48umUV | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2840-67g5cBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2840-67g5mBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2840-67g5mUV | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2840-86cc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A2840-86cm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A3840-13gcBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A3840-13gcPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A3840-13gmBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A3840-13gmPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A3840-45ucBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A3840-45ucPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A3840-45umBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A3840-45umPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4096-9gcBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4096-9gcPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4096-9gmBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4096-9gmPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4096-30ucBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4096-30ucPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4096-30umBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4096-30umPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4096-44g5cBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4096-44g5mBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4096-67cc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4096-67cm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4200-12gcBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4200-12gcPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4200-12gmBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4200-12gmPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4200-40ucBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4200-40ucPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4200-40umBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4200-40umPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4504-5gcBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4504-5gcPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4504-5gmBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4504-5gmPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4504-18ucBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4504-18ucPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4504-18umBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4504-18umPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4504-27g5cBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4504-27g5mBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4504-42cc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4504-42cm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4508-6gcBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4508-6gcPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4508-6gmBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4508-6gmPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4508-20ucBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4508-20ucPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4508-20umBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A4508-20umPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5320-7gcBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5320-7gcPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5320-7gmBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5320-7gmPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5320-23ucBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5320-23ucPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5320-23umBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5320-23umPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5320-34g5cBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5320-34g5mBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5320-52cc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5320-52cm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5328-4gcBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5328-4gcPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5328-4gmBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5328-4gmPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5328-15ucBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5328-15ucPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5328-15umBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5328-15umPRO | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5328-22g5cBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5328-22g5mBAS | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5328-35cc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
a2A5328-35cm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
acA640-121gm | Exposure Active Flash Window Frame Trigger Wait Aquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 Sync User Output 1, Sync User Sync User Output 1, Sync User Output 2 | User Output 1 -> Line 2 User Output 2 -> line 3 |
acA640-300gc | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA640-300gm | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA640-750uc | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA640-750um | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA720-290gc | Exposure Time Flash Window Frame Trigger Wait Acquisition Trigger Wait Time 1 Active User Output 1, User Output 2 Sync User Output 1, Sync User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA720-290gm | Exposure Time Flash Window Frame Trigger Wait Acquisition Trigger Wait Time 1 Active User Output 1, User Output 2 Sync User Output 1, Sync User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA720-520uc | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA720-520um | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA800-200gc | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Time Active User Output Sync User Output | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA800-200gm | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Time Active User Output Sync User Output | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA800-510uc | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA800-510um | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA1280-60gc | Exposure Active Flash Window Frame Trigger Wait Acquisition Trigger Wait Timer Active User Output Sync User Output | User Output -> Out 1 |
acA1280-60gm | Exposure Active Flash Window Frame Trigger Wait Acquisition Trigger Wait Timer Active User Output Sync User Output | User Output -> Out 1 |
acA1300-60gc | Exposure Active Flash Window Frame Trigger Wait Acquisition Trigger Wait Timer Active User Output Sync User Output | User Output -> Out 1 |
acA1300-60gm | Exposure Active Flash Window Frame Trigger Wait Acquisition Trigger Wait Timer Active User Output Sync User Output | User Output -> Out 1 |
acA1300-60gmNIR | Exposure Active Flash Window Frame Trigger Wait Acquisition Trigger Wait Timer Active User Output Sync User Output | User Output -> Out 1 |
acA1300-75gc | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA1300-75gm | Exposure Active Flash Window Frame Trigger Wait Acquisition Trigger Wait Timer Active User Output Sync User Output | User Output -> Out 1 |
acA1300-200uc | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA1300-200um | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA1440-73gc | Exposure Active Flash Window Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 Sync User Output 1, Sync User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA1440-73gm | Exposure Active Flash Window Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 Sync User Output 1, Sync User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA1440-220uc | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA1440-220um | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA1600-20gc | Exposure Time Frame Trigger Wait Acquisition Trigger Wait Timer Active User Output Sync User Output | User Output -> Out 1 |
acA1600-20uc | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA1600-60gc | Exposure Time Flash Window Frame Trigger Wait Acquisition Trigger Wait Timer Active User Output Sync User Output | User Output -> Out 1 |
acA1600-60gm | Exposure Time Flash Window Frame Trigger Wait Acquisition Trigger Wait Timer Active User Output Sync User Output | User Output -> Out 1 |
acA1920-25gc | Flash Window Frame Trigger Wait Acquisition Trigger Wait Timer Active User Output Sync User Output | User Output -> Out 1 |
acA1920-25gm | Flash Window Frame Trigger Wait Acquisition Trigger Wait Timer Active User Output Sync User Output | User Output -> Out 1 |
acA1920-25uc | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA1920-25um | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA1920-40gc | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA1920-40gm | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA1920-40uc | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA1920-40ucMED | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA1920-40um | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 → Line 2 User Output 2 → Line 3 User Output 3 → Line 4 |
acA1920-40umMED | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA1920-48gc | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA1920-48gm | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA1920-50gc | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA1920-50gm | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA1920-150uc | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA1920-150um | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA1920-155uc | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA1920-155ucMED | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA1920-155um | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA1920-155umMED | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA2000-50gc | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer Active User Output Sync User Output | User Output -> Out 1 |
acA2000-50gm | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer Active User Output Sync User Output | User Output -> Out 1 |
acA2000-165uc | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA2000-165um | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA2040-25gc | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer Active User Output Sync User Output | User Output -> Out 1 |
acA2040-25gm | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer Active User Output Sync User Output | User Output -> Out 1 |
acA2040-25gmNIR | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer Active User Output Sync User Output | User Output -> Out 1 |
acA2040-35gc | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA2040-35gm | Exposure Time Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA2040-55uc | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA2040-55um | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA2040-90uc | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA2040-90um | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA2040-90umNIR | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA2040-120uc | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA2040-120um | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA2440-20gc | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA2440-20gm | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA2440-35uc | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA2440-35ucMED | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA2440-35um | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA2440-35umMED | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA2440-75uc | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA2440-75ucMED | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA2440-75um | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA2440-75umMED | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA2500-14gc | Flash Window Frame Trigger Wait Acquisition Trigger Wait Timer Active User Output Sync User Output | User Output -> Out 1 |
acA2500-14gm | Flash Window Frame Trigger Wait Acquisition Trigger Wait Timer Active User Output Sync User Output | User Output -> Out 1 |
acA2500-14uc | Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA2500-14um | Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA2500-20gc | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA2500-20gcMED | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA2500-20gm | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA2500-20gmMED | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA2500-60uc | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA2500-60um | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA3088-16gc | Exposure Active Flash Window Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 Sync User Output 1, Sync User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA3088-16gm | Exposure Active Flash Window Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 Sync User Output 1, Sync User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA3088-57uc | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA3088-57ucMED | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA3088-57um | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA3088-57umMED | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA3800-10gc | Flash Window Frame Trigger Wait Acquisition Trigger Wait Timer Active User Output Sync User Output | User Output -> Out 1 |
acA3800-10gm | Flash Window Frame Trigger Wait Acquisition Trigger Wait Timer Active User Output Sync User Output | User Output -> Out 1 |
acA3800-14uc | Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA3800-14um | Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA4024-8gc | Exposure Active Flash Window Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 Sync User Output 1, Sync User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA4024-8gm | Exposure Active Flash Window Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 Sync User Output 1, Sync User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA4024-29uc | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA4024-29um | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA4096-11gc | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 Sync User Output 1, Sync User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA4096-11gm | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 Sync User Output 1, Sync User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA4096-30uc | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA4096-30ucMED | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 → Line 2 User Output 2 → Line 3 User Output 3 → Line 4 |
acA4096-30um | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA4096-30umMED | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA4096-40uc | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA4096-40ucMED | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA4096-40um | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA4096-40umMED | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA4112-8gc | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 Sync User Output 1, Sync User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA4112-8gm | Exposure Active Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 Sync User Output 1, Sync User Output 2 | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA4112-20uc | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA4112-20ucMED | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA4112-20um | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA4112-20umMED | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA4112-30uc | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA4112-30ucMED | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA4112-30um | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA4112-30umMED | Exposure Active Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 → Line 2 User Output 2 → Line 3 User Output 3 → Line 4 |
acA5472-5gc | Exposure Active Flash Window Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 Sync User Output 1, Sync User Output | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA5472-5gm | Exposure Active Flash Window Frame Trigger Wait Acquisition Trigger Wait Timer 1 Active User Output 1, User Output 2 Sync User Output 1, Sync User Output | User Output 1 -> Line 2 User Output 2 -> Line 3 |
acA5472-17uc | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA5472-17ucMED | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA5472-17um | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
acA5472-17umMED | Exposure Active Flash Window Frame Trigger Wait Frame Burst Trigger Wait Timer 1 Active User Output 1, User Output 2, User Output 3 | User Output 1 -> Line 2 User Output 2 -> Line 3 User Output 3 -> Line 4 |
boA1936-400cc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA1936-400cm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA2448-250cc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA2448-250cm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA2832-190cc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA2832-190cm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA4096-93cc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA4096-93cm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA4096-180cc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA4096-180cm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA4112-68cc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA4112-68cm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA4500-45cc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA4500-45cm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA4504-100cc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA4504-100cm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA5120-150cc | Exposure Active | N/A |
boA5120-150cm | Exposure Active | N/A |
boA5120-230cc | Exposure Active | N/A |
boA5120-230cm | Exposure Active | N/A |
boA5320-150cc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA5320-150cm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA5328-100cc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA5328-100cm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA6500-36cc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA6500-36cm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA8100-16cc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA8100-16cm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
boA9344-30cc | Exposure Active | N/A |
boA9344-30cm | Exposure Active | N/A |
boA9344-70cc | Exposure Active | N/A |
boA9344-70cm | Exposure Active | N/A |
boA13440-17cm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
daA720-520uc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3, User Output 4 | No assignment, signals freely selectable |
daA720-520um | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3, User Output 4 | No assignment, signals freely selectable |
daA1280-54uc | Exposure Active User Output 1, User Output 2 | User Output 1 -> Line 1 User Output 2 -> Line 2 |
daA1280-54um | Exposure Active User Output 1, User Output 2 | User Output 1 -> Line 1 User Output 2 -> Line 2 |
daA1440-220uc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3, User Output 4 | No assignment, signals freely selectable |
daA1440-220um | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3, User Output 4 | No assignment, signals freely selectable |
daA1600-60uc | Exposure Active User Output 1, User Output 2 | User Output 1 -> Line 1 User Output 2 -> Line 2 |
daA1600-60um | Exposure Active User Output 1, User Output 2 | User Output 1 -> Line 1 User Output 2 -> Line 2 |
daA1920-15um | Flash Window User Output 1, User Output 2 | User Output 1 -> Line 1 User Output 2 -> Line 2 |
daA1920-30uc | Flash Window User Output 1, User Output 2 | User Output 1 -> Line 1 User Output 2 -> Line 2 |
daA1920-30um | Flash Window User Output 1, User Output 2 | User Output 1 -> Line 1 User Output 2 -> Line 2 |
daA1920-160uc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3, User Output 4 | No assignment, signals freely selectable |
daA1920-160um | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3, User Output 4 | No assignment, signals freely selectable |
daA2448-70uc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3, User Output 4 | No assignment, signals freely selectable |
daA2448-70um | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3, User Output 4 | No assignment, signals freely selectable |
daA2500-14uc | Flash Window User Output 1, User Output 2 | User Output 1 -> Line 1 User Output 2 -> Line 2 |
daA2500-14um | Flash Window User Output 1, User Output 2 | User Output 1 -> Line 1 User Output 2 -> Line 2 |
daA3840-45uc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3, User Output 4 | No assignment, signals freely selectable |
daA3840-45um | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3, User Output 4 | No assignment, signals freely selectable |
dmA720-290gc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
dmA720-290gm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
dmA1440-73gc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
dmA1440-73gm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
dmA1920-51gc | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
dmA1920-51gm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Flash Window Frame Burst Active Frame Burst Trigger Wait Frame Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
puA1280-54uc | Line Source feature not supported | Line Source feature not supported |
puA1280-54um | Line Source feature not supported | Line Source feature not supported |
puA1600-60uc | Line Source feature not supported | Line Source feature not supported |
puA1600-60um | Line Source feature not supported | Line Source feature not supported |
puA1920-30uc | Line Source feature not supported | Line Source feature not supported |
puA1920-30um | Line Source feature not supported | Line Source feature not supported |
puA2500-14uc | Line Source feature not supported | Line Source feature not supported |
puA2500-14um | Line Source feature not supported | Line Source feature not supported |
r2L2048-29gc | Acquisition Active Counter 1 Active, Counter 2 Active, Counter 3 Active, Counter 4 Active Exposure Active Exposure Trigger Wait Frame Active Frame Burst Active Frame Burst Trigger Wait Line Trigger Wait Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
r2L2048-58gm | Acquisition Active Counter 1 Active, Counter 2 Active, Counter 3 Active, Counter 4 Active Exposure Active Exposure Trigger Wait Frame Active Frame Burst Active Frame Burst Trigger Wait Line Trigger Wait Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
r2L2048-62cc | Acquisition Active Counter 1 Active, Counter 2 Active, Counter 3 Active, Counter 4 Active Exposure Active Exposure Trigger Wait Frame Active Frame Burst Active Frame Burst Trigger Wait Line Trigger Wait Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
r2L2048-62g5c | Acquisition Active Counter 1 Active, Counter 2 Active, Counter 3 Active, Counter 4 Active Exposure Active Exposure Trigger Wait Frame Active Frame Burst Active Frame Burst Trigger Wait Line Trigger Wait Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
r2L2048-172cm | Acquisition Active Counter 1 Active, Counter 2 Active, Counter 3 Active, Counter 4 Active Exposure Active Exposure Trigger Wait Frame Active Frame Burst Active Frame Burst Trigger Wait Line Trigger Wait Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
r2L2048-172g5m | Acquisition Active Counter 1 Active, Counter 2 Active, Counter 3 Active, Counter 4 Active Exposure Active Exposure Trigger Wait Frame Active Frame Burst Active Frame Burst Trigger Wait Line Trigger Wait Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
r2L4096-14gc | Acquisition Active Counter 1 Active, Counter 2 Active, Counter 3 Active, Counter 4 Active Exposure Active Exposure Trigger Wait Frame Active Frame Burst Active Frame Burst Trigger Wait Line Trigger Wait Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
r2L4096-29gm | Acquisition Active Counter 1 Active, Counter 2 Active, Counter 3 Active, Counter 4 Active Exposure Active Exposure Trigger Wait Frame Active Frame Burst Active Frame Burst Trigger Wait Line Trigger Wait Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
r2L4096-42cc | Acquisition Active Counter 1 Active, Counter 2 Active, Counter 3 Active, Counter 4 Active Exposure Active Exposure Trigger Wait Frame Active Frame Burst Active Frame Burst Trigger Wait Line Trigger Wait Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
r2L4096-42g5c | Acquisition Active Counter 1 Active, Counter 2 Active, Counter 3 Active, Counter 4 Active Exposure Active Exposure Trigger Wait Frame Active Frame Burst Active Frame Burst Trigger Wait Line Trigger Wait Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
r2L4096-84cm | Acquisition Active Counter 1 Active, Counter 2 Active, Counter 3 Active, Counter 4 Active Exposure Active Exposure Trigger Wait Frame Active Frame Burst Active Frame Burst Trigger Wait Line Trigger Wait Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
r2L4096-84g5m | Acquisition Active Counter 1 Active, Counter 2 Active, Counter 3 Active, Counter 4 Active Exposure Active Exposure Trigger Wait Frame Active Frame Burst Active Frame Burst Trigger Wait Line Trigger Wait Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
r2L8192-200cm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Line Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
r2L16384-120cm | Acquisition Active Counter 1 Active, Counter 2 Active Exposure Active Exposure Trigger Wait Line Trigger Wait Serial Tx Timer 1 Active, Timer 2 Active User Output 1, User Output 2, User Output 3 | No assignment, signals freely selectable |
Sample Code#
/* Macro to check for errors */
#define CHECK(errc) if (GENAPI_E_OK != errc) printErrorAndExit(errc)
GENAPIC_RESULT errRes = GENAPI_E_OK; /* Return value of pylon methods */
/* Select Line 2 (output line) */
errRes = PylonDeviceFeatureFromString(hdev, "LineSelector", "Line2");
CHECK(errRes);
/* Select the Exposure Active signal as the source signal for Line 2 */
errRes = PylonDeviceFeatureFromString(hdev, "LineSource", "ExposureActive");
CHECK(errRes);
You can also use the pylon Viewer to easily set the parameters.