Hello, I made a numeric entry in perspective that is editing a tanks fill level, when I edit the value of the tag from the tag browser it changes the numeric entry and when I change the numeric entry value it changes the tag and fill level, however when i launch the session and edit the numeric entry in the session it does not edit the tag. The only binding I have on the numeric entry is a direct tag binding to the value, any help is greatly appreciated thank you!
Is the tag binding on your numeric entry bidirectional?
no it is not
If you need an entry field to write back to the tag, it's tag binding needs to be bidirectional.
yes i just changed it, it works now, thank you.