-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Abdelaziz Said Modifications #38
Open
AbdelazizSaid250
wants to merge
17
commits into
beanit:master
Choose a base branch
from
AbdelazizSaid250:feat/AS-4
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AbdelazizSaid250
commented
Jul 6, 2023
- Add ConnectionParam.java to extract the connection parameters under the 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 the switch case in the SclParser.java
- Edit SclParser.java to set the current timestamp.
- Edit SclParser.java to let the Parsed CID/SCD (ServerModel) returns some attributes and Values that the programmer may need after parsing.
- Let each returned LogicalDevice that returned from the ServerModel return their LogicalNodes and some attributes after parsing.
- Let each returned LogicalNode that returned from the LogicalDevice that returned from the ServerModel return their DataObjects and some attributes after parsing.
- Let FcDataObject returns some attributes after parsing.
- Let FcModelNode returns some attributes after parsing.
… 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 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.
…Os, and the util inside it.
- 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.
… time. - Add functionality to the IEC61850 Server. - Create ModbusMasterRTU.java to implements the modbus master functionality. - Create the Mapping class from Modbus to IEC61850.
… time. - Add functionality to the IEC61850 Server. - Create ModbusMasterRTU.java to implements the modbus master functionality. - Create the Mapping class from Modbus to IEC61850.
…e 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.
… 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
- 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.
- Edit the Runtime Module to be run with the tester.
… 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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.