Vision Text Area usage issue

Hello,

I am experiencing an issue which likely has a simple solution. I am trying to implement a text area box from the input category on the component palette. I have an OPC string tag linked to the Text property of the Text Area. I can read the string from the tag in the Text area, but if I write in the text area, the tag does not get written to and the text area retains the text I typed instead of the read value of the tag. I can read from and write to the OPC string tag using a text field without a problem. I feel like I would need to press submit or something, what am I doing wrong?

Thanks,
Rusty

I’m assuming you set your text binding to “Bidirectional”?

1 Like

Thank you, that was it, I was missing the checkbox. I figured it was something simple like that :slight_smile: