View Single Post
Old 12-07-12, 09:24 AM   #11
Daox
Administrator
 
Daox's Avatar
 
Join Date: Aug 2008
Location: Germantown, WI
Posts: 5,525
Thanks: 1,162
Thanked 374 Times in 305 Posts
Default

For the timer I'd use a variable that holds minutes (0-1440 for a day). Then, setup however many variables you want as time setpoints per day. A normal number is 4, but you can do whatever you want! If you want to make it programmable make it an array. I'm not sure if you're having programs for each day of the week, but its essentially just duplicating code to do that. Anyway, then setup some variables for the temperature values and set them along with the temperature setpoints.

__________________
Current project -
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
&
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

Last edited by Daox; 12-07-12 at 09:30 AM..
Daox is offline   Reply With Quote