LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to collect randomly data from transmitter using VISA Read

hye, basically..the meaning for collect data randomly is like the below example:-
 
At transmitter
Company A                                                 Company B                                         Company C
 
my
0 Kudos
Message 11 of 22
(1,102 Views)
hye, basically..the meaning for collect data randomly is like the below example:-
 
At transmitter
Company A                                                 Company B                                         Company C
 
my name
0 Kudos
Message 12 of 22
(1,102 Views)
hye, basically..the meaning for collect data randomly is like the below example:-
 
At transmitter
Company A                                                 Company B                                         Company C
 
i
0 Kudos
Message 13 of 22
(1,102 Views)
hye, basically..the meaning for collect data randomly is like the below example:-
 
At transmitter
Company A                                                 Company B                                         Company C
 
i like
0 Kudos
Message 14 of 22
(1,102 Views)
hye, basically..the meaning for collect data randomly is like the below example:-
 
the transmitter will send all the data at the same time without following the sequence of the company. Any company can send the data first. The job of the receiver is to recognized which data is belong to which company. Then the receiver will put the data into the spreat sheet .
 
At transmitter
Company A                                                 Company B                                         Company C
 
hello, my name is amira                           i am 21 years old                        i stay in singapore
 
then the receiver have to collect the data and recognized data is belong to which company, and put into spread sheet.
 
At receiver
Company A                                                 Company B                                         Company C
 
hello, my name is amira                           i am 21 years old                        i stay in singapore
 
which array should i used to put text into it.
here i attach the transmitter part.


0 Kudos
Message 15 of 22
(1,099 Views)
You seem to have major problems using the forum. Besides the multiple partial responses, the VI you attached is corrupt.
0 Kudos
Message 16 of 22
(1,083 Views)
sory about that, here i attach the transmitter part. my job is to collect from text from this transmitter..
here i attach the transmitter and receiver part
Download All
0 Kudos
Message 17 of 22
(1,053 Views)
Sorry, I don't understand what you are tyring to do. The transmit example has three separate writes and there seems to be no reason for that. The transmit is a single source and a single VISA Write is all that you need (and probably want).
0 Kudos
Message 18 of 22
(1,039 Views)

The loop in your receiver program will only run once because you have a True constant wired to the stop terminal.

There is no need to split the error wire and VISA wire before the case structure.  Each case can use the same tunnels.

0 Kudos
Message 19 of 22
(1,029 Views)

thanx you for your advice.i really appreciate it Smiley Wink

here i attach the receiver with the spreadsheet. actually i want the transmitter to be assign to company A, B and C. and these 3 company will randomly be send the text.These company should be assign with company A, company B and company C, i think i should assign which company is come from, but i donno how to assign it. After assign it the text will be send randomly. And the job of these receiver is to collect the text and recognized the text is belongs to which company. My receiver should know where the text is comming from. And put then into the correct row and coloum and company. Then, it will go into the spreadsheet.

 

0 Kudos
Message 20 of 22
(1,011 Views)