E_BA_CtrlFct
The FB_BA_OptimizedOn and FB_BA_OptimizedOff optimization functions perform different internal calculations depending on whether the system to be controlled is a heating or cooling system.
{attribute 'qualified_only'}
TYPE E_BA_CtrlFct :
(
eCtrlFct_Off := 0,
eCtrlFct_Heating := 1,
eCtrlFct_Cooling := 2
);
END_TYPE
Name | Description |
---|---|
eCtrlFct_Off | No selection made. The optimization function will not start. |
eCtrlFct_Heating | The optimization function considers the heating mode. |
eCtrlFct_Cooling | The optimization function considers the cooling mode. |