LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

original IP of data where it came from?

first, sorry for my English. ㅜ.ㅜ

I use 3 PCs using Datasocket with LAN connection.

First one(IP: 192.168.0.1), as Server, I made VI that receive string data, which display on 'String from Clinet'(string indicator), using URL "dstp://192.168.0.1/data" on datasocket read.vi(subscribe) and launched datasocket server.
Second one(IP: 192.168.0.2), as client, I made VI that send string data using URL "dstp://192.168.0.1/data" on datasocket write.vi(publish).
Third one(IP: 192.168.0.3), as client, I made VI that send string data using URL "dstp://192.168.0.1/data" on datasocket write.vi(publish).

Running these VIs in each computer, when I type some words in string control in PC2 or PC3,
string indica
tor in PC1 display those words from any PC.

But I could not find the way to get information about which PC( 192.168.0.2 or 192.168.0.3?) sent words.
In connecting URL must be same for PC1,2,3.
How can I get this information(data source PC's IP address....something...)?

please, help me ㅜ.ㅜ
Thanks for reading my question.

Hyo-joong
0 Kudos
Message 1 of 3
(2,988 Views)
Hi Hyo-joong,

You may want to post this question in the regular LabVIEW category on the discussion forum, the LabVIEW Datalogging and Supervisory Control category is visited and answered by users of specific features of the LabVIEW DSC module.
Posting the question directly on the regular LabVIEW category will get you to the answer quicker.

Best Regards

Andre Oliveira
Message 2 of 3
(2,988 Views)
Thank you, I'll try.

Hyo-joong
0 Kudos
Message 3 of 3
(2,988 Views)