Our Brands

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

Welcome to the Schneider Electric Website

Welcome to our website.
		
How can we help you today?
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 save on data usage for modem connections or help improve 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

Schneider Electric Malaysia

Attachment(s)
Find source system name.sql [77 Bytes]
List all LogHandles for source.sql [435 Bytes]
Explore more
Range:
Users group

Discuss this topic with experts

Visit our Community for first-hand insights from experts and peers on this topic and more.
Explore more
Range:

Need help?

  • Product Selector

    Quickly and easily find the right products and accessories for your applications.

  • Get a Quote

    Start your sales enquiry online and an expert will connect with you.

  • Where to buy?

    Easily find the nearest Schneider Electric distributor in your location.

  • Help Centre

    Find support resources for all your needs, in one place.

  • Products Documentation
  • Software Downloads
  • Product Selector
  • Product Substitution and Replacement
  • Help and Contact Centre
  • Find our Offices
  • Get a Quote
  • Where to buy
  • Careers
  • Company Profile
  • Report a misconduct
  • Accessibility
  • Newsroom
  • Investors
  • EcoStruxure
  • Job Search
  • Blog
  • Privacy Policy
  • Cookie Notice
  • Terms of use
  • Change your cookie settings