diff options
author | Vishnu Easwaran E | 2020-05-14 17:43:09 +0530 |
---|---|---|
committer | Vishnu Easwaran E | 2020-05-14 17:43:09 +0530 |
commit | 383b8c142e54dc4a08ce75d79ebc557b8c540502 (patch) | |
tree | 90a6bc1eded3a5338b1cc20f9b680c5461ee85ad | |
parent | d88206ed6966051c265aa0ef36f35dd28c1ee5a9 (diff) | |
download | OpenPLC-383b8c142e54dc4a08ce75d79ebc557b8c540502.tar.gz OpenPLC-383b8c142e54dc4a08ce75d79ebc557b8c540502.tar.bz2 OpenPLC-383b8c142e54dc4a08ce75d79ebc557b8c540502.zip |
[vishnu] Added "Directory structure" and LICENSE info.
-rwxr-xr-x | README.md | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -35,6 +35,22 @@ The two versions of PLCs uses two different software for programming. OpenPLC is developed by [FOSSEE](https://fossee.in/) and by users like you. We welcome both pull requests and issues on GitHub. How to and guides pertaining to both *software *and *hardware* can be found in the respective directories. +# Directory Structure + + . + ├── Documentation # documentation for ladder diagrams + ├── Experiments # some examples in LD + ├── Images # images used in this README + ├── ladder-files # some beginners ladder examples + ├── Resources # hardware design directory + │ ├── modules # designs of all modules + │ ├── OpenPLCv1 # design of Version 1 PLC + │ └── OpenPLCv2 # design of Version 2 PLC + └── Software # Details on LDMicro and 4diac + ├── OpenPLC V1 # LDMicro + └── OpenPLC V2 # Eclipse 4diac + + <!-- A Programmable Logic Controller generally has a set of input and output ports to which the external peripherals are connected, which are to be electrically controlled by the PLC. Looking into the flow of working with the PLC, the processor tries to make decisions in accordance with the program, generally written by the user using some programming language is used to write the logic and program these units. @@ -63,6 +79,10 @@ We have developed 4 different modules that goes along with the PLCs for performi The OpenPLC setup is shown below: -![OpenPLC Version 1(early prototype)](/Images/openplc.png "OpenPLC Version 1") +<!-- ![OpenPLC Version 1(early prototype)](/Images/openplc.png "OpenPLC Version 1") --> + +![OpenPLC Version 2](/Images/v2.jpg "OpenPLC Version 1") + +# Licence -![OpenPLC Version 2](/Images/v2.jpg "OpenPLC Version 1")
\ No newline at end of file +OpenPLC is released under the MIT license. Some part of the software are released under other licences specified.
\ No newline at end of file |