Comparing Performance of Periodic and Event Driven Automation for Robotics
Today, most software systems are event-driven, meaning that code execution is triggered by events handled dynamically. A typical example is a graphical user interface, where a button click initiates a specific action. In contrast, classic automation systems rely on programmable logic controllers, which execute code periodically at fixed intervals. The purpose of this study is to compare periodic a
