Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
I have a problem with a tag, its value sometimes explodes and I need to insert a limit in that tag and when it reaches that limit, its counter goes to 0.
Please, how do I do this?
You can set up a subscription to that property change event and then write some logic to reset it when it reaches your limit. In the Subscriptions tab, hit New Subscription and then select Data Change event and that property that you want to watch.
Here's a link to the guide
-- Nick