How can I send a value from an svg element to a quickHMI variable?
Using the qhmi target property, always returns the default value (99) instead of the updated value (var1).
This qhmi target property works fine to send a value from a quickHMI textbox to an svg element, but I can't make it work vise versa.
Also tried the qhmi action:
And assigned an action function:
Project.QHMITextbox1.Text = Project.SVG.ValueFromSVG
Again, the value is updated with the default value (99) instead of the current value of var1 (user input in the svg).
PS. I got error when trying to post part of code, so I used screenshots instead.
Hello argo-oil.gr,
Unfortunately, we have to inform you that this is currently not possible in QuickHMI. However, we have this topic on our roadmap.



