LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

tcp\ip

Is it possible to send and receive data using same port in tcp\ip???

0 Kudos
Message 1 of 5
(2,971 Views)

Yes,

 

 Check the LabVIEW example VI's  "TCP Communicator Active.vi" and  "TCP Communicator Passive.vi"  through the example finder

0 Kudos
Message 2 of 5
(2,944 Views)

Hi,

 

Yes, it possible to use the same port to send and receive data if there are defined in the connection

 

18853iF603AB455863E61F

 

18855i2F7C92A75C6FB93B

0 Kudos
Message 3 of 5
(2,941 Views)

Hi ayusg,

what do you mean?

You can create a connection between two PCs on one specific port. If the connection is established you can send and receive data on it.

 

Mike

0 Kudos
Message 4 of 5
(2,940 Views)

Thanx for the help....i need to establish a connection between kuka robot (labview not installed on it) and my pc.Robot sends me an xml string with its current co-ordinates and i have to update those co-ordinates and send it back to robot when i do  that it shows "670" bytes written but its not reflected on robot side.This is a real time operation and on robot side os is vxworks  so do i have to use rt communication wizard or is it possible through normal tcp\ip vi.I have attached the vi which i was using....thanx again fo da reply

0 Kudos
Message 5 of 5
(2,926 Views)