Remotely Bound Properties values are not updated on Thingworx Platfrom
- December 6, 2023
- 2 replies
- 1315 views
We have a Remote thing, in which we have set of the properties, and it is remotely bound to Edge Thing.
So far everything is good, but when we set the values for properties from Lua script (Edge Side), These values are not reflecting in Thing Worx Platform Side automatically. Every time we have to open a property page from composer and hit refresh button to see the property change value. Why are the values not updating automatically? How to overcome this?
I have provided sample configuration and settings for one for the property called "ErrorMessageChanged" for your reference.
Lua Script this is how property has been initialized:
-----------------------------------------------------
properties.ErrorMessageChanged = { baseType="BOOLEAN", pushType="ALWAYS", value=false}
Lua Script this how the property has been Set:
--------------------------------------------------
properties.ErrorMessageChanged.value = true
ErrorMessageChanged Property configuration on Thing Worx platform side has been attached.

