View Single Post
Old 08-13-14, 06:15 PM   #182
AC_Hacker
Supreme EcoRenovator
 
AC_Hacker's Avatar
 
Join Date: Mar 2009
Location: Portland, OR
Posts: 4,004
Thanks: 303
Thanked 723 Times in 534 Posts
Default

BBP,

Ormston has just offered new code, so I should get your comment here...

Just looking at Ormston's code, it does include flow measurement, which is valuable.

...and Ko_deZ's code seemed locked up...

What do you think?

BTW,

I think that since we are going without a Wiki or anything, if changes are made to some version of code, we should zip the new sketch and attach to any comment.

I also think that we should consider Ko_deZ's code and Ormston's current code to each be Rev00, and if we make mods we should cite the base code-source and increment the sketch we use as a basis for our mod.

For instance, a sketch with a mod to Ormston's code might begin with:

Code:
//Ormston Rev01
#include <Thermistor.h>


double evaporator, condensor;  //Variables for temperatures from thermistors
float HpLPM;                   //Flow rate from flow meter in L/m
float HpLPM1;                   //Flow rate from flow meter in L/m
int minLPM = 3;                //Minimum flowrate to run HP
int minEv = 2;      
.
.
.
OR

Code:
//Ko_dez Rev12

/* First some legal mumbo jumbo:

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
.
.
.
NOTE: Bold added only for clarity of this illustration

ETC.

Does this seem agreeable to all?

Best,

-AC
__________________
I'm not an HVAC technician. In fact, I'm barely even a hacker...
AC_Hacker is offline   Reply With Quote
The Following User Says Thank You to AC_Hacker For This Useful Post:
buffalobillpatrick (08-13-14)