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
Hello, I'm working on an anomaly alert and I'm just trying to understand it.
I've created a Timer Thing with a number property called "value" and I've set an anomaly alert on this property.
This property changes due a subscription whose code is quite simple:
me.value += Math.random() * 3 - 1.5;
So I've got my value changing every second.
My anomaly alert status went from Initializing, to Calibrating and then to Monitoring.
It is stuck now.
I don't get how does it switches from Monitoring to Training.
Thanks
Solved! Go to Solution.
The monitoring state is the last one and the normal functioning state.
Training comes after Calibrating.
The fact that you are in monitoring means all appears ok, and the alert is monitoring the signal for anomalies.
See this page of the Help Center for info on the different states: https://support.ptc.com/help/thingworx_hc/thingworx_analytics_8/#page/analytics%2Fanomaly_alert_statuses.html%23
Hope this helps
Kind regards
Christophe
The monitoring state is the last one and the normal functioning state.
Training comes after Calibrating.
The fact that you are in monitoring means all appears ok, and the alert is monitoring the signal for anomalies.
See this page of the Help Center for info on the different states: https://support.ptc.com/help/thingworx_hc/thingworx_analytics_8/#page/analytics%2Fanomaly_alert_statuses.html%23
Hope this helps
Kind regards
Christophe
My bad, sorry
Thanks for your reply