Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

PXI-6534 rewriting IO buffer with DAQmx causes error -200288

Hi.

I'm trying to rewrite the buffer on the PXI-6534 with the DAQmx drivers, but after some itterations it gives me error -200288. Seems like the previos opperation is not complete, even if I insert the wait function. How can I solve this problem?

Attached is an example of what I'm trying to achive.

- Steinar
0 Kudos
Message 1 of 4
(4,414 Views)
Hi Steinar,

Try setting the DAQmx Write : Regeneration Mode Property to disallow regeneration.  The default regeneration mode for sample clock timing is to allow regeneration.

Jeff
0 Kudos
Message 2 of 4
(4,398 Views)
Hi,

I also get error -200288.   I have the NI 6534, DAQmx, C++ outputing::

DAQmxCfgBurstHandshakingTimingExportClock
DAQmxWriteDigitalU8

There is other code, but this is the core of it.  I can send between 1 and 4 GB (yes Gigabytes) of data, and then I get error -200288.  It seem to come at a totally random time, sometimes after about 1 GB, then 3 GB, 0.5 GB. 

Is the fix truly to disable the auto-regeneration mode?

Thanks,

Kip Leitner
Panasonic
0 Kudos
Message 3 of 4
(4,253 Views)

I too am getting the same Error . I tried to modify the buffer , which I think caused the error.

I am ,however unable to modify the DAQmx Write because its a clone.

Obviously, i am not really familiar with labview and I now need to figure out how to modify a clone VI.

 

Thanks ,

Karthik J.

0 Kudos
Message 4 of 4
(3,589 Views)