diff options
author | Vishnu Easwaran E | 2020-05-14 22:39:44 +0530 |
---|---|---|
committer | Vishnu Easwaran E | 2020-05-14 22:39:44 +0530 |
commit | 7dcd812e76504af26837ac508837f21bff4a1b4e (patch) | |
tree | 594b8552fe79ad3a9553489aa6472c3fd615a8bb | |
parent | c67d756ab365cf9516c02e9f415b68bf84579158 (diff) | |
download | OpenPLC-7dcd812e76504af26837ac508837f21bff4a1b4e.tar.gz OpenPLC-7dcd812e76504af26837ac508837f21bff4a1b4e.tar.bz2 OpenPLC-7dcd812e76504af26837ac508837f21bff4a1b4e.zip |
[vishnu] Hyperlinks for the softwares and added Contributors names to LICENSE.
-rw-r--r-- | LICENSE | 4 | ||||
-rwxr-xr-x | README.md | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -1,6 +1,8 @@ MIT License -Copyright (c) 2020 Vishnu Easwaran E, FOSSEE +Copyright (c) 2020 FOSSEE + +Contributors : Vishnu Easwaran, Akshay Chipkar, Akshai M, Shaunak, Nivedita. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -37,8 +37,8 @@ As mentioned earlier, we are also providing a set of plug-and-play modules for p The two versions of PLCs uses two different software for programming. -- LDMicro : A simple and intuitive LD programming IDE, used for programming *OpenPLC Version 1*. It is a forked and locally maintained version of [jwesthues's](https://github.com/LDmicro/LDmicro) software. -- 4diac : A system, used for *OpenPLC version 2*, that consists of an IDE and a runtime environment for FBD programming and deployment. At present we directly use the [Eclipse 4diac](https://www.eclipse.org/4diac/) project with the Raspberry Pi work-flow. +- [LDMicro](Software/OpenPLCV1_LDMicro/) : A simple and intuitive LD programming IDE, used for programming *OpenPLC Version 1*. It is a forked and locally maintained version of [Jonathan Westhues](https://github.com/LDmicro/LDmicro) software. +- [4diac](https://www.eclipse.org/4diac/index.php) : A system, used for *OpenPLC version 2*, that consists of an IDE and a runtime environment for FBD programming and deployment. At present we directly use the [Eclipse 4diac](https://www.eclipse.org/4diac/) project with the Raspberry Pi work-flow. *Note : Detailed documentation regarding each of the above are present in the respective directories.* |