Skip to main content
Answer

How can I see the number of tags per plant in TrendMiner?

  • April 9, 2025
  • 2 replies
  • 92 views

Hello, this is my first post.  We have just started using TrendMiner and have set up multiple plants.  I have been asked how many tags there are per plant.  I can get that number from the historians, but would like to know if there is a way to do that in TrendMiner.  I can’t seem to figure it out and was hoping that someone could help me.  Thank you.  

Best answer by eddieh

Hi Jim, that’s a great question! 

We currently do not display the number of tags for each data source in ConfigHub. Our team definitely has it in the roadmap to add some more metrics for each datasource and make it available for admins like you.

The way to currently get and count the number of tags for each data source (each plant), is by sending a API GET request from the connector using the following endpoint.

/api/v2/tags?historianName={DataSourceName}

 

2 replies

eddieh
Employee
Forum|alt.badge.img
  • Employee
  • Answer
  • April 9, 2025

Hi Jim, that’s a great question! 

We currently do not display the number of tags for each data source in ConfigHub. Our team definitely has it in the roadmap to add some more metrics for each datasource and make it available for admins like you.

The way to currently get and count the number of tags for each data source (each plant), is by sending a API GET request from the connector using the following endpoint.

/api/v2/tags?historianName={DataSourceName}

 


  • Author
  • Explorer
  • April 10, 2025

Thanks very much