LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

generate error -200478 at DAQmx Start Task VI

I am programmatically creating tasks, some that collect data continueously and some that collect a finite amount of data based on a trigger.  I get error -200478 at DAQmx Start Task VI for the last finite data collection task.  This makes no sense since there are at least 6 channels associated with that task.  All the other similar tasks do not have this problem.  All the finite data collection tasks collect data from PXI-6133 cards housed in a PXI-1045 chassis.  Any ideas what the problem is?

0 Kudos
Message 1 of 4
(2,867 Views)

Hello Faustina;

 

Could you please post your code so I can check it out..

Have you tried using a simulated device as to rule out a hardware issue?

 

Cheers

0 Kudos
Message 2 of 4
(2,841 Views)

Setup TriggerMOD.vi sets up the trigger. Run Program to ac triggered dataMOD.vi calls Collect Triggered dataMOD.vi for asynchronous running.  The error occurs in Collect Triggered dataMOD.vi

0 Kudos
Message 3 of 4
(2,830 Views)

Are all the parameters for the last task the same as for the previous tasks?  If they are have you tried creating one more or one less task to see if you error out in those cases?  My thought is that this might help you pinpoint why this particular task is failing.  

0 Kudos
Message 4 of 4
(2,808 Views)