我们今天能为您提供什么帮助?

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

  1. 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.
  2. Navigate to the Transfer Switches tab and select the transfer switch causing the issue.
  3. 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.
  4. 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');
    
  5. 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

需要協助?

需要協助?

產品選型工具

產品選型工具

快速輕鬆地為您的應用找到合適的產品和附件。

取得報價

取得報價

立即線上提交您的銷售需求,專業團隊將主動聯繫您。

購買地點

購買地點

輕鬆在您所在地區找到最近的施耐德電機經銷商。

支援中心

支援中心

在同一位置找到滿足您所有需求的支援資源。

  • 產品文檔
  • 軟體下載
  • 產品選型工具
  • 產品替代和替換
  • 幫助和聯絡中心
  • 尋找我們的辦公室
  • 取得報價
  • 施耐德電機社群
  • 人才招募
  • 公司簡介
  • 舉報不當行為
  • 無障礙
  • 新聞中心
  • 投資者
  • 專業洞察
  • 台灣施耐德電機學院
  • 綠色影響力落差調查
  • Schneider Go Green 2025
  • 隱私政策
  • Cookie通告
  • 使用條款
  • Change your cookie settings