08-18-2010 10:21 AM
08-19-2010 11:02 AM
Hi Phillip,
You've got a couple options. First, you can communicate to other networked devices using the secondary ethernet port on your RIO. Make sure the port is on and configured to an IP address, then using the TCP VIs to communicate with other network objects. Alternatively you could try implementing modbus using the modbus library deployed on the RIO (not a supported technique, but might work). These ideas are expandable to the desktop, and would essential follow the same steps.
Some examples that might help guide you getting started would be "TCP Communicator - Active" and "TCP Communicator - Passive" which will demonstrate some of the TCP vis in action (Found in Communicating with External Applications > General folder in example finder). Modbus library has a guide in an attachment to the download page. I hope this helps get you moving in the right direction. Be sure to thoroughly go through the detailed help for each of the functions you're using, to make sure you understand the theory of operation.