Personal Data

Username:
vsgn
Joined:
2025-05-13 09:56:22.313000

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Visualization 🇬🇧 on CODESYS Forge

    Hi, in my experience, the best options for such a case could be: 1. Pass a FunctionBlock via VAR_IN_OUT, containing all variables, mehods and properties needed for the logic of this graphic element (be aware of implementing correcly both get and set accessor for properties) 2. Pass an Interface via VAR_INPUT, of which you can use obviously only Properties and Methods. This is much more elegant for me. Here, you can just pass directly the instance of a FunctionBlock implementing such Interface as...

View All