What quantities are logged in the ION_Data database for Alarm Web configuration?
Issue
PME Alarm Web Configuration does not show digital inputs or Alarms created from digital inputs do not populate within Web Applications
Product Line
Power Monitoring Expert 8.2
Power Monitoring Expert 9.0+
Power Monitoring Expert 2020
Power Monitoring Expert 2021
Power Monitoring Expert 2022
Power Monitoring Expert 2023
Environment
SQL Server Management Studio
Cause
The digital input needs to map to a measurement that PME can resolve.
Resolution
*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.*
The following query returns all the quantities being logged, including the ones in VIP.
USE ION_Data
SELECT s.Name SOURCE_NAME, r.Label RECORDER_NAME, c.Label CHANNEL_NAME, q.Name QUANTITY_NAME
FROM Source s INNER JOIN Recorder r
ON s.ID = R.SourceID INNER JOIN Channel c
ON r.ID = c.RecorderID INNER JOIN Quantity q
ON c.QuantityID = q.ID
order by s.Name, r.Label, c.Label
Below is a sample of the result set:
게시 대상: 슈나이더 일렉트릭 Korea




도움이 필요하신가요?
제품 선택기
애플리케이션에 적합한 제품과 액세서리를 빠르고 쉽게 찾을 수 있습니다.
견적 받기
영업 관련하여 온라인으로 문의하시면 전문가가 연락드립니다.
구매처
해당 지역의 가장 가까운 슈나이더 일렉트릭 대리점을 쉽게 찾을 수 있습니다.
지원 센터
한 곳에서 모든 요구 사항에 대한 지원 리소스를 찾아보십시오.