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

Writing a string to a variable doesn't work #278

Closed fietser28 closed 2 years ago

fietser28 commented 2 years ago

Retreiving a string via a SCPI action or from a constant and trying to store it in a variable (via set variable action) doesn't work for global structs or local strings.

Local variable locallabelstring doesn't get updated if the selected set variable action gets executed (2 examples): image image

Related to, but a separate problem: #277

fietser28 commented 2 years ago

Working, also writing into strings part of a structure. Tested both with set variable and with inside scpi widget.

prasimix commented 2 years ago

Fixed