EasyManuals Logo

Basler GigE SERIES User Manual

Basler GigE SERIES
376 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #328 background imageLoading...
Page #328 background image
Chunk Features AW00089317000
318 Basler ace GigE
11.5 Trigger Input Counter
The trigger input counter feature numbers external frame acquisition triggers sequentially as they
are received. When the feature is enabled, a chunk is added to each image containing the value of
the trigger input counter.
The trigger input counter is a 32 bit value. On the first counting cycle, the counter starts at 1 and
increments by 1 for each received trigger. The counter counts up to 4294967295 unless it is reset
before (see below). After reaching the maximum value, the counter will reset to 0 and then continue
counting.
Be aware that if the camera is operating with the frame trigger off, the trigger input counter will not
be available.
1. Use the Chunk Selector to select the Trigger Input Counter chunk.
2. Use the Chunk Enable parameter to set the value of the chunk to true.
Once the trigger input counter chunk is enabled, the camera will add a trigger input counter chunk
to each acquired image.
To retrieve data from a chunk appended to an image that has been received by your PC, you must
first run the image and its appended chunks through the chunk parser included in the pylon API.
1. Read the value of the Chunk Trigger Input Counter parameter.
You can set the Chunk Selector and Chunk Enable parameter value from within your application
software by using the Basler pylon API. You can also run the parser and retrieve the chunk data.
The following code snippets illustrate using the API to activate the chunk mode, enable the trigger
input counter chunk, run the parser, and retrieve the trigger input counter chunk data:
// make chunk mode active and enable Trigger Input Counter chunk
Camera.ChunkModeActive.SetValue( true );
Camera.ChunkSelector.SetValue( ChunkSelector_Triggerinputcounter );
Camera.ChunkEnable.SetValue( true );
// retrieve data from the chunk
IChunkParser &ChunkParser = *Camera.CreateChunkParser();
GrabResult Result;
The chunk mode must be active before you can enable the trigger input counter
feature or any of the other chunk feature. Making the chunk mode inactive
disables all chunk features.
To enable the trigger input counter chunk:
To retrieve the trigger input counter information:

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Basler GigE SERIES and is the answer not in the manual?

Basler GigE SERIES Specifications

General IconGeneral
InterfaceGigE
Lens MountC-Mount, CS-Mount
SensorCMOS
MountC-mount, CS-mount
Power SupplyPower over Ethernet (PoE)
DimensionsVaries by model
WeightVaries by model
Operating TemperatureVaries by model

Related product manuals