09-15-2013 10:32 AM
Hi, How can I get data from the serial port that comes with the delay it would all come together? The new data together with previous data entered
09-15-2013 10:35 AM
You need to ask the question a little more clearly. What "delay" are you talking about?
How do you want it to "all come together"?
Even post the VI you have so far so we can get a sense of what you are working with and where you are trying to go.
09-15-2013 10:45 AM
I'm from Iran and I can not write good English.
I want to get some data from a serial port, the data burst coming, coming apart, and I want to get the data and put it together.
09-15-2013 10:59 AM
I want to add new data to the old data in the serial port when receiving data from the serial port, delete the previous data when new data came.
09-15-2013 11:38 AM - edited 09-15-2013 11:45 AM
What do you mean by "put together"? You also say "add new data".
Put together an example that shows what the serial port sends, and what you want the result to look like.
Do you want to build a long string? Build an Array? Literally add values together?
09-15-2013 11:49 AM
yesوbuild a long string as Character 50000,Side by Side,add a new text to old text Side by Side ,i dont want removed old data When the new data inputted in port serial.
09-15-2013 11:53 AM
concatenate the strings.
Keep the string in a shift register.
I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours
09-15-2013 12:02 PM
Can you tell me how I can use "Keep the string in a shift register"
How do?
09-15-2013 12:41 PM
You wire the result of the concatenate string into a shift register. It is then available for you at the beginning of the next loop iteration.
Please take the tutorials.
09-17-2013 06:53 AM
i dont no,please help me