Do you know how the conditional compilation work in C programming?
##include myfilename
would include a file in that location.
============
##def mmName1 [ macroName1, macroNUm1 ]
macroName1 outlet,
,
macroNum1,
end;
##enddef
===============
would define a block of codes.
mmName1 [Z1, 50 ]
would give you:
=============
Z1 outlet,
,
50,end;
==================
It is very powerful variable substitution and calculatin program.
You can sectionize one IDF into many INP files and include them in one IMF file.
EPlaunch would except the IMF file and expand it into epmIDF and simulate.
The direct macro expansion program is done by the EPmacro.exe which is run in the DOS window, as described in the Auxiliary Program pdf.
If you can show me how much you know, I will lead you through.
Dr. Li
To: EnergyPlus_Support@xxxxxxxxxxxxxxx
From: zqianmin@xxxxxxxxx
Date: Wed, 20 Jul 2011 10:32:03 -0700
Subject: [EnergyPlus_Support] EnergyPlus Macros
Could anyone tell me how to start using input macros? I read this part on auxiliaryprograms.pdf, but can't figure it out. I even don't know how to run the EP-Macro program at this time. Thank you for your help.Qianmin
__._,_.___