I am setting the zone temperature actuators as follows
example:
if(....)
set core bottom zone
temperature=cooling setpoint schedule+2
elseif(...)
set core bottom zone temperature=cooling setpoint schedule+4
I have similar statements for other zones.These statements are based on some conditions. Each zone shouldn't have same setpoint changes but I see that all zones are having same changes in their setpoints.