02-14-2013 09:14 PM
HI
Can a digital input (cDAQ counter) value be added to a DAQmx task that is also used to measure analog inputs? I want to be able to synchronize the data collected from an encoder with the data collected from a load cell to produce load vs. deflection graph data. If so please provide a VB.net (2010) example.
Jeff
02-15-2013 01:05 PM
Hi Jeff,
DAQmx tasks can only contain one type of measurement (AI, AO, DI, DO, CI, CO). If you want more help achieving your end goal in your code, consider posting on our DAQ forum . Although you are programming in .NET, the data acquisition theory is the same across all languages.
Regards,
Alexandra
02-15-2013 04:06 PM
02-15-2013 04:36 PM
Hi Curt,
That looks promising. It may take me some time(a few months) until I get the opertunity to try it. Thank you for the reply.
Jeff