Merek kami

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

Selamat datang di Situs Web Schneider Electric

Selamat datang di situs web kami.
		
Bagaimana kami dapat membantu Anda hari ini?
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);

Schneider Electric Indonesia

Jelajahi lebih lanjut
Rentang:
Jelajahi lebih lanjut
Rentang:

Perlu bantuan?

  • Pemilih produk

    Temukan produk dan aksesoris yang tepat untuk aplikasi Anda secara cepat dan mudah.

  • Dapatkan Penawaran Harga

    Silakan kirimkan pertanyaan terkait penjualan secara online dan pakar kami akan menghubungi Anda.

  • Tempat pembelian

    Temukan distributor Schneider Electric terdekat di lokasi Anda dengan mudah.

  • Pusat Bantuan

    Temukan sumber daya dukungan untuk seluruh kebutuhan Anda, di satu tempat.

  • Dokumentasi Produk
  • Unduhan Perangkat Lunak
  • Pemilih Produk
  • Penggantian dan Penggantian Produk
  • Pusat Bantuan dan Kontak
  • Temukan Kantor kami
  • Dapatkan penawaran harga
  • Tempat Pembelian
  • Karier
  • Profil Perusahaan
  • Melaporkan pelanggaran
  • Aksesibilitas
  • Newsroom
  • Investor
  • EcoStruxure
  • Pencarian Pekerjaan
  • Blog
  • Kebijakan Privasi
  • Pemberitahuan Cookie
  • Ketentuan penggunaan
  • Change your cookie settings