Datasheet

Functions of the board APCI-3xxx
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
Sequence mode with delay – example 2
The delay time after the end of one sequence to the start of the next
sequence is in this example 20 µs.
dw_NbrOfChannel = 5
dw_SequenceChannelArray = 0, 1, 2, 3, 4
b_DelayTimeMode = ADDIDATAG_DELAY_MODE2_USED
b_DelayTimeUnit; = 1(µs)
34