Nos marques

Bienvenue sur le site Web de Schneider Electric

Bienvenue sur notre site Web.
		
En quoi pouvons-nous vous aider aujourd'hui ?
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 Belgium

Pièce(s) jointe(s)
Find source system name.sql [77 Bytes]
List all LogHandles for source.sql [435 Bytes]
En savoir plus
Gamme :
En savoir plus
Gamme :

Besoin d'aide ?

  • Sélectionnez le bon produit

    Trouvez rapidement et facilement les produits et accessoires adaptés à vos applications.

  • Obtenir un devis

    Effectuez une demande de renseignements en ligne et un expert vous contactera.

  • Où acheter ?

    Trouvez facilement le distributeur Schneider Electric local le plus proche.

  • Centre d'aide

    Trouvez des ressources de support pour tous vos besoins, en un seul endroit.

  • Documentation produits
  • Téléchargement de logiciels
  • Sélecteur de produits
  • Substitution et remplacement de produits
  • Centre d'aide et de contact
  • Trouver nos sites
  • Obtenir un devis
  • Où acheter
  • Communauté Schneider Electric
  • Carrières
  • Qui sommes-nous ?
  • Signaler une mauvaise conduite
  • Accessibilité
  • Salle de presse
  • Partenaires
  • EcoStruxure
  • Nos emplois
  • Blog
  • Soyez informé des nouveautés en premier ?
  • Protection des données
  • Mention sur les cookies
  • Conditions d utilisation
  • Conditions générales de vente et d'achat
  • Change your cookie settings