Open source PLC
Open source PLC
4
thiagoralves (Electrical)
(OP)
Dear friends,
I'm a Ph.D. student at the University of Alabama in Huntsville, and my research topic is SCADA cyber security. My goal is to find vulnerabilities in PLCs and try to fix them. However, its really hard to study something deep when you don't have the source code. Therefore, due to the lack of open source tools available in this field, I decided to create my own open source PLC. Then I realized that this could be useful for other researchers and professionals in the field, so I'm here sharing it with everyone.
The OpenPLC is a complete package with an editor and a compiler. The editor runs in Windows, Linux and MacOS and supports all the 5 IEC 61131-3 languages: ST, IL, LADDER, FBD and SFC. The compiler is responsible for getting the program written by the user and compile it to the platform in which the OpenPLC is running.
The OpenPLC currently runs on Raspberry Pi, Arduino, UniPi and also as a soft-PLC on Windows or Linux. If you guys have any of the mentioned boards laying down somewhere, it might be interesting to give the OpenPLC a try. More information can be found at the project's website: www.openplcproject.com
Let me know if you have any comments.
Thanks,
Thiago Alves
I'm a Ph.D. student at the University of Alabama in Huntsville, and my research topic is SCADA cyber security. My goal is to find vulnerabilities in PLCs and try to fix them. However, its really hard to study something deep when you don't have the source code. Therefore, due to the lack of open source tools available in this field, I decided to create my own open source PLC. Then I realized that this could be useful for other researchers and professionals in the field, so I'm here sharing it with everyone.
The OpenPLC is a complete package with an editor and a compiler. The editor runs in Windows, Linux and MacOS and supports all the 5 IEC 61131-3 languages: ST, IL, LADDER, FBD and SFC. The compiler is responsible for getting the program written by the user and compile it to the platform in which the OpenPLC is running.
The OpenPLC currently runs on Raspberry Pi, Arduino, UniPi and also as a soft-PLC on Windows or Linux. If you guys have any of the mentioned boards laying down somewhere, it might be interesting to give the OpenPLC a try. More information can be found at the project's website: www.openplcproject.com
Let me know if you have any comments.
Thanks,
Thiago Alves





RE: Open source PLC
Thanks for the sharing Thiago.
Keith Cress
kcress - http://www.flaminsystems.com
RE: Open source PLC
This always bugs me for some reason: When everyone does TLA (two-three letter acronyms) and never tell you at beginning what it means?
My question to also what would be more useful is if you created a PLC language export/import type of complier. Now that would be very useful and create chaos for PLC manufactures since a customer has a way out if they don't like AB, Siemens, or whatever flavor of PLC language.
Example: Allen Bradley has an export XML file called a *.L5K file. You take this file and try to translated into a Siemens STep7 file.
RE: Open source PLC
RE: Open source PLC
I wish I had more time. Or that there were 48 h/day. This is something I will be following. How many hours does your day have?
Thanks for showing us.
Gunnar Englund
www.gke.org
--------------------------------------
Half full - Half empty? I don't mind. It's what in it that counts.
RE: Open source PLC
http://www.computerworld.com/article/2475789/cyber...
https://nakedsecurity.sophos.com/2011/11/18/us-sca...
https://www.sans.org/reading-room/whitepapers/warf...
SCADA systems have been vulnerable for years. Very scary.
Cheers!