Multistate button bidirectional binding not changing tag

About at my wits end feel like I am missing something super simple but I cannot for the life of me figure out what is going on.

Trying to set up a multi-state button in a perspective view. For testing I have made a integer memory tag called "Tester". I then bound that tag to both the controlValue and indicatorValue props for the multistate button component and made the binding bidirectional on the controlValue. When I then press the multistate button to change the control value the control value prop will change for about 1-2 seconds and then fall back to the original value it does not appear to be actually changing the tag.

I have included some screen shots below:


Do i need to bind the control value to an in/out view parameter or something for it to actually write to the tag? Followed the Inductive university example to the "T" (even dragging and dropping the tag to do the binding) and still no luck.

Reset the trial and have time there so don't think its a licensing issue.

You seem to be doing everything correctly. It's as though something else is writing to Tester and resetting it.

Try renaming the tag to Tester2 and modify the bindings. If that works change it back and start hunting if the problem comes back again.

Tester was my attempt at making a new tag that shouldn't have anything writing to it.

Renaming the tag to tester 2 didn't have any effect.

I think you have your coms set to read only or disabled:
image

1 Like

Face smack

I knew it was something silly. Thanks for catching that!