Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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