Skip to main content
1-Visitor
October 7, 2021
Solved

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

  • October 7, 2021
  • 1 reply
  • 2356 views

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 ?

 

Best answer by cmorfin

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

 

1 reply

19-Tanzanite
October 7, 2021

Hi @LG_9935497 

 

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

 

Thank you

Christophe

 

1-Visitor
October 8, 2021

   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

 

cmorfin19-TanzaniteAnswer
19-Tanzanite
October 8, 2021

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