LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to collect randomly data from transmitter using VISA Read

i also want to ask how the receiver recognized where the text is comming from. how to do it? 
0 Kudos
Message 21 of 22
(419 Views)

Your program still doesn't make any sense to me. The three separate VISA Writes are all coming from the same source and cannot operate in parallel. It's still a single serial connection.

If you really want to pursue this, the only way to know from which VISA Write the data is coming from, is to embed that information into the text you are sending. Add a header and have the read parse it out.

0 Kudos
Message 22 of 22
(398 Views)