eez-open / modular-psu-firmware

Firmware for EEZ Bench Box 3 (BB3)
https://www.envox.eu/eez-bb3/
GNU General Public License v3.0
94 stars 42 forks source link

EEZ flow: Button widgets don't always show updated text #285

Closed fietser28 closed 2 years ago

fietser28 commented 2 years ago

When using variables as the text of a button: If the variable is changed then it is not always shown correctly on the BB3. It shows correctly in studio (including the variable content).

I found it a bit hard to reproduce exactly, but it looks like that output strings from SCPI produce the problem.

Correct output in studio: image

Wrong output on BB3: image

This is an example flow that already illustrates the bug: image

In debugger (correct): image At the same time on BB3: image

The flow: scpiString.eez-project.zip

fietser28 commented 2 years ago

Working.