07-13-14, 03:11 PM | #101 | |
Supreme EcoRenovator
Join Date: Mar 2009
Location: Portland, OR
Posts: 4,004
Thanks: 303
Thanked 724 Times in 534 Posts
|
Quote:
I just ordered two of THESE_FLOW_SENSORS form ebay. As BBP indicated, these will make it easier to calculate COP. Here we go... -AC
__________________
I'm not an HVAC technician. In fact, I'm barely even a hacker... |
|
07-13-14, 03:40 PM | #102 | |
Supreme EcoRenovator
Join Date: Mar 2009
Location: Portland, OR
Posts: 4,004
Thanks: 303
Thanked 724 Times in 534 Posts
|
Quote:
I just ordered one, too, FROM_THIS_PLACE. This should be interesting, 'cause the buttons will give us access to a menu system, and will allow modification of values of strategic variables. Should result in a real class act! This is gonna be fun. * * * So jeff5may, with this LCD display, and its I/O buttons, AND with the reluctantly recognized necessity of flow measurement sensors, do you still think that the UNO will have enough pins to service all the inputs & outputs? -AC
__________________
I'm not an HVAC technician. In fact, I'm barely even a hacker... |
|
07-13-14, 04:07 PM | #103 |
Apprentice EcoRenovator
Join Date: Mar 2013
Location: UK
Posts: 131
Thanks: 13
Thanked 35 Times in 32 Posts
|
As refrigerant pressure is directly related to its temperature could temperature sensors not be used(thermistor or digital) instead of pressure switches/transducers?
Also a mechanical thermostat could be mounted on the condenser input line and evaporator water outlet and wired inline with the compressor relay coil to shutdown the compressor in the event of over temp/pressure or freezing ground loop water. Safety circuits should never rely on software. For compressor stalled protection would a motor thermal overload not be suitable? One should really be used anyway to protect against the compressor jammed or simply overpressure, motor capacitor failed/disconnected and so on. Steve |
07-13-14, 04:12 PM | #104 |
Supreme EcoRenovator
Join Date: Oct 2008
Location: Austin, TX
Posts: 1,154
Thanks: 14
Thanked 257 Times in 241 Posts
|
Use I/O expanders and you'll have a lot of I/Os to go around. Or go right for an ARM based solution and be able to run a RTOS with ease.
__________________
To my surprise, shortly after Naomi Wu gave me a bit of fame for making good use of solar power, Allie Moore got really jealous of her... |
07-13-14, 04:36 PM | #105 | |
Helper EcoRenovator
Join Date: Jul 2014
Location: Hungary
Posts: 34
Thanks: 0
Thanked 16 Times in 10 Posts
|
Quote:
It is not correct. Boiling point is related to pressure and temperature. But if you pass that point you can rise temperature for the wapor, without increasing pressure. Think about compressor discharge temperatures. You can't set any temperature limit on discharge line which is safe for low superheat case but high enough for high superheat case. Good point, thank you! Everybody has to decide, how much the safety worth. T. |
|
07-13-14, 04:41 PM | #106 | |
Helper EcoRenovator
Join Date: Jul 2014
Location: Hungary
Posts: 34
Thanks: 0
Thanked 16 Times in 10 Posts
|
Quote:
Only thing, your simple controller is not that simple anymore! T. |
|
07-13-14, 09:05 PM | #107 |
Supreme EcoRenovator
Join Date: Mar 2009
Location: Portland, OR
Posts: 4,004
Thanks: 303
Thanked 724 Times in 534 Posts
|
Curse you Takyka! This was suppose to be simple. -AC
__________________
I'm not an HVAC technician. In fact, I'm barely even a hacker... |
07-13-14, 10:54 PM | #108 | |
Supreme EcoRenovator
|
Quote:
You got a different version of the lcd module than I did. If it ships like the picture shows, that is. I did some testing on my LCD shield and it is definitely a version 1.0. The one in your pic is a version 1.1, which is supposed to have a fix for the backlight built onto the board. Either way, the code I am using will work with both versions the same. You just comment out one part of the code or the other to make the keypad read correctly (I guess they used different parts in the voltage divider for the keypad pin in the different revisions also). It's going to take me longer than I thought to make the sketch for this project. Mainly me fighting with the arduino IDE to get it to like what I'm writing. It looks like I'll be making it one big file instead of a bunch of smaller pieces. Every time I try to add something, it doesn't wanna work. Navigating between modules leaves a lot to be desired, and you have to define all the types and variables in the main sketch anyway. Once I get something posted, the more experienced code warriors can divide it up so it looks nice. |
|
07-13-14, 11:06 PM | #109 |
Supreme EcoRenovator
Join Date: Oct 2008
Location: Austin, TX
Posts: 1,154
Thanks: 14
Thanked 257 Times in 241 Posts
|
Arduino is really meant for (very) simple projects.
__________________
To my surprise, shortly after Naomi Wu gave me a bit of fame for making good use of solar power, Allie Moore got really jealous of her... |
07-14-14, 12:06 AM | #110 |
Less usage=Cheaper bills
Join Date: Nov 2010
Location: Minneapolis, MN
Posts: 940
Thanks: 41
Thanked 117 Times in 91 Posts
|
I disagree, the Arduino has been used on some projects that I consider to be quite advanced. I've seen them in many electric vehicle applications such as motor controllers, battery monitoring/management. I don't see why it wouldn't function well if its fed well programmed instructions and uses the inputs and outputs to their desired abilities.
Even a simpler PICAXE type control could -probably- do the job if you can program in a compact way and don't demand too much from them. The limitation with the PICAXE is more along the lines of the types of inputs it supports and the general smaller amount of sotrage memory it has for you to program into. I'd personally pursue the Arduino myself, more versatility. |
|
|