브랜드

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

슈나이더 일렉트릭 Korea

자세히 알아보기
제품군
자세히 알아보기
제품군
  • 제품 문서
  • 소프트웨어 다운로드
  • 제품 선택기
  • 제품 대체 및 교체
  • 지원 및 연락처 센터
  • 영업소 검색
  • 견적 받기
  • 채용
  • 회사 소개
  • 부정 행위 보고
  • 접근성
  • 뉴스룸
  • 투자자
  • Ecostruxure
  • 작업 검색
  • 블로그
  • 개인정보 취급방침
  • 쿠키 공지
  • 사용 약관
  • Change your cookie settings