Skip to main content
1-Visitor
August 1, 2019
Solved

Anomaly alert stuck in Monitoring

  • August 1, 2019
  • 1 reply
  • 1471 views

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

 

 

Best answer by cmorfin

@fmanniti 

 

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

 

1 reply

cmorfin19-TanzaniteAnswer
19-Tanzanite
August 1, 2019

@fmanniti 

 

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

 

fmanniti1-VisitorAuthor
1-Visitor
August 1, 2019

My bad, sorry

Thanks for your reply