LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Data communication

I want to transfer online data from 6 individual computers to single computer(server) through network switch using LabVIEW(N:1 Communication. Kindly let me know the solution for it.

 

Regards

Santosh

0 Kudos
Message 1 of 4
(1,836 Views)

Hi Santosh,

 

send messages over network from your 6 client computers to that single server! Have the server collect all messages…

 

I use UDP messages in our internal network to share data between computers. You can easily send them from several clients to one server.

Btw. LaVIEW comes with a huge example library. There are also example VIs on network communication.

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(1,822 Views)

Dear Sir, 

Thank you. I am able to transfer data through UDP protocol. Kindly let me know how to transfer through TCP protocol.I am getting garbage value during TCP transmission. 

0 Kudos
Message 3 of 4
(1,767 Views)

Hi santosh,

 

let me know how to transfer through TCP protocol.

LabVIEW comnes with a huge example library.

There are also examples explaining how to setup a TCP data communication…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(1,755 Views)