Re: advantage pci 1710

On Monday 03 April 2006 10:34 am, Per Arlock wrote:
> Hi all,
> I am still confused when trying to handle data obtained with the
> advpci1710 board. The code:        for varv := 1 to rounds do
>           begin
>             channel:=0;
>          
> ret:=comedi_data_read_delayed(dev,subdevice,channel,range,aref,vm^[varv]
>,nanosec); channel:=1;
>            
> ret:=comedi_data_read_delayed(dev,subdevice,channel,range,aref,im^[varv]
>,nanosec); channel:=2;
>        
> ret:=comedi_data_read_delayed(dev,subdevice,channel,range,aref,t^[varv],
>nanosec); end;
> shows bleeding from one channel to the other. I have asked this question
> earlier when using only comedi_data_read. The .._delayed helps very
> little.

What did you set nanosec to?  Did you try increasing it?  Btw, what 
language is that you're using?

-- 
Frank

Received on 2006-04-05Z23:42:25