Skip to content
View tkucic's full-sized avatar
Block or Report

Block or report tkucic

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tkucic/README.md

Hi there 👋

  • 💬 Ask me about Plc programming, parsing files, industrial automation

ABOUT

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


Featured portfolio projects

Automation blog

Blog that talks about PLCs, programming in general, Codesys and other Industrial automation topics. Visit here and join the discussion.


QueueLib

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


ModbusXml

ModbusXml

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 (Universal PLC Unit Test library)

UniTest

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


OSCAT LIB PORT FOR B&R AUTOMATION STUDIO

BR_OSCAT_LIB

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


PLC GARDEN CONTROLLER

GARDEN_CTRL

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


PLC TRAFFIC CONTROL

TRAFFIC_CTRL

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


PLC HELLO MIXING TANK

MIXING_TANK

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


Popular repositories

  1. UniTest UniTest Public

    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 …

    Smalltalk 28 7

  2. brOscatLib brOscatLib Public

    B&R Automation studio port of the popular Oscat lib (www.oscat.de)

    Smalltalk 19 8

  3. codesys_workflow_automation codesys_workflow_automation Public

    Collection of scripts meant for Codesys IDE that can automate your workflow

    Python 13 1

  4. QueueLib QueueLib Public

    Queue library for Codesys V3 and its derivative IDEs

    5 1

  5. plc_hello_mixing_tank plc_hello_mixing_tank Public

    Example project of a mixing tank written in IEC6311-3 Structured text and in Codesys

    4

  6. plc_garden_controller plc_garden_controller Public

    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 mo…

    4