Writing Values to Things From Vuforia
Hello, folks!
I know there were/are some discussions related to this topic, many of them were replied by
I'm trying to read and write values between Thingworx and Vuforia.
I had no problems reading a value from a Thing in Vuforia using the GetPropertyValues service, as explained in this article. I'm able to instantly see the values updating in my experience when I manually change a property value in Thingworx, without issues.
However, when I try to do the reverse path - writing values to a Thing from Vuforia - using the SetPropertyValues service, I have no results.
Here's what I've done:
1. I've created a couple of 2D buttons that will change the state of a Boolean property of a Thing:

2. I've added the SetPropertyValues service from my Thing (staplerThing) and set it up as shown below.

3. I've done the appropriate (at least I think they are appropriate lol) bindings between the button's click event, the SetPropertyValues and GetPropertyValues services, as illustrated below:
NOTE: estadoTampa is the Boolean property I'm trying to write values to.

I've tried with many other bindings and had no success. The values aren't updated on Thingworx after I click the button (in preview mode).
Any help would be appreciated!
Thanks!!
Best regards,
Rafael Gomes




