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

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

how to create a dashboard that connects the results from analytics manager ?

LG_9935497
6-Contributor

how to create a dashboard that connects the results from analytics manager ?

I am new to thingworx so can someone please brief about ,how to go about displaying the analytics manger results in a dashboard ? or how a dashboard can be connected to the results from analytics manager ?

 

1 ACCEPTED SOLUTION

Accepted Solutions
cmorfin
19-Tanzanite
(To:LG_9935497)

Hi @LG_9935497 

 

Let me know if I am wrong but by the look of it, this relates to a model that has been created in ThingWorx Analytics Builder.
So if you want to display the result of a prediction in a mashup you do not necessarily need to go through Analytics Manager.

You can use the AnalyticsServer_PredictionThing.RealtimeScore() or BatchScore() services, and display the result in your mashup.

Alternatively, using Analytics Manager, you will want to create an Analysis Event mapped to the properties of a real thing.

You can then display the property value in your mashup.
I think you have an example of this at https://developer.thingworx.com/en/resources/guides/operationalize-analytics-model/operationalized-model 

Also look at https://community.ptc.com/t5/IoT-Tech-Tips/Analytics-Prediction-Methods-Mashup/m-p/570921 as it covers both option Analytics Manager and scoring services.

 

Hope this helps

Christophe

 

View solution in original post

3 REPLIES 3
cmorfin
19-Tanzanite
(To:LG_9935497)

Hi @LG_9935497 

 

Could you please post a screenshot of the type of result form Analytics Manager you want to display ?

 

Thank you

Christophe

 

LG_9935497
6-Contributor
(To:cmorfin)

   hi  @cmorfin These are basically model results to find the temperature of a machine and its basically now in analytics manager . 

LG_9935497_0-1633668216405.png

 

cmorfin
19-Tanzanite
(To:LG_9935497)

Hi @LG_9935497 

 

Let me know if I am wrong but by the look of it, this relates to a model that has been created in ThingWorx Analytics Builder.
So if you want to display the result of a prediction in a mashup you do not necessarily need to go through Analytics Manager.

You can use the AnalyticsServer_PredictionThing.RealtimeScore() or BatchScore() services, and display the result in your mashup.

Alternatively, using Analytics Manager, you will want to create an Analysis Event mapped to the properties of a real thing.

You can then display the property value in your mashup.
I think you have an example of this at https://developer.thingworx.com/en/resources/guides/operationalize-analytics-model/operationalized-model 

Also look at https://community.ptc.com/t5/IoT-Tech-Tips/Analytics-Prediction-Methods-Mashup/m-p/570921 as it covers both option Analytics Manager and scoring services.

 

Hope this helps

Christophe

 

Top Tags