APCI-3xxx (standard)
Functions of the board
41
b_DelayTimeMode
=
ADDIDATAG_DELAY_NOT_USED
dw_SequenceCounter
= 3
dw_InterruptSequenceCounter= 1
Simple sequence mode - example 2
Here the interrupt occurs after 2 sequences (10 acquisitions) and the
acquisition is stopped via the following function:
b_ADDIDATA_StopAnalogInputSequenceAcqusisition
dw_NbrOfChannel
=
5
dw_SequenceChannelArray = 0, 1, 2, 3, 4
b_DelayTimeMode
=
ADDIDATAG_DELAY_NOT_USED
dw_SequenceCounter
= 0
dw_InterruptSequenceCounter= 2
b) Sequence mode with delay
Sequence mode with delay - example 1
The interrupt occurs after the second sequence (10 acquisitions) and the
acquisition is stopped. The total delay time from the start of one sequence to
the next one is 100 µs.
dw_NbrOfChannel
=
5
dw_SequenceChannelArray = 0, 1, 2, 3, 4
b_DelayTimeMode
=
ADDIDATAG_DELAY_MODE1_USED
b_DelayTimeUnit;
=
1(µs)
dw_DelayTime =
100
dw_SequenceCounter
= 2
dw_InterruptSequenceCounter= 2