The following figure shows the remote panel dialog.
To open this panel, click Options > Global Profile Settings.
If the mode is set, the code generator creates a proper makefile and additional elements in the generated code. In addition, when you run generated and linked code using the Compile > RunCode menu item, the profile editor sends the request to the main of Rational Statemate in order to run the Remote Panel/Trace Server. If the Target [output] Directory field is not empty, the Profile Editor copies the
rcomm.cfg
file (created by the Remote Server) into the target output directory where the code was generated. This configuration file contains the host name, the input port and output port addresses, and the debug level number.The target output directory is defined by the appropriate entry in the Global Profile settings form. It should be the same directory defined in the file selection box during code generation, but in terms of the target file system. For example, the host output directory has the following path:
The target output directory would be:
If the target directory field is empty, the executable looks for the
rcomm.cfg
file in the workarea directory. It should normally be seen from the target exactly with the same name as in the host machine.Next, run the generated code using the remote execution script whose name is defined in the
<target
OS>.rtrg
file.