On 9 March 2012 00:25, Linda Lawrie
<linda@xxxxxxxxxxxxxx> wrote:
At 04:12 PM 3/8/2012, Nacho Gomis wrote:
EnergyManagementSystem:Program,
CndFlowControl, !-
Name
SET DeltaT = CndLoad/(FlowRate*4180), !- Program
Line 1
Strictly from a programming standpoint I would probably do something
like:
Set x=FlowRate*4180,
IF (X == 0),
condition 1,
else
Set DeltaT=CndLoad/x
endif
And I'd do verbose output and look at the edd file
Are the two else conditions okay without an endif?
(as you have it in your program segment)?
__._,_.___