Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Set different delays to analog input channels of a single task

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.

 

 

 

 

 

0 Kudos
Message 1 of 2
(2,018 Views)

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

 

0 Kudos
Message 2 of 2
(1,791 Views)