<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Activity for rmarco</title><link>https://forge.codesys.com/u/rmarco/activity/</link><description>Recent activity for rmarco</description><language>en</language><lastBuildDate>Mon, 29 Jun 2026 12:12:08 -0000</lastBuildDate><item><title>rmarco posted a comment on discussion Engineering 🇬🇧</title><link>https://forge.codesys.com/forge/talk/Engineering/thread/ed55a288d0/?limit=25#56ba</link><description>Hello everyone, I am running into a highly frustrating issue in the FBD editor regarding a Function Block with generic constants (VAR_GENERIC CONSTANT). I created a FB using ST, with a generic var, useful for having a variable sized array, as follows: FUNCTION_BLOCK Coil VAR_GENERIC CONSTANT maxEvents: USINT := 5; END_VAR VAR events: ARRAY[0..maxEvents-1] OF IEvent; END_VAR These FBs have also several methods. I declare them as follows in code: VAR coil1: CDL.Coil&lt;(maxEvents:=1)&gt;; END_VAR and when...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rmarco</dc:creator><pubDate>Mon, 29 Jun 2026 12:12:08 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com/forge/talk/Engineering/thread/ed55a288d0/?limit=25#56ba</guid></item></channel></rss>