Designer show the correct function but Vision show another thing

Hello everyone,

I am seeing a very strange behavior and I don't know where to look to solve it, it turns out that I have (image 1) the Designer with the correct configuration and operational.

DESIGNER:
image

control Value:
image
IndicatorValue:
image
image

but in the vision I see that it is not working, it is always in stopped when it has to be in runnig as shown in the designer

VISION:
image

maybe there is something I have missed, but do you know how to fix it?

The sp_on custom property is an integer. How does this get set?

1 Like

yes and is indexed by an indirecttag


image

Make sure this tag is evaluating correctly in the client, since this is what sets your button.

yes, in fact the value I get is 1 and the multistate button state determines that 1 is running and 0 is stopped

image

Tip: {Root Container.sp_on} will always return a true or false so you can reduce your expression to,
if({Root Container.sp_on}, 1, 0)

Sorry, I can't see what's wrong with your binding.