LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hi, How can I get data from the serial port that comes with the delay it would all come together?

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

0 Kudos
Message 1 of 14
(3,605 Views)

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.

0 Kudos
Message 2 of 14
(3,603 Views)

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.

0 Kudos
Message 3 of 14
(3,597 Views)

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.

0 Kudos
Message 4 of 14
(3,590 Views)

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?

0 Kudos
Message 5 of 14
(3,579 Views)

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.

0 Kudos
Message 6 of 14
(3,571 Views)

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

0 Kudos
Message 7 of 14
(3,568 Views)

Can you tell me how I can use "Keep the string in a shift register"

How do?

0 Kudos
Message 8 of 14
(3,563 Views)

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.

0 Kudos
Message 9 of 14
(3,551 Views)

i dont no,please help me

0 Kudos
Message 10 of 14
(3,505 Views)