From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

Can't display data on XY Graph in debug mode

Hello please have a look at the attached file.
 
Thanks
0 Kudos
Message 1 of 2
(6,109 Views)
Hi,

The code you sent appears to be the Audio Talkthrough example with several modifications. Here's the first thing I noticed that appears to be incorrect: You're using the BF AD1871 Wait on Data Ready Flag VI to fill the sub-buffer, then you go into a loop and get the contents of that buffer 256 times. You should be filling the buffer each time before you get the buffer instead of only filling it once. You also aren't resetting the data ready flag by using the BF AD1871 Clear Data Ready Flag VI.

Message Edited by Michael P on 07-28-2006 09:55 AM

--
Michael P
National Instruments
0 Kudos
Message 2 of 2
(6,110 Views)