Overview
A counter The Counter is a component used to count the time/duration
Here the Counter is displayed displays duration in HrHH: MinMM: Sec SS format
You can increase or decrease the Time duration
Here by default time is set to 2 minutes
Attributes
...
monitor events using Counter
Attribute
...
1. Time in Milliseconds
You can give the total time in Milliseconds
Once that time is met the
...
Counter will stop counting the time ahead
...
2. Counter Order
You can set Counter orders i.e incrementing or decrementing
Increasing: Counter will start with
a00 value and goes on increasing up to the maximum time
givenset by you
Decreasing: Counter will start with the time value given by you in milliseconds in layout and goes on decreasing up to 00 value
3. Time to Display Warning
...
You can display the warning message
...
after a particular time with the help of the event, refer to this linkEvents
...
e.g In the below screenshot
Time in Milliseconds = 10000
Counter Order is Increasing
Time to Display Warning = 5000 milliseconds
So at 6000 milliseconds, it will display a warning message
Once the total time gets over, it will display an error message
...