GUI PLC Ladder Editor for Arduino Uno
This project plan to include below features
- GUI PLC Ladder Editor for Arduino Uno
- Realtime monitoring through serial communication with Arduino
- PLC simulator using Processing codes
GUI PLC Ladder Editor includes belows features
- Graphical GUI Editor
- Arduino sketch code generator
- Arduino Uno uploader
This project includes two sub projects
-
Arduino.PLC (C# Project)
- This project folder includes C# project for PLC Ladder GUI Editor and Arduino uploader
-
PLC.Simulator (Processing Project)
- This project folder includes Processing sketch codes for PLC simulation
-
Samples
- This folder includes ladder sample scripts
-
Tutorials
- This folder includes tutorial materials for ladder programming
This project includes below five features
-
Graphical ladder editor
-
Convert ladder script to arduino sketch code
-
Arduino sketch code upload
-
Arduino monitoring
-
PLC simulation using processing
- You can download C# source code or can run executable file within release link
- In order to run PLC simulator, you should download Processing tool
- Unzip release file and execute 'Arduino.PLC.exe' file
- Visual Studio and C# (.Net Framework 2.0)
- Processing
- Contact through email
- Install VS 2010 above for PLC ladder
- Install Processing for simulation
- We are using PascalCase .Net rule
- All funtions and variables should be started capital letter
- Global variables should be started '_' character
- GPL 3.0 See License