<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Eric,<br>
 I think your parameter set has some overlapping intervals. <br>
<br>
- parameter 5 determines when the input resets to zero (in your case,
it is resetting daily at midnight)<br>
- parameter 2 determines when in that 24 hour period the integrator
starts paying attention (by setting it to 1, it is ignoring the fist
hour in the 24 hour period)<br>
- parameter 3 determines how long the input should be evaluated (by
setting it to 24 and starting at 1, you're progressively evaluating one
hour longer than your reset time each day of the simulation (1+24 =
25...)<br>
<br>
try setting parameter 2 to 0 and see if that cures the problem. I'm not
sure why it is behaving properly when you start a new project.<br>
Best,<br>
 David<br>
<br>
<br>
On 7/20/2010 20:25, Eric Wilson wrote:
<blockquote
 cite="mid:AANLkTikQJg4xRa8mGJSVBcyR7-9bSI4mb8LMiCwUthVy@mail.gmail.com"
 type="cite">Hi all,<br>
  <br>
In a project of mine, none of my Type 55 integrators reset after a
cycle as they should (they continue to integrate until the end of the
simulation), unless they are set to a monthly cycle with a value of -1.
In a blank new project, they work fine.  Has anyone encountered this
problem?<br>
  <br>
* Model "Type55" (Type 55)<br>
* <br>
  <br>
UNIT 78 TYPE 55     Type55<br>
*$UNIT_NAME Type55<br>
*$MODEL .\Utility\Integrators\Periodic Integrator\Type55.tmf<br>
*$POSITION 815 50<br>
*$LAYER Main # <br>
PARAMETERS 7<br>
1        ! 1 Integrate or sum input<br>
1.0        ! 2 Relative starting hour for input<br>
24        ! 3 Duration for input<br>
24        ! 4 Cycle repeat time for input<br>
24        ! 5 Reset time for input<br>
start        ! 6 Absolute starting hour for input<br>
stop        ! 7 Absolute stopping hour for input <br>
INPUTS 1<br>
supply_diam        ! HVAC_Inputs:supply_diam ->Input<br>
*** INITIAL INPUT VALUES<br>
0. <br>
  <br>
Many thanks,<br>
Eric<br>
  <font color="#888888"><br>
--<br>
Eric Wilson<br>
M.S. Candidate, Building Systems Program<br>
Dept of Civil, Env., and Arch. Engineering<br>
University of Colorado at Boulder</font>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
TRNSYS-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:TRNSYS-users@cae.wisc.edu">TRNSYS-users@cae.wisc.edu</a>
<a class="moz-txt-link-freetext" href="https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users">https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users</a>
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
***************************
David BRADLEY
Principal
Thermal Energy Systems Specialists, LLC
22 North Carroll Street - suite 370
Madison, WI  53703 USA

P:+1.608.274.2577
F:+1.608.278.1475
<a class="moz-txt-link-abbreviated" href="mailto:bradley@tess-inc.com">bradley@tess-inc.com</a>

<a class="moz-txt-link-freetext" href="http://www.tess-inc.com">http://www.tess-inc.com</a>
<a class="moz-txt-link-freetext" href="http://www.trnsys.com">http://www.trnsys.com</a></pre>
</body>
</html>