LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 10800 in digital "Buffer Read" block

I have a routine that is collecting data, but when I use the buffer
read block, no data comes out. I know that there is information in
there (and that the program can access it) because the backlog value
increases as the program runs. Has anyone else experienced this
problem before? If so, what was causing this to happen?

I don't know if this might have something to do with it, but I am
running a routine that calls a subVI through an "Invoke node." It is
with this subVI that the "buffer read" block tries to access the
data.

Thank you for any help or insight you can provide!

Michele
0 Kudos
Message 1 of 2
(2,532 Views)
Michelle,

You are getting a timeout error. We have some information on this available on the web:

http://digital.ni.com/public.nsf/websearch/47F696DBC7BA9B9C86256AED00737F1F?OpenDocument


http://digital.ni.com/public.nsf/websearch/EE6CB88F2C3A87CC86256C4C000F3BB8?OpenDocument

I'm not sure whether your use of an invoke node would cause this error. I would suggest making the simplest VI possible to test the aquisition code and get it working before using it with an invoke node.


-Sal
0 Kudos
Message 2 of 2
(2,532 Views)