Description
Description-Separate-1Overview
This document contains source code for examples of communicating between processes in a robotics application, as described in the Robotics Module Help.
Communicating in an Application that Runs on Single or Multiple Targets
Complete the following steps to run an example robotics application that communicates between processes using the Asynchronous Message Communication (AMC) Reference Library. Refer to the Robotics Module Help for more information about this application.
- Download AMC.
- Download and unzip robotcommunications_amc.zip, which is attached to this document.
- Open AMC\readme.html and follow the instructions to run the application.
Transferring Data between Targets Using a Flexible Architecture
Complete the following steps run an example robotics application that communicates between processes using the Simple Messaging (STM) Reference Library. Refer to the Robotics Module Help for more information about this application.
- Download STM.
- Download and unzip robotcommunications_stm.zip, which is attached to this document.
- Open STM\readme.html and follow the instructions to run the application.
Description-Separate-2