{}

Our Brands

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

Welcome to the Schneider Electric Website

Welcome to our website.
Search FAQs
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 9.0
Power Monitoring Expert 2020

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);

Schneider Electric Thailand

Related products for Schneider Electric Thailand
Range:
Articles that might be helpful Users group

Discuss this topic with experts

Visit our Community for first-hand insights from experts and peers on this topic and more.
Related products for Schneider Electric Thailand
Range: