I am making a schedule, for example, if CO2 is higher than 800 ppm (from a sensor), I want a certain schedule (year) to be set to 1. If not it should be set to 0.
The same for another schedule for the temperature, if it is above 25 degrees Celsius; the schedule should be 1 and if not it should be 0.
But afterwards I want the schedules that I actuated (temp and CO2) which consists of only 1's and 0's to be used in another Program.
For this program I want a venting schedule that can read if the actuated schedules are both or one of both equal to 1, so that the venting schedule can say 1. So that this schedule can be used in my AirflowNetwork per zone.