Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use REQ1 and REQ2 at the same time to send two different groups of data to two blocks of buffers?

I want to use REQ1 to send data1(16bits) in th rate of 10MHZ to buffer1 and REQ2 to send data2(16bits) in the rate of 1KHz to buffer2. The first part(sending data1) has been done(using the attached file).How to re-cofigure the ports to send data2 to buffer2?
0 Kudos
Message 1 of 3
(3,256 Views)
Greetings,

Essentially, this is a matter of duplicating this code for use with the second group. However, be certain to change the group parameter to 2 for the function calls being used with the second group.

Good luck with your application.

Spencer S.
0 Kudos
Message 2 of 3
(3,256 Views)
In this way, one group of data will be sent after the other. Because two functions iStatus = DIG_Block_In(iGroup1,..) and iStatus = DIG_Block_In(iGroup2,..) are run serially. But I want to send theses two groups of data parallel. Is there a function to transfer group1 and group2 parameters at the same time to implement this or is there any other way to do so?
0 Kudos
Message 3 of 3
(3,256 Views)