[IGN-13926] Tag binding active but no component displays the tag value

I think if you have the possibility to set up a separate virtual server, I recommend trying that.

image

That really looks like a comma, are you sure it isn’t?

This is likely being used as the decimal separator due to the locale of the system.

@blocus2014 What is the locale being used used? Maybe there’s an issue with specific ones.

I did test setting both language and region of my Designer to Italian which uses commas as the decimal separator but I didn’t run into any issues with the binding evaluation.

Edit: Tested setting language and region on the gateway too, but still didn’t run into this issue.

1 Like

Actually, I was able to replicate this by setting the language of the gateway to Turkish by adding the JVM parameter user.language=tr to the ignition.conf file. I’ll get a bug ticket filed for this.

In the meantime, adding the following parameter to the ignition.conf file to force the gateway to use English should work.

Be sure to replace the X with the next available digit in the list of additional parameters.

wrapper.java.additional.X=-Duser.language=en

1 Like