04-02-2007 10:29 AM
04-04-2007 03:51 AM
04-04-2007 07:10 AM
Yes I have done this where a labview computer acts as a TCP/IP listener/ server that controls a robot. Essentially you will make a TCP/IP listener which can recieve a message sent to it, parse it (you choose the string format and use the same format at the sender), once a valid string is recieved you will execute the action. a state machine is good fro this. The program will open the TCP/ip port for listening, wait for a message, parse message, do action (as governed by the message recieved), handle errors and close port.
Paul