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.
Publikováno pro: Schneider Electric Česká republika
Potřebujete pomoc?
Nástroj pro výběr produktů
Rychle a snadno vyhledávejte správné produkty a příslušenství pro vaše aplikace.
Získejte nabídku
Poptejte se nás online a náš lokální specialista se s vámi spojí!
Kde nakoupit?
Jednoduše najděte nejbližšího distributora výrobků Schneider Electric ve vašem okolí.
Centrum nápovědy
Zdroje podpory pro všechny své potřeby najdete na jednom místě.