Debugger doesn't show actual latest values if PLC program is stopped.

Issue #46 new
Andrey Skvortsov created an issue

After command to stop PLC program is executed, PLC program is executed one or two cycles more, but debugger subscription is already stopped and doesn't get any updated values. As a result debugger panel shows old values.

Steps to reproduce:

  1. Open attached project
  2. Open terminal and run standalone Beremiz service
    ./Beremiz_service.py /tmp
  1. Build and transfer PLC program to runtime
  2. Start program. In terminal where Beremiz service is running actual values for local variable LocalVar0.
  3. Open LocalVar0 in debugger
  4. Stop PLC program
  5. Compare values shown in debugger and printed in terminal

Screenshot from 2018-12-18 12-46-33.png

Comments (0)

  1. Log in to comment