LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Send and Receive data Through Ethernet Port?

Solved!
Go to solution

Hi, 

     I am trying to acquire details of the LAN/Ethernet details from PC through LabVIEW.Like we get the system date&time,Serial Port etc, is it possible to get the LAN Details of my PC Through LabVIEW.My aim is to sebd and Receive command through Ethernet Port.

0 Kudos
Message 1 of 4
(5,827 Views)

Which lan details are you after? for some of them calling a dos command via system exec.vi then interpretting the output may help

Please remember to accept any solutions and give kudos, Thanks


LV 8.6.1, LV2010,LV2011SP1, FPGA, Win7
0 Kudos
Message 2 of 4
(5,815 Views)

I want to send a command through ethernnet port for recieving the data.Which one should i use client.vi ore server.vi in TCP/IP Communication???

0 Kudos
Message 3 of 4
(5,812 Views)
Solution
Accepted by topic author $agar

Last time i did it i used the tcp pallete. (i go ctrl+space for the quick drop menu then type tcp.) open a conection to the network device then use tcp read/write as appropriate. there are examples as well that can be quite useful

Please remember to accept any solutions and give kudos, Thanks


LV 8.6.1, LV2010,LV2011SP1, FPGA, Win7
Message 4 of 4
(5,805 Views)