I am trying to read AI data from daq 6356 using DAQ Assistance in measurement studio(C#)
my task is
1.Start reading AI (daqTask1Component1.StartTask)
2. do something.
3. Stop reading AI (daqTask1Component1.StopTask)
4. Get data in double Array with time stamp
The function that i am familiar with is Read and ReadAsync but they are not working with Start and Stop task method.
Is there any way to do it