Issue Details
There are three event channels defined in the A2L file and I want to set DAQ lists for each of them to perform DAQ readings simultaneously. For example, I want to perform DAQ readings at different events as follows:
- 10 measurements variables at 100 ms event timing
- 10 measurement variables at 50 ms event timing
- 5 measurement variables at 10 ms event timing
I was able to perform DAQ readings with each DAQ list individually without any issues. I checked the CAN logs and confirmed that the data was being acquired at the rates specified by the event channels.

When programming multiple DAQ lists in parallel, an error occurs in the DAQ start function.

Error -301107 occurred at MC DAQ Start Stop.vi
Possible reason(s):
ECU Measurement and Calibration Toolkit: XCP error. The XCP commands were not issued in the correct sequence. Check the sequence of the commands.
How can I solve this error and send multiple DAQ list in parallel?