06-24-2011 10:05 PM
I am serial reading data from an xbee, and graphing it overtime. My graph appears that it is missing data., but I am not sure how, my baud rate is the same on the xbee and in labview.
Thanks
06-26-2011 09:51 AM
You have OS P.C.?
06-26-2011 12:19 PM
Yes, windows 7 64 bit.
06-26-2011 05:48 PM
Your graph looks like there are zero values being plotted. Is it possible that you are plotting "faster" than you are acquiring data? For example, if you get data at 50 points/second but plot at 100 points/second, every other time you want to plot something you will have no data, which might give you a result of 0. I notice that you have a "number of bytes read", but what happens if this is 0? Maybe test for this condition and skip plotting the (non-existent) point.
Bob Schor
06-27-2011 12:38 AM
You have Win 7 64 Bit PRO or ULTIMATE (Not runing STARTER or HOME BASIC .....)
06-27-2011 09:37 AM
Windows 7 64bit Professional.
06-27-2011 10:27 AM
I have no idea what all of the questions about your OS are supposed to be for. I would suggest you try Bob's suggestion.
06-27-2011 10:37 AM
I was wondering the same thing. I havn't been able to find anything about a sampling rate on a waveform, is it as simple as putting in a delay?
06-27-2011 10:43 AM
What I was talking about was not doing a read/conversion if the number of bytes is 0.
03-16-2014 04:09 AM
Hello, I am new to Labview and I am actually running into the same problem. I have a number of bytes read funtion as well and my waveform runs from max voltage (3.3V) to 0 continuously. It s suppose to be an EMG single, so overtime you flex your muscle, there is suppose to be a spike in the waveform signal. I was wondering if you would give an example or a sample vi. to show what you mean by "Maybe test for this condition and skip plotting the (non-existent) point".
Please Help. I have tried EVERYTHING but no success.