- 💬 Ask me about Plc programming, parsing files, industrial automation
The bigger the challenge, the bigger my interest in solving it. I can help your emerging products reach their functional and quality requirements. With my skill set, unique experience and passion for learning and developing we can create new products and improve existing ones.
Education: Master of Electronic engineering and information technologies
Experience: 3 years in marine service and maintenance, 5 years in R&D of marine renewable technologies
PLC knowledge: ABB 800xA, AC800M, AC500, B&R X20, Codesys
Programming: IEC61131-3, C/C , Python, Java, Javascript, XML
Development process: TDD with HIL and SIL support, Azure DevOps, Git and Lean Six Sigma
Core values: Quality, Leadership, Accountability
Blog that talks about PLCs, programming in general, Codesys and other Industrial automation topics. Visit here and join the discussion.
This repo is a collection of all kinds of Queue function blocks. It is primarily used for educational purposes. The library is meant for Codesys V3 and its derivative IDEs for use in PLC programming. Function blocks are developed using OOIP using only methods.
Types of Queues:
- Standard Queue
- Circular Queue
- First word fall trough Queue
- Unordered Queue
- Ordered Queue
- Stack
Join the project here --> REPO
These programs use pyModbus package to implement a Modbus client class, GUI for that client and a server. Configuration of client and the server can be done from the register and device configuration xml. The user of the program just needs to modify the xml file and run the server and GUI.
Join the project here --> REPO
UniTest is a PLC, IDE and manufacturer agnostic library written using only the features of the IEC61131 standard. Due to this, portability to all IEC compliant platforms is straightforward and can be achieved programmatically or with minimal manual work.
Join the project here --> REPO
This repo is a port of the popular Oscat lib to the B&R Automation studio platform. The library contains all functions and function blocks that are in OscatBasic 3.34, Oscat building 1.00 and the Oscat network 1.35.2 library. At the moment, the libraries are a work in progress, the main programmatic porting has been going well. Depending on the amount of contributors the library will be ported to completion. Initial port was done from Codesys plc open xml export.
Join the project here --> REPO
Automated gardening at its best. This is a portfolio project that features a simulator and a controller of four gardens holding 25 flowers/plants each. Each garden has a watering platform system moved by servo motors. In this project the user can learn how to control servo motors, optimize instruction/path algorithms and generally learn how to program PLCs.
You can try and make your own watering algorithm that will keep ALL of the flowers alive. --> REPO
Traffic control is often used a simple introduction into sequencing when programming PLCs. As a part of my portfolio I have written a simple timing controller and a simulator for two crossroads that are one way streets with pedestrians going in all directions. The project is meant for beginners and for educational purposes. It is published under MIT license. Written in CODESYS 3.5 and in structured text language.
You are welcome to try to control it yourself! It is harder than it looks. --> REPO
In industrial automation the "hello world" program is a mixing tank. As a part of my portfolio I have written a simple mixing tank controller and a simulator. The project is meant for beginners and for educational purposes. It is published under MIT license. Written in CODESYS 3.5 and in structured text language.
Try mixing your own here --> REPO