How can we help you today?

How to generate a list of DNP3 or Modbus - Advanced points with historic enabled

It might be helpful, for maintenance purposes, to have a list of points that have the “Historic” option enabled. Below are two queries that can be used to generate such lists for DNP3 points and Modbus – Advanced points respectively:

SELECT

ID, FULLNAME

FROM

CDNP3POINT

WHERE

( "Historic" = TRUE )

ORDER BY

"FullName" ASC

----------------------------------------------

SELECT

ID, FULLNAME

FROM

CADVMODBUSPOINT

WHERE

( "Historic" = TRUE )

ORDER BY

"FullName" ASC

Please note that similar queries can be used to generate lists for other drivers. Proper tables for each driver can be found by using the Database Schema. More information on how to use the Database Schema can be found int the manual.

Schneider Electric USA

Explore more
Product:
Users group

Discuss this topic with experts

Visit our community and get advice from experts and peers on this topic and more
Explore more
Product:
  • Help and Contact Center
  • Contact Sales
  • Find our Offices
  • Where to Buy
  • Tech Support: 877-342-5173
  • Careers
  • Company Profile
  • Investors
  • Newsroom
  • Report a Misconduct
  • Product Documentation
  • Software and Firmware
  • Product Selector
  • Product Replacement
  • DigestPLUS Online Catalogue
  • Blog
  • Events
  • Schneider Electric Community
  • Sustainability
  • Privacy Policy
  • Cookie Notice
  • Terms of use
  • Change your cookie settings