Personal Data

Username:
e13740e
Joined:
2025-07-21 07:50:45.262000

Projects

User Activity

  • Modified a comment on a wiki page on traffic-control

    [-download button: missing =-] A Built-From-Scratch Digital Twin of a Traffic Intersection and Adaptive Traffic Control System (CODESYS / Structured Text) A year ago, I completed my first project β€” automating a welding production process via offline robot programming in RoboDK. - Published on the RoboDK website: https://robodk.com/example/Material-Handling-and-Welding-with-Fanuc-and-KUKA - YouTube Video: https://youtu.be/yB0ctZ6emPE - LinkedIn Post: https://www.linkedin.com/posts/yevhenii-kutei-08651b351_robodk-offlineprogramming-industrialautomation-activity-7316474707438981120-HpHb...

  • Modified a comment on a wiki page on traffic-control

    [-download button: missing =-] A Built-From-Scratch Digital Twin of a Traffic Intersection and Adaptive Traffic Control System (CODESYS / Structured Text) A year ago, I completed my first project β€” automating a welding production process via offline robot programming in RoboDK. - Published on the RoboDK website: https://robodk.com/example/Material-Handling-and-Welding-with-Fanuc-and-KUKA - YouTube Video: https://youtu.be/yB0ctZ6emPE - LinkedIn Post: https://www.linkedin.com/posts/yevhenii-kutei-08651b351_robodk-offlineprogramming-industrialautomation-activity-7316474707438981120-HpHb...

  • Uploaded AdaptiveTrafficLightControl_DK22-DK25_CODESYS.projectarchive on traffic-control
  • Posted a comment on a wiki page on traffic-control

    [-download button: missing =-] A Built-From-Scratch Digital Twin of a Traffic Intersection and Adaptive Traffic Control System (CODESYS / Structured Text) A year ago, I completed my first project β€” automating a welding production process via offline robot programming in RoboDK. - Published on the RoboDK website: https://robodk.com/example/Material-Handling-and-Welding-with-Fanuc-and-KUKA - YouTube Video: https://youtu.be/yB0ctZ6emPE - LinkedIn Post: https://www.linkedin.com/posts/yevhenii-kutei-08651b351_robodk-offlineprogramming-industrialautomation-activity-7316474707438981120-HpHb...

  • Modified a wiki page on e13740e

    Home

  • Uploaded AdaptiveTrafficLightControl_DK22-DK25_CODESYS.projectarchive on e13740e
  • Modified a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Since parameterized (indexed) properties are not possible, I decided to use architectural approach "Indexing Property Adapter" to achieve the intended goal β€” avoiding code duplication for validated access to array elements. Essence: Create a Function Block Adapter (FB_PropertyAdapter) that encapsulates the logic for working with a single element of the target array (e.g., with one settings structure). Declare Properties inside the adapter block for accessing each individual field of the data structure....

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    ///DECLARATION_FB_5910_IndeksatorProperty FUNCTION_BLOCK FB_5910_IndeksatorProperty VAR_OUTPUT qxImpZminaZnachenia : BOOL := FALSE; END_VAR VAR_IN_OUT ioAvtoZapytZaRozkladom : ST_AvtoAktyvatcijaPishZelenoiFazyZaRozkladom; ioxDyspetcherskyiRuchnyiAvtoZapytOn : BOOL; END_VAR ///IMPLEMENTATION_FB_5910_IndeksatorProperty qxImpZminaZnachenia := FALSE; ///DECLARATION_P1_PerymykachAvtoZapytuZaRozladom PROPERTY P1_PerymykachAvtoZapytuZaRozladom : BOOL ///DECLARATION_GET_P1_PerymykachAvtoZapytuZaRozladom...

View All