(I hope, that is the right place here)
In my simulation model I use the auxiliary ventilation for fresh air. The temperature of the supply air of the Auxiliary ventilation system I controlled with a temperature profile, wich depends on room air temperature and the outside air temperature.
Thats it:
if((to<=16)&(ta<=20),22,if((to<=16)&(20<ta<=26),20,if((to<=16)&(26<ta),18,if((to>16)&(ta<=20),20,if((16<to<=20)&(20<ta<26),to,if((to>20)&(20<ta<26),20,if((to>20)&(ta>=26),18,18)))))))
But the backwards calculation from the auxiliary ventilation gain from vista plot to the supply air temperature it makes no sense. Here my question: It is possible to read out the controlled supply air temperature? I think something is wrong, but i could find it.
Could you help me?
THX.
V 6.4.0.12

