Ask our Experts
Didn't find what you are looking for? Ask our experts!
Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!
Schneider Electric support forum about installation and configuration for DCIM including EcoStruxure IT Expert, IT Advisor, Data Center Expert, and NetBotz
Search in
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-04 08:29 PM . Last Modified: 2024-04-04 04:10 AM
Hi,
We have been trying to gather if we can get the Rack weight per rack using the ETL. Anyone who has experience on this area?
(CID:132667423)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-04 08:29 PM . Last Modified: 2024-04-04 04:10 AM
Hi Vineet
Sorry for the delayed answer.
Yes that is possible. The data is available in the swo_kpi table.
The query below should get you started.
select ci_name, kpi_value, kpi_serie_type, ci_type from swo_kpi k, configuration_item ci where kpi_serie_type = 'TOTAL_WEIGHT' and k.ci_id = ci.ci_id;Best,
Niels
(CID:133367416)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-04 08:29 PM . Last Modified: 2024-04-04 04:10 AM
Hi Vineet
Sorry for the delayed answer.
Yes that is possible. The data is available in the swo_kpi table.
The query below should get you started.
select ci_name, kpi_value, kpi_serie_type, ci_type from swo_kpi k, configuration_item ci where kpi_serie_type = 'TOTAL_WEIGHT' and k.ci_id = ci.ci_id;Best,
Niels
(CID:133367416)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-04 08:29 PM . Last Modified: 2024-04-04 04:10 AM
Thanks Niels , Let me work using this.
(CID:133367474)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-04 08:29 PM . Last Modified: 2023-10-22 03:43 AM
This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.
Link copied. Please paste this link to share this article on your social media post.
You’ve reached the end of your document
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.