12-15-2010 05:52 AM
pls help me to run this VI
hi i am new to labview
i am using LB 8.5
c daq 9178 / 9262 module
is it possible to create a task using 9262 module 15 channels generating array input DBL value
& one channel sine waveform in the same VI i am getting error of 200462
12-15-2010 02:06 PM - edited 12-15-2010 02:14 PM
Hi TCL,
Some of our other devices allow you to run a clocked AO task in parallel with an On Demand task, but this is not possible on the cDAQ 9264 since the data is written to the module serially. Everything has to be in the same task like Brad mentioned here.
It looks like you're doing non-regeneration and want to update everything on-the-fly. You might want to start with this example, and modify the Enum in the VI to include a case for DC. You could then use a case structure to handle the DC case. Maybe something like this:
Best Regards,