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.
Publié pour: Schneider Electric Belgium
Besoin d'aide ?
Sélectionnez le bon produit
Trouvez rapidement et facilement les produits et accessoires adaptés à vos applications.
Obtenir un devis
Effectuez une demande de renseignements en ligne et un expert vous contactera.
Où acheter ?
Trouvez facilement le distributeur Schneider Electric local le plus proche.
Centre d'aide
Trouvez des ressources de support pour tous vos besoins, en un seul endroit.