MicroC Code Generator : Utilities : Remote Panel Server Support : Invoking the Remote Panel

Invoking the Remote Panel

The Remote Panel Server is located in the bin directory and it requires a license.

To set the necessary environment variable definitions, execute the run_amc.bat script file (located in the bin directory) at a command prompt as follows:

set STM_STAND=ON
set STM_RPANEL_STAND=ON

If the executable can access the Workarea directory, enter the following command:

switch_rpanel -workarea <workarea>

The rcomm.cfg file is written by the Remote Panel Server to the Workarea directory and read from there by the executable.

If the executable cannot access the Workarea directory and the Target Directory is defined, enter the following command:

switch_rpanel -gen_code_dir <dir>

The rcomm.cfg file is written by the Remote Panel Server to the <dir> directory. The executable reads the rcomm.cfg file from the Target Directory.