Hello! I'm currently developing a functionblock for a simple temperature sensor. The functionblock has the possibility to be used for different sensor types and therefore has internal minimum and maximum variables that need to be set when the FB is used. I've tried the solution with FB_Init which works fine until I use FB_TemperatureSensor in another FB. E.g.: The FB_TemperatureSensor is used within FB_TemperatureController to provide the controller with actual values. I create two instances of FB_TemperatureController:...