Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Windows versions

For pure simulation or pseudo-real-time execution.

OPAL-RT LinuxRTLinux

For pure simulation or real-time execution for targets with an Intel x86 processor.

...

Debugging Remotely from the Command Station (Windows)


OPAL-RT Linux RTLinux (x86-based) targets

  • To debug remotely, an application called X server is required to display the debugger. This document explains how to use cygwin (one of the most popular) as an X server.

  • Download and install Cygwin at http://www.cygwin.com (make sure that the Xfree86 package is selected)

  • Start Cygwin

  • Start the X server: XWin -screen 0 1024 768 -emulate3buttons &

  • Set the DISPLAY: export DISPLAY=<IP_ADRESS_OF_WINDOWS>:0.0

  • Start the window manager: wmaker &

  • Enable remote access: xhost +

  • On paragraph Setting RT-LAB configuration on page 474, replace DISPLAY value by DISPLAY=<IP_ADRESS_OF_WINDOWS>:0.0 (for instance DISPLAY=192.168.0.1:0.0).

  • Load model. DDD should open in the X server.

...