07-14-2010 04:50 AM
Is it possible to send and receive data using same port in tcp\ip???
07-14-2010 06:57 AM
Yes,
Check the LabVIEW example VI's "TCP Communicator Active.vi" and "TCP Communicator Passive.vi" through the example finder
07-14-2010 06:58 AM
Hi,
Yes, it possible to use the same port to send and receive data if there are defined in the connection
07-14-2010 06:58 AM
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
07-14-2010 07:30 AM
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