User Manual
Wildcat
Company confidential.
This document is the property of Xenics. It may not be reproduced
–
completely or partially
–
or passed to a third
party without written permission from Xenics.
Xenics nv
T +32 16 38 99 00
Doc Ref: ENG-2020-UMN001
Ambachtenlaan 44
F +32 16 38 99 01
Issue: R001
BE-3001 Leuven
Belgium
www.xenics.com
Date:
XF-104_03/20-12-2012
Page 35 of 58
Acquisition and triggering timing diagrams
The following timing diagrams are examples with pseudo code.
Continuous acquisition
Continuous acquisition with frame trigger
AcquisitionMode = Continuous;
TriggerMode = FreeRunning;
AcquisitionStart();
Frame 1
Frame 2
Frame N
AcquisitionStop();
…
Frame N+1
…
AcquisitionStart();
Acquisition is stopped,
current frame will be
finished.
AcquisitionMode = Continuous;
TriggerMode = ExternalTriggered;
TriggerInput = Line1;
AcquisitionBurstFrameCount = 1;
AcquisitionStart();
Frame 1
Frame 2
Frame N
AcquisitionStop();
…
Line1 trigger 1
Line1 trigger 2
Line1 trigger N
Acquisition is stopped,
current frame will be
finished.