cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Reset when reach a certain value

JS_10976177
1-Newbie

Reset when reach a certain value

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?

1 REPLY 1

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

Top Tags