我們的品牌

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

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

歡迎訪問我們的網站
		
我们今天能为您提供什么帮助?
PME - How to use LogAcquisitionControl to edit log polling without editing the meter

Issue
There may be a need to reduce or configure PME polling to conserve data usage for modem connections or enhance performance on large device networks.

Product Line
Power Monitoring Expert 7.x
Power Monitoring Expert 8.x
Power Monitoring Expert 9.0
Power Monitoring Expert 2020
Power Monitoring Expert 2021
Power Monitoring Expert 2022
Power Monitoring Expert 2023
Power Monitoring Expert 2024

Environment
Diagnostics Viewer
LogAcquisitionControl

Resolution

Configure the LogAcquisitionControl.xml file:
1. On the PME server, navigate to ...\Program Files (x86)\Schneider Electric\Power Monitoring Expert\config\cfg\logsrv.
2. Make a copy of the LogAcquisitionControl-Example.xml file, then open the copied file in Notepad.
3. Refer to the examples in the file and below to configure the file.
4. Save the file, then rename it to LogAcquisitionControl.xml. After a few seconds, the changes will be automatically applied to the system.

Note:

  • DeviceName is the system name of the device in PME, which can be different than the display name shown in Management Console and other PME applications.
  • PollingInterval can be any number between 1 and 60. This polling interval is how often PME checks for new onboard logs to upload; it is not the polling interval that is set onboard the device.

Example LogAcquisitionControl.xml file:

logacquisitioncontrol file example

PollingInterval is now set to 15:

pollinginterval

Polling is now disabled for the 0xf80 and 0xf8a data recorders:

polling disabled


How to find the DeviceName (system name) of a device in PME:
1. Open SQL Server Management Studio and connect to the PME SQL server.
2. Click New Query.
3. Copy/paste the following script into the Query Editor window, modifying the text Group.DeviceName highlighted below with the name of the source as shown in PME:

USE ION_Data
SELECT Name FROM Source
WHERE DisplayName = 'Group.DeviceName'

system name for a PME source


How to find the LogHandle ("Recorder H") of a data recorder:
1. Open SQL Server Management Studio and connect to the PME SQL server.
2. Click New Query.
3. Copy/paste the following script into the Query Editor window, modifying the text Group.DeviceName highlighted below with the name of the source as shown in PME:

USE ION_Data
SELECT Recorder.Label, RecorderState.LogRegister
FROM Recorder
LEFT JOIN RecorderState
ON Recorder.ID = RecorderState.RecorderID
WHERE Recorder.SourceID IN (SELECT ID FROM Source WHERE DisplayName = 'Group.DeviceName')
ORDER BY Label ASC

4. Refer to the Label column to find the data recorder, then note the value in the LogRegister column.
5. Convert the value in the LogRegister column to Hex.
6. Enter it in the LogAcquistionControl.xml using the format: <Recorder H="0x(hex value from LogRegister)"

loghandle data recorder handle from LogRegister column in SQL

施耐德電機Taiwan

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