Issue with Boolean Property Not Updating in Thing
- August 7, 2025
- 1 reply
- 707 views
Hello everyone,
I'm encountering an issue where a boolean property in a Thing is not updating as expected, even though it updates correctly in the associated service. I am using Thingworx 9.4.6 and KEPServerEX 6.15 version.
Setup:
I have a ThingShape that defines three properties:
currentEnergy (Number)
energyThreshold (Number)
overThreshold(Boolean)
The currentEnergy property is mapped to a Kepware tag value using simulation. I can see that currentEnergy updates correctly in the Thing.
A service is written in the ThingTemplate. In this service, the logic compares currentEnergy with energyThreshold . If currentEnergy > energyThreshold , the overThreshold property is set to true.
Issue:
When I click the refresh button in the Thing, the currentEnergy value updates as expected. However, the overThreshold boolean does not update accordingly based on the service logic.
Can someone help me identify why the overThreshold value isnโt updating? Iโve attached relevant references (PFA) to help with understanding the issue.
Thank you in advance for your support!
- Ananta

