Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

tasks syncronization

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

0 Kudos
Message 1 of 2
(2,771 Views)

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:

 

        DC_Non_Regeneration.png

 

 

Best Regards,

John Passiak
0 Kudos
Message 2 of 2
(2,754 Views)