Commit Graph

9 Commits (261f2f03fed74ca6590c01faed0c5fb42ef24dc1)

Author SHA1 Message Date
abdelaziz 261f2f03fe - Add ConnectionParam.java to extract the connection parameters under ConnectedAP tag in the CID/SCD file while parsing it.
- Add the ConnectionParam to the ServerModel.java to be retrieved after parsing the CID/SCD file.
- Enhance the SclParser.java to parse the ConnectionParam under the ConnectedAP tag.
- Optimize imports in the SclParser.java
- Remove the unnecessary .toStrings in the SclParser.java
- Replace the If-else with switch case in the SclParser.java
- Edit SclParser.java to set current timestamp.
- Edit SclParser.java to let the Parsed CID/SCD (ServerModel) returns some attributes and Values that programmer may need after parsing.
- Let each returned LogicalDevice that returned from the ServerModel to return their LogicalNodes and some attributes after parsing.
- Let each returned LogicalNode that returned from the LogicalDevice that returned from the ServerModel to return their DataObjects and some attributes after parsing.
- Let FcDataObject returns some attributes after parsing.
- Let FcModelNode returns some attibutes after parsing.
2 years ago
Abdelaziz Said 8ea2199445 - Create a native query to find the DataSourceModbus with the Server ID.
- Edit the Conversion tool to override the Mapping elements when the DataSourceModbus is existing in the database.
- Edit the data_point_modbus table by adding new threshold percentage column.
- Edit the Mapping to consider the thresholdPercentage in the DataPointModbus.
- Edit the APIs to accept requests from the Combo-boxes as an Objects.
4 years ago
Abdelaziz Said bf9f3f9ade - Edit the Data Point Modbus table to contain the last value and last time.
- Add functionality to the IEC61850 Server.
- Create ModbusMasterRTU.java to implements the modbus master functionality.
- Create the Mapping class from Modbus to IEC61850.
4 years ago
Stefan Feuerhahn 9fc7d2376c added eclipse output dirs bin/main and bin/test to gitignore, and ignore them when creating tar file 5 years ago
Stefan Feuerhahn 940a3eaaaf updated gitignore 7 years ago
Stefan Feuerhahn c093bf0038 reduced gitignore file 7 years ago
Stefan Feuerhahn 727c7eaffb added out folder to gitignore 7 years ago
Stefan Feuerhahn 27512e4f5e added .idea to gitignore 8 years ago
Stefan Feuerhahn 0fb4083d38 first commit 8 years ago