Power Monitoring Expert (PME) Generator Test EPSS Report Does Not Show Data for ATS Transfer Switch Run
Issue
In the Power Monitoring Expert (PME) web application's reports, the Generator Test EPSS Report generates but does not show data for an Automatic Transfer Switch (ATS) that is included in the inputs and shown as a source in the report. In the settings > system log, a warning message is shown "(Transfer Switch) Source 'GroupName.Name' does not yield an event state its set of discrete inputs. possesses Test. possesses Emergency. lacks Normal."
Product line
Power Monitoring Expert 8.2
Power Monitoring Expert 9.x
Power Monitoring Expert 2020
Power Monitoring Expert 2021
Power Monitoring Expert 2022
Power Monitoring Expert 2023
Power Monitoring Expert 2024
Environment
Power Monitoring Expert (PME)
SQL Server Management Studio (SSMS)
Cause
ATS monitoring devices' data points are assigned to normal, test, and emergency in the PME Generator Performance Configuration Tool. If the data for all three of these data points is either 1) not logged, or 2) the data points are not correctly assigned in the tool, the report cannot show accurate test data for the ATS source.
Resolution
- Open to the Generator Performance Configuration in the Power Monitoring Expert > Configuration Tools folder on your desktop or in the location C:\[PME Installation Folder]\system\bin.
- Navigate to the Transfer Switches tab and select the transfer switch causing the issue.
- In the "Status Measurements" area, ensure the source is correctly selected, and that the normal, test, and emergency data names in the combo-boxes have logged data for the selected source.
- You can verify this by using SQL Server Management Studio (SSMS). Replace the text GroupName.Name with your source name as it appears in the source combo box. Replace the text for normal, test, and emergency with the names that appear in the combo boxes below. If the results show data for all three of the measurements for one test, it is valid and should appear in the report. If any of the three data points is missing for a run, it is not valid.
USE ION_Data; SELECT d.*, s.DisplayName AS SourceName, q.Name AS QuantityName FROM dbo.Datalog2 AS d INNER JOIN dbo.Source AS s ON d.SourceID = s.ID INNER JOIN dbo.Quantity AS q ON d.QuantityID = q.ID WHERE s.DisplayName = 'GroupName.Name' AND q.Name IN ('Normal', 'Test', 'Emergency'); - The source may have logged the data under a different name then what was specified in the tool. Once it is determined, it needs to be corrected in the tool. After it is correct, hit 'Apply' and the Run History will refresh.
發佈於: 施耐德電機Taiwan
需要協助?
產品選型工具
快速輕鬆地為您的應用找到合適的產品和附件。
取得報價
立即線上提交您的銷售需求,專業團隊將主動聯繫您。
購買地點
輕鬆在您所在地區找到最近的施耐德電機經銷商。
支援中心
在同一位置找到滿足您所有需求的支援資源。