LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Real-Time data to array

Solved!
Go to solution

take this as example , it is between two systems communicating on serial port. one sys send data and other rx it , parse it and then send appropriate ack

 

1   read a serial port buffer (wait for some time to avoid any data loss ). when all is well terminate the while loop

2   now parese the data as per requiremnt and display it

3   send ack to the sys1

4   repeat step 1 to see is there any data rx in reply of ack

 

put all above in flat sequence and put the seq in a while loop. all work fine.

 

0 Kudos
Message 11 of 14
(451 Views)

@Tirmizi wrote:

take this as example , it is between two systems communicating on serial port. 


This has nothing to do with the topic of this thread. Please start a new thread if you want to discuss something else.

 

In any case, all your important nodes in your example contain error terminals that you can use to enforce execution order. No sequences needed.

0 Kudos
Message 12 of 14
(449 Views)
It seems you are a new LabVIEW user. Please take the time for some of the LabVIEW tutorials to get a better understanding of data flow and correct design patterns. Contributions from new users are welcome but propagating incorrect methods to other new users just makes it more difficult.
0 Kudos
Message 13 of 14
(447 Views)

Thank You everybody for great replies! It worked 🙂

0 Kudos
Message 14 of 14
(424 Views)