Commit Graph

10 Commits (0eee857775a86c8afd46675a8715637fd54339c5)

Author SHA1 Message Date
Abdelaziz Said 0eee857775 - Change Modbus Master Connection type from JSSC to JSerialComm
- Edit the Runtime Module to be run with the tester.
4 years ago
Abdelaziz Said 1a6dea4f63 - Add new APIs to DataSource61850, DataPoint61850, DataSourceModbus, DataPointModbus 4 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 0948a27a0c - Put the ServerModel and ServerSap inside the Runtime Controller and remove them from the thread to prevent parsing each loop.
- Remove the IED, and DataSet tables from the schema.
- Rename the ConfigurationManager.java to CachingRepository.java
4 years ago
Abdelaziz Said eea184e996 - Finished the Runtime module to retrieve the runtime mapping from the database.
- Created a layer to check if the system is Windows or Linux.
- Edited the  problem of the scanBasePackages.
- Added functionalities to the IECServer in the common module.
4 years ago
Abdelaziz Said d814fe2ddd - Create AppConfiguration.java to check if the system is Windows or linux. 4 years ago
Abdelaziz Said ac45a7cce2 - 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
Abdelaziz Said 271dbc0fc2 - Add the Jlibmodbus library as a module in the project.
- Edit the Jlibmodbus library to supports the little endian and big endian modbus slaves which contains three registers (48 bits).
- Put the IEC61850 Server Connection in the Common module.
4 years ago
Abdelaziz Said 3ddfa9aee8 - Create a new module named Common and put the model, Service, and DAOs, and the util inside it. 4 years ago
Abdelaziz Said f1360c7881 - Edit the IEC61850 Library as needed and converted it from gradle to maven project. 4 years ago