How to generate a list of DNP3 Generic or Modbus - Advanced Generic Direct Outstations with their IP Addresses - Single Network
It might be helpful, for maintenance purposes, to have a list of outstations with their respective IP Addresses. Below are two queries that can be used to generate such lists for DNP3 Generic points and Modbus – Advanced Generic Direct Outstations, respectively:
SELECT
O.ID, O.FULLNAME, N.ADDRESS
FROM
CDNP3OSDIRECT AS O CROSS JOIN CSINGLENETWORK AS N
WHERE
O.ID = N.ID
ORDER BY
"FullName" ASC
-----------------------------------------------
SELECT
O.ID, O.FULLNAME, N.ADDRESS
FROM
CGENERICMODBUSOSDIRECT AS O CROSS JOIN CSINGLENETWORK AS N
WHERE
O.ID = N.ID
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.
發佈於: 施耐德電機Taiwan
需要協助?
產品選型工具
快速輕鬆地為您的應用找到合適的產品和附件。
取得報價
立即線上提交您的銷售需求,專業團隊將主動聯繫您。
購買地點
輕鬆在您所在地區找到最近的施耐德電機經銷商。
支援中心
在同一位置找到滿足您所有需求的支援資源。