08-09-2006 12:39 PM
08-09-2006 01:39 PM - edited 08-09-2006 01:39 PM
Message Edited by mvr on 08-09-2006 01:40 PM
08-09-2006 02:04 PM
08-09-2006 02:17 PM - edited 08-09-2006 02:17 PM
Message Edited by mvr on 08-09-2006 02:23 PM
08-11-2006 02:14 AM
02-05-2008 09:41 AM
02-05-2008 09:43 AM
02-06-2008 05:08 PM
Hi Aish,
Can you please post a screenshot of your error, along with attaching the code you are using? I believe what is being seen is a discrepancy between the number of channels in your task, the fillmode for the task (DAQmx_Val_GroupByChannel or DAQmx_Val_GroupByScanNumber), and the possibly the array that is being used to capture the data.
I also see you are interested in reading and writing – In order to read and write, this will require either different channels need to be used for the read and write, or if you want to use the same channels, separate tasks will need to be used (I.E. – create a task for DI, read, clear the task, create a DO task, write, clear the task).
02-07-2008 06:30 AM