09-06-2005 04:02 AM
09-06-2005 04:22 AM
I´ve found out the solution.
The Array_Size_In_Bytes must be 8 and not 1.
DAQmxReadDigitalLines (th_in, DAQmx_Val_Auto, 10.0, DAQmx_Val_GroupByChannel, data, 8, NULL, NULL, 0);
These are the correct Parameters.