11-20-2019 04:18 AM
I am using PCI6120 card with C# to develop an application.I am currently able to read 4 analog inputs simultaneously using a single task.One of the inputs has a 400 ms delay.
My question is, is it possible to add the delay to just 1 input channel without applying to all the input channels in the task.
05-26-2020 04:08 AM
Hello.
If the problem still exist, please describe the task in a more detail way so I can help you as soon as it possible:
What kind of DUT are you using?
Actually you can add a delay to only one channel in a pragmatically way, you can create while loop with a desired waiting time, and put the signal with the delay there, wait until you'll acquire next signals and then present all them.
Regards,
Meri