<font color="#336666"><font face="verdana,sans-serif">Jason, </font></font><div><font color="#336666"><font face="verdana,sans-serif">Yes please do !</font></font></div><div><font color="#336666"><font face="verdana,sans-serif"><br>

</font></font></div><div><font color="#336666"><font face="verdana,sans-serif">Thank you<br></font></font><br><div class="gmail_quote">On Fri, Mar 2, 2012 at 11:59 AM, Jason Glazer <span dir="ltr"><<a href="mailto:jglazer@gard.com">jglazer@gard.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Karhryn<br>
<br>
When EnergyPlus was first being developed, we assumed that many people using DOE-2.1e (the predecessor to eQUEST) would want to convert their existing files so I was funded to develop a translator. I do not believe it was used much so we stopped updating it. It is not a graphical program like Sketch-up but something used on a DOS command line. If you or someone else has an interest in updating the source code so that it supports the latest version of EnergyPlus and eQUEST, please let me know.<span class="HOEnZb"><font color="#888888"><br>


<br>
Jason</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On 3/2/2012 1:41 PM, Kathryn Kerns wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Huh. Good for you. What prompted you to start down this<br>
path and why did you stop? So you built a Fortran program<br>
that mostly converted the eQuest geometry files to an<br>
input file that EnergyPlus would understand? I wonder if<br>
it is similar to the free Google Sketch-up Legacy Add-in<br>
I read about.<br>
<br>
Does anybody know if the free Google Sketch-up Legacy<br>
Add-in can somehow import eQuest files to EnergyPlus<br>
files kind of like Jason's program?<br>
<br>
<br>
Kathryn Kerns<br>
<br>
Systems Specialist<br>
<br>
BCE Engineers, Inc.<br>
<br>
| Ph: <a href="tel:253.922.0446" value="+12539220446" target="_blank">253.922.0446</a> | Fx: <a href="tel:253.922.0896" value="+12539220896" target="_blank">253.922.0896</a> |<br>
<br>
<br>
<br>
<br>
<br>
-----Original Message----- From: Jason Glazer<br>
[mailto:<a href="mailto:jglazer@gard.com" target="_blank">jglazer@gard.com</a>] Sent: Friday, March 02, 2012<br>
11:05 AM To: CleanTech Analytics; Kathryn Kerns Cc: Joe<br>
Huang Subject: Re: [Equest-users] Is there a Way to<br>
Convert eQuest output files to EnergyPlus input files and<br>
vice-versa?<br>
<br>
Jeremiah and Kathryn,<br>
<br>
Another translator from DOE-2.1e to EnergyPlus was<br>
developed by myself and is available called<br>
DOE2Translator. It focused on building and did not<br>
support much HVAC. It has not been kept up to date with<br>
the latest version of EnergyPlus because it was rarely<br>
being used.<br>
<br>
I think it could be easily updated to use the latest<br>
version of EnergyPlus and it would take some more effort<br>
to support eQUEST/DOE-2.2. It was written in Fortran.<br>
<br>
Jason<br>
<br>
On 3/2/2012 12:00 PM, CleanTech Analytics wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Below is what my research uncovered on the subject<br>
(boo)<br>
<br>
<br>
Joe, I like to use eQeust and Energy plus for all<br>
projects so that I can cross reference the results.<br>
This means doing the same thing twice, and not<br>
necessarily the exact same way. I am wondering if I<br>
could use drawbdl to export my eQUEST geometry to<br>
energy plus 6 or 7 without compromising the geometry<br>
file?<br>
<br>
If so I am wondering how to get the drawbdl program?<br>
<br>
Thanks Joe Huang ✆ <a href="mailto:YJHuang@whiteboxtechnologies.com" target="_blank">YJHuang@whiteboxtechnologies.<u></u>com</a><br>
<mailto:<a href="mailto:YJHuang@whiteboxtechnologies.com" target="_blank">YJHuang@<u></u>whiteboxtechnologies.com</a>><br>
<br>
 Jan 22  to me<br>
<br>
Jeremiah,<br>
<br>
DrawBDL reads DOE-2.1E, not eQUEST/DOE-2.2, and can<br>
export the building geometry data to an EnergyPlus IDF.<br>
I've also developed 4 years ago a modified version of<br>
DOE-2.1E that exports a full EnergyPlus IDF file.<br>
Unfortunately, EnergyPlus IDF language has changed over<br>
time, so that I must either update the program (doe2ep)<br>
and find some other way to upgrade from EP 3.1 to 6 or<br>
7 (I don't really keep up with EnergyPlus, so I'm not<br>
sure)<br>
<br>
Because I've been getting more requests for<br>
translating from eQUEST/DOE-2.2 to EnergyPlus, for an<br>
interim solution I have been working on a  procedure to<br>
modify DOE-2.2 to DOE-2.1E input, that then can be fed<br>
through either DrawBDL (outputs building geometry only)<br>
or doe2ep (full *.inp to *.IDF). I've gotten that<br>
procedure (a series of awk and sed scripts) to work on<br>
one test (but very complicated) eQUEST/DOE-2.2 input<br>
file, but in the course of doing this I uncovered some<br>
bugs in the translation to IDF in both programs<br>
(DrawBDL and doe2ep). Furthermore, I doubt that my 2.2<br>
to 2.1E procedure works in all cases.<br>
<br>
Therefore, I don't want to sell DrawBDL explicitly for<br>
that purpose, i.e., translating 2.2 to Energy IDF, nor<br>
do I want to release doe2ep at this time.  However, I<br>
have thought of providing an eQUEST to EnergyPlus<br>
translation as a service until I get all the bugs<br>
worked out on my programs. What I could do is have you<br>
send me your eQUEST input file which I then test out<br>
using the programs and methods just mentioned, and<br>
then give you an estimate of the time and cost for<br>
translating it to EnergyPlus. Depending on the<br>
complexity of your files, it could be very easy or it<br>
could be very time-consuming to translate.<br>
<br>
By the way, I've been selling DrawBDL  for $125 ever<br>
since I introduced it in 1993 (see <a href="http://www.drawbdl.com" target="_blank">www.drawbdl.com</a><br>
<<a href="http://www.drawbdl.com/" target="_blank">http://www.drawbdl.com/</a>>  for details),while I intend<br>
to make doe2ep as open source software once it's done<br>
and been updated.<br>
<br>
Joe<br>
<br>
On Fri, Mar 2, 2012 at 9:40 AM, CleanTech Analytics<br>
<<a href="mailto:jeremiah@cleantechanalytics.com" target="_blank">jeremiah@cleantechanalytics.<u></u>com</a><br>
<mailto:<a href="mailto:jeremiah@cleantechanalytics.com" target="_blank">jeremiah@<u></u>cleantechanalytics.com</a>>>  wrote:<br>
<br>
Wouldn't that be nice..<br>
<br>
I may be able to have it coded up, but would need<br>
funding.<br>
<br>
On Fri, Mar 2, 2012 at 9:29 AM, Kathryn Kerns<br>
<<a href="mailto:kathryn.kerns@bceengineers.com" target="_blank">kathryn.kerns@bceengineers.<u></u>com</a><br>
<mailto:<a href="mailto:kathryn.kerns@bceengineers.com" target="_blank">kathryn.kerns@<u></u>bceengineers.com</a>>>  wrote:<br>
<br>
Everyone, it occurs to me that we all could have the<br>
best of both worlds if we could start our projects in<br>
eQuest, move them over to EnergyPlus if we have<br>
complicated HVAC features, and then maybe move the<br>
EnergyPlus results back into eQuest for print-out and<br>
examination? Now that I think about it, only the first<br>
part probably needs to happen if EnergyPlus has energy<br>
consumption graphic outputs similar to eQuest? Has<br>
anybody ever tried this? It seems a simple solution so<br>
I am sure there is something wrong with it.____<br>
<br>
__ __<br>
<br>
__ __<br>
<br>
__ __<br>
<br>
**Kathryn Kerns**____<br>
<br>
/*/Systems Specialist/*/____<br>
<br>
/*/BCE/*/**Engineers, Inc.____**<br>
<br>
**| Ph: <a href="tel:253.922.0446" value="+12539220446" target="_blank">253.922.0446</a><tel:<a href="tel:253.922.0446" value="+12539220446" target="_blank">253.922.0446</a>>  | Fx:<br>
<a href="tel:253.922.0896" value="+12539220896" target="_blank">253.922.0896</a><tel:<a href="tel:253.922.0896" value="+12539220896" target="_blank">253.922.0896</a>>  |**____<br>
<br>
____<br>
<br>
__ __<br>
<br>
<br>
______________________________<u></u>_________________<br>
Equest-users mailing list<br>
<a href="http://lists.onebuilding.org/listinfo.cgi/equest-users-onebuilding.org" target="_blank">http://lists.onebuilding.org/<u></u>listinfo.cgi/equest-users-<u></u>onebuilding.org</a><br>
<br>
<br>
</blockquote></blockquote>
To unsubscribe from this mailing list send  a blank<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
message to <a href="mailto:EQUEST-USERS-UNSUBSCRIBE@ONEBUILDING.ORG" target="_blank">EQUEST-USERS-UNSUBSCRIBE@<u></u>ONEBUILDING.ORG</a><br>
<mailto:<a href="mailto:EQUEST-USERS-UNSUBSCRIBE@ONEBUILDING.ORG" target="_blank">EQUEST-USERS-<u></u>UNSUBSCRIBE@ONEBUILDING.ORG</a>><br>
<br>
<br>
<br>
<br>
-- /Jeremiah D. Crossett/ /CleanTech Analytics/<br>
/<a href="tel:503-688-8951" value="+15036888951" target="_blank">503-688-8951</a><tel:<a href="tel:503-688-8951" value="+15036888951" target="_blank">503-688-8951</a>>/<br>
/<a href="http://www.cleantechanalytics.com/" target="_blank">www.cleantechanalytics.com/</a><br>
<<a href="http://www.cleantechanalytics.com" target="_blank">http://www.<u></u>cleantechanalytics.com</a>><br>
<br>
<br>
*<br>
<br>
This document may contain valuable information<br>
proprietary to CleanTech Analytics which is private<br>
and confidential. It may not be shared, copied, stored<br>
or transmitted in any form without the prior written<br>
consent of CleanTech Analytics<br>
<br>
*<br>
<br>
<br>
<br>
<br>
-- /Jeremiah D. Crossett/ /CleanTech Analytics/<br>
/<a href="tel:503-688-8951" value="+15036888951" target="_blank">503-688-8951</a>/<br>
/<a href="http://www.cleantechanalytics.com/" target="_blank">www.cleantechanalytics.com/</a><<a href="http://www.cleantechanalytics.com" target="_blank">h<u></u>ttp://www.cleantechanalytics.<u></u>com</a>><br>
<br>
<br>
<br>
<br>
</blockquote></blockquote>
*<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
This document may contain valuable information<br>
proprietary to CleanTech Analytics which is private and<br>
confidential. It may not be shared, copied, stored or<br>
transmitted in any form without the prior written<br>
consent of CleanTech Analytics<br>
<br>
*<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
Equest-users mailing list<br>
<a href="http://lists.onebuilding.org/listinfo.cgi/equest-users-onebuilding.org" target="_blank">http://lists.onebuilding.org/<u></u>listinfo.cgi/equest-users-<u></u>onebuilding.org</a><br>
<br>
<br>
</blockquote></blockquote>
To unsubscribe from this mailing list send  a blank message to <a href="mailto:EQUEST-USERS-UNSUBSCRIBE@ONEBUILDING.ORG" target="_blank">EQUEST-USERS-UNSUBSCRIBE@<u></u>ONEBUILDING.ORG</a><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
</blockquote>
<br>
-- <br>
Jason Glazer, P.E., GARD Analytics, 90.1 ECB chair<br>
Admin for <a href="http://onebuilding.org" target="_blank">onebuilding.org</a> building performance mailing lists<br>
______________________________<u></u>_________________<br>
Equest-users mailing list<br>
<a href="http://lists.onebuilding.org/listinfo.cgi/equest-users-onebuilding.org" target="_blank">http://lists.onebuilding.org/<u></u>listinfo.cgi/equest-users-<u></u>onebuilding.org</a><br>
To unsubscribe from this mailing list send  a blank message to <a href="mailto:EQUEST-USERS-UNSUBSCRIBE@ONEBUILDING.ORG" target="_blank">EQUEST-USERS-UNSUBSCRIBE@<u></u>ONEBUILDING.ORG</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div style="text-align:left"><font face="verdana, sans-serif" color="#999999"><i>Jeremiah D. Crossett</i></font></div><div style="text-align:left">

<font face="verdana, sans-serif" color="#999999"><i>CleanTech Analytics</i></font></div><div style="text-align:left"><font face="verdana, sans-serif" color="#999999"><i>503-688-8951</i></font></div><div><div style="text-align:left">

<a href="http://www.cleantechanalytics.com" target="_blank"><font face="verdana, sans-serif" color="#999999"><i>www.cleantechanalytics.com</i></font></a></div><div><div style="text-align:center"><br></div><div style="text-align:center">

<img src="http://cleantechanalytics.com/images/stories/cleantech%20analytics%20120.PNG"><br></div></div></div><div><div><b><p dir="ltr" style="text-align:center;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11px;font-family:'Droid Serif';color:rgb(204,204,204);background-color:rgb(255,255,255);font-weight:normal;font-style:italic;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">This document may contain valuable information proprietary to CleanTech Analytics which is private and confidential. It may not be shared, copied, stored or transmitted in any form without the prior written consent of CleanTech Analytics</span></p>

</b></div></div><br>
</div>