I searched under Codesys Help information about List, Hash table, Queue. I downloaded the Element Collection examples but I don't understand if it's possible or not to create for example a Queue of defined user types (Structs in my case).
Thank you very much.
ramol, this is better asked in forge/talk/. forge/support/ is for "help using the forge" or "suggestions for the forge".
That said, all Elements must be Function Blocks. The way would be to make a FB which: Implements the interface IElement contains one instance of your DUT
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ramol, this is better asked in forge/talk/. forge/support/ is for "help using the forge" or "suggestions for the forge".
That said, all Elements must be Function Blocks. The way would be to make a FB which:
Implements the interface IElement
contains one instance of your DUT
Thank you very much!