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?