scott - 2023-01-15

I have an applicaton where I want to create function blocks based on configuration files read at start up. No function blocks will be added or deleted once the application is initialzed. If the user reconfigures the system, the new configuration would not take effect until a restart of PLC takes place. Is there any disadvantage to using __NEW to create these function blocks as opposed to the fb factory library to create these function blocks? The Codesys documentation indicates that the main disadvantages of __NEW only occur if the memory allocation size cannot be determined or __NEW and __DELETE are used repeatedly. Has anyone done something similar?