09-10-2009 03:27 AM
09-10-2009 08:17 PM
Hi,
This is a measurement about how to start the two tasks at the same time, you can share the start trigger between the analog and digital task.
You can find the example in the LabVIEW example finder; you can input the key word “sync”.
Those examples are not only share the start trigger but also the sample clock, but you can follow the similar way to do the coding.
AE Yang Liu
09-10-2009 09:08 PM
I want the code of VS2005. I search sync ,and i do not find any examples.
I use the USB6221, analog is DEV1/AI4,digital is DEV1/line7,is it the same with the example SyncAIAO_DigStart in VS2005 ?
thank you
09-10-2009 09:35 PM
That would be ok for you.
For your task, you want to make the two task start at the same time right?
then you only need to share the start trigger.
AE YangLiu