Skip to content
Snippets Groups Projects
Commit b2e1c157 authored by al.schwinn's avatar al.schwinn
Browse files

Remove duplication in subproject readme files

parent 30204837
No related branches found
No related tags found
No related merge requests found
# silecs-cli-client # silecs-cli-client
This component of the SILECS PLC-framework allows to connect to a silecs-configured PLC by using the command-line This component of the opensilecs PLC-framework allows to connect to a silecs-configured PLC by using the command-line
Options: Options:
...@@ -16,10 +16,6 @@ Options: ...@@ -16,10 +16,6 @@ Options:
* -r optional, register to get/set * -r optional, register to get/set
* -s silent, minimal output (only the register-values, no meta information) * -s silent, minimal output (only the register-values, no meta information)
# Disclaimer
The GSI Version of Silecs is a fork of the CERN Silecs version. It was forked 2018 and has evolved into a slightly different framework. The fork was required because CERN did not merge GSI merge requests, and generally does not respect the GPL v3 licence (source code and issue tracker only visible in the CERN walled garden, CERN account and special privileges required, software only builds and runs within CERN infrastructure ). That makes a collaboration/contributions impossible.
## Getting Started ## Getting Started
In order to use the silecs command line client, best first check the scripts in the [examples](examples) folder. In order to use the silecs command line client, best first check the scripts in the [examples](examples) folder.
...@@ -29,10 +25,3 @@ You can copy these scripts and adjust them to your personal needs. ...@@ -29,10 +25,3 @@ You can copy these scripts and adjust them to your personal needs.
For more information, check the [GSI SILECS Wiki Page][GSI_Wiki] For more information, check the [GSI SILECS Wiki Page][GSI_Wiki]
Check the section 'Configuration of the SILECS development Environment' in order to add `silecs-cli-client` to your `$PATH` variable Check the section 'Configuration of the SILECS development Environment' in order to add `silecs-cli-client` to your `$PATH` variable
## License
Licensed under the GNU GENERAL PUBLIC LICENSE Version 3. See the [LICENSE file][license] for details.
[license]: LICENSE
[GSI_Wiki]: https://www-acc.gsi.de/wiki/Frontend/SILECS
# silecs-cli # silecs-cli
CLI client for silecs project creation, xml validation, code generation and opening of the diagnostic GUI Command line tool for silecs project creation, xml validation, code generation, etc.
Component of the opensilecs PLC-framework.
\ No newline at end of file
# silecs-codegen # silecs-codegen
This component of the SILECS PLC-framework generates FESA and stand-alone C++ code from an existing silecs-project in order to ease the usage of the package silecs-communication-cpp This component of the opensilecs PLC-framework generates FESA and stand-alone C++ code from an existing silecs-project in order to ease the usage of the package silecs-communication-cpp
\ No newline at end of file
# Disclaimer
The GSI Version of Silecs is a fork of the CERN Silecs version. It was forked 2018 and has evolved into a slightly different framework. The fork was required because CERN did not merge GSI merge requests, and generally does not respect the GPL v3 licence (source code and issue tracker only visible in the CERN walled garden, CERN account and special privileges required, software only builds and runs within CERN infrastructure ). That makes a collaboration/contributions impossible.
## Getting Started
Please check the SILECS-Wiki for more information:
[GSI SILECS Wiki Page][GSI_Wiki]
## License
Licensed under the GNU GENERAL PUBLIC LICENSE Version 3. See the [LICENSE file][license] for details.
[license]: LICENSE
[GSI_Wiki]: https://www-acc.gsi.de/wiki/Frontend/SILECS
# Disclaimer # silecs-communication-cpp
The GSI Version of Silecs is a fork of the CERN Silecs version. It was forked 2018 and has evolved into a slightly different framework. The fork was required because CERN did not merge GSI merge requests, and generally does not respect the GPL v3 licence (source code and issue tracker only visible in the CERN walled garden, CERN account and special privileges required, software only builds and runs within CERN infrastructure ). That makes a collaboration/contributions impossible. This component of the opensilecs PLC-framework provides a C++ library to establishes PLC-connections by using brand-specific protocols and provides an generic API to get/set values on the PLC.
\ No newline at end of file
This component of the SILECS PLC-framework establishes a PLC-connection by using brand-specific protocols
## Getting Started
Please check the SILECS-Wiki for more information:
[GSI SILECS Wiki Page][GSI_Wiki]
## License
Licensed under the GNU GENERAL PUBLIC LICENSE Version 3. See the [LICENSE file][license] for details.
[license]: LICENSE
[GSI_Wiki]: https://www-acc.gsi.de/wiki/Frontend/SILECS
\ No newline at end of file
# silecs-codegen # silecs-diagnostic-cpp
This component of the SILECS PLC-framework allows easy visible access to PLC variables for existing silecs-projects by making use of the package silecs-communication-cpp This component of the opensilecs PLC-framework is a Qt GUI which allows easy visible access to PLC variables for existing silecs-projects by making use of the package silecs-communication-cpp
# Disclaimer
The GSI Version of Silecs is a fork of the CERN Silecs version. It was forked 2018 and has evolved into a slightly different framework. The fork was required because CERN did not merge GSI merge requests, and generally does not respect the GPL v3 licence (source code and issue tracker only visible in the CERN walled garden, CERN account and special privileges required, software only builds and runs within CERN infrastructure ). That makes a collaboration/contributions impossible.
## Getting Started
Please check the SILECS-Wiki for more information:
[GSI SILECS Wiki Page][GSI_Wiki]
## License
Licensed under the GNU GENERAL PUBLIC LICENSE Version 3. See the [LICENSE file][license] for details.
[license]: LICENSE
[GSI_Wiki]: https://www-acc.gsi.de/wiki/Frontend/SILECS
\ No newline at end of file
# silecs-codegen # silecs-model
This component of the SILECS PLC-framework is used in order to validate silecs-project-specific XML files. This component of the opensilecs PLC-framework is used in order to validate silecs-project-specific XML files.
\ No newline at end of file
# Disclaimer
The GSI Version of Silecs is a fork of the CERN Silecs version. It was forked 2018 and has evolved into a slightly different framework. The fork was required because CERN did not merge GSI merge requests, and generally does not respect the GPL v3 licence (source code and issue tracker only visible in the CERN walled garden, CERN account and special privileges required, software only builds and runs within CERN infrastructure ). That makes a collaboration/contributions impossible.
## Getting Started
Please check the SILECS-Wiki for more information:
[GSI SILECS Wiki Page][GSI_Wiki]
## License
Licensed under the GNU GENERAL PUBLIC LICENSE Version 3. See the [LICENSE file][license] for details.
[license]: LICENSE
[GSI_Wiki]: https://www-acc.gsi.de/wiki/Frontend/SILECS
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment