At 04:12 PM 3/8/2012, Nacho Gomis wrote:Strictly from a programming standpoint I would probably do something like:
EnergyManagementSystem:Program,
CndFlowControl, !- Name
SET DeltaT = CndLoad/(FlowRate*4180), !- Program Line 1
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)?
__._,_.___