我們的品牌

Impact-Company-Logo-English Black-01-177x54

歡迎造訪施耐德電機全球網站

歡迎訪問我們的網站
		
我们今天能为您提供什么帮助?
Inactive alarms show active in Power Monitoring Expert Web Application

Issue
When viewing the Alarms tab in Power Monitoring Expert (PME), some alarms are stuck in an active state even though they no longer have active conditions. These alarms also do not show up in in Management Console's Deactivate Alarms tool.

Product Line
Power Monitoring Expert (PME) 9.0
Power Monitoring Expert (PME) 2020

Power Monitoring Expert (PME) 2021
Power Monitoring Expert (PME) 2022
Power Monitoring Expert (PME) 2023
Power Monitoring Expert (PME) 2024

Environment
Web Applications "Alarms" tab

Cause
The Alarm is still showing as active because the dropout condition for the alarm was never logged.

Resolution
First double-check to make sure the alarms you want to deactivate meet inactive conditions. After checking, go into Management Console -> Tools -> Deactivate Alarms -> Load Active Alarms. If the alarm shows up then deactivate it here. If not, determine the exact alarms that need to be deactivated from Alarm Viewer in the Web Applications. Note the Name, Type, Category, and Priority of the alarm. Then connect to SQL Server Management Studio.

*Warning: Irreparable database damage can occur. This procedure should only be performed by users familiar with SQL Server Management Studio. Databases should be backed up prior to performing this procedure.* Be sure to back up the ION_DATA database before running any SQL queries

  1. In SQL expand Databases, ION_Data, and views.
  2. Right-click on dbo.vAlarmDefinition and click Select Top 1000 Rows.
  3. Locate the alarm the needs to be deactivated.
  4. Note the SourceID, Category, Priority, and that isActive is equal to 1.
  5. Open a new query by: File -> New -> Query with Current Connection.
  6. In the new query past the script below and change the SourceID, Category, and Priority to match the desired alarm parameters.
  7. Execute this query by pressing the green triangle next to the word Execute.
  8. Back in the Web Application refresh the alarms page and the alarm will have switch to not being active.
  9. Repeat these steps for all the alarms desired for deactivation

/*change <ALM_GENERIC_SETPOINT>, <192>, and <7> to fit the parameters of desired alarm*/
SELECT * FROM vAlarmDefinition
UPDATE AlarmDefinition SET  isActive = 0 WHERE (isActive = 1 AND Category = 'ALM_GENERIC_SETPOINT' AND Priority = 192 AND SourceID = 7);

施耐德電機Taiwan

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