How can we help you today?
You are currently viewing the content available in Vietnam. If you are looking for information for another region, please select the correct country from the top-left dropdown in the page and 'Navigate to Browse FAQs' in the Support menu.

Why does a meter event log alarm display a different phase for the Cause and Event columns in PME 7.2.2?

Issue:
A customer sees an alarm within a Vista meter event log, but the Effect and Cause columns indicate different phases as seen in the screen shot below.

Vista log


Product Line:
Power Monitoring Expert 7.2.2

Power Monitoring Expert 8.0

Power Monitoring Expert 8.1

Environment:
Vista

Cause:
When checking the same event coming directly from the meter through ION Setup the phase indicated is consistent.  The source of the issue is with the Vista Event Log query.

event log

Resolution:
The Event Log query pulls the text for the Cause column "I b" from the EventString table within ION_Data, but this string is associated with QuantityID 517 which is "Current Phase C".  The SQL query below can be run to update the EventString table appropriately.

** Ensure that recent database back ups are available. Modifying the database tables can potentially damage them, so it is recommended that only those familiar with SQL Management Studio run this query.  **

UPDATE ION_Data.dbo.EventString
Set QuantityID = 516
WHERE String = 'I b'

Note* This behavior is not observed in PME 9.0

Recommendation:

If you are using an older version of PME, consider upgrading to the latest version for improved protocol support and security. For assistance with integration or upgrades, contact Schneider Electric Technical Support at: pmo.support@se.com

Support details


Schneider Electric Vietnam

Users group

Discuss this topic with experts

Visit our community and get advice from experts and peers on this topic and more
  • Products Documentation
  • Software Downloads
  • Product Selector
  • Product Substitution and Replacement
  • Help and Contact Center
  • Find our Offices
  • Get a Quote
  • Where to buy
  • Schneider Electric Community
  • Careers
  • Company Profile
  • Report a misconduct
  • Accessibility
  • Investors
  • EcoStruxure
  • Job Search
  • Blog
  • Privacy Policy
  • Cookie Notice
  • Terms of use
  • Change your cookie settings