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.
게시 대상: 슈나이더 일렉트릭 Korea
도움이 필요하신가요?
제품 선택기
애플리케이션에 적합한 제품과 액세서리를 빠르고 쉽게 찾을 수 있습니다.
견적 받기
영업 관련하여 온라인으로 문의하시면 전문가가 연락드립니다.
구매처
해당 지역의 가장 가까운 슈나이더 일렉트릭 대리점을 쉽게 찾을 수 있습니다.
지원 센터
한 곳에서 모든 요구 사항에 대한 지원 리소스를 찾아보십시오.