Notifications
Clear all

SVG input to QuickHMI variable

2 Posts
2 Users
0 Reactions
2,176 Views
(@argo-oil-gr)
Posts: 4
Member
Topic starter
 

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.

image

Also tried the qhmi action:

image

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.

 
Posted : 29/08/2024 9:47 a.m. CET
(@s-garbade)
Posts: 11
Member Admin
 

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.

 
Posted : 05/09/2024 10:01 a.m. CET