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

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

Anomaly alert stuck in Monitoring

fmanniti
9-Granite

Anomaly alert stuck in Monitoring

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

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
cmorfin
19-Tanzanite
(To:fmanniti)

@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

 

View solution in original post

2 REPLIES 2
cmorfin
19-Tanzanite
(To:fmanniti)

@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

 

My bad, sorry

Thanks for your reply

 

Top Tags