Yinan-Scott-Shi / fds-smv

Automatically exported from code.google.com/p/fds-smv
0 stars 0 forks source link

using CTRL function to ramp down fan #486

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

What the model suppose to do is:

Initially the fan is running, when a smoke detector activates it will 
allow a 20 seconds delay before turning off the fan.

The fan is turn off by slowly ramping down for 20 seconds before coming to 
a stand still.

The CTRL3 function is not working, the fan does not come to a stand still 
around the 20 seconds delay.

Thanks for your help.

Original issue reported on code.google.com by dnt...@gmail.com on 13 Oct 2008 at 1:02

Attachments:

GoogleCodeExporter commented 9 years ago
sorry attached the wrong file.  Please discard the above attachment.

Original comment by dnt...@gmail.com on 13 Oct 2008 at 1:04

Attachments:

GoogleCodeExporter commented 9 years ago
we'll take a look at it.

Original comment by drjfloyd on 13 Oct 2008 at 12:54

GoogleCodeExporter commented 9 years ago
From the User's Guide:

A CUSTOM function uses the numerical output of a DEVC along with a RAMP to 
determine 
the output of the function.

You are trying to use the CUSTOM function with a CTRL as the input.  We should 
be  
trapping this as an error, but we are not (this has been fixed).  Also, the 
CUSTOM 
function merely sets a TRUE or FALSE based on how the RAMP is evaluated (i.e. 
the 
numerical values of the RAMP are not used for anything other than determining 
TRUE 
or FALSE).  So the FAN RAMP is not going to be multiple by the FAN RAMP DOWN.  
The 
CUSTOM function using FAN RAMP DOWN would only set whether or not the fan is 
active.  

In your case create a single time_delay function linked to the DEVC SD_1.  Have 
that 
time delay give the total time delay you need to the fan being fully off.  
Apply 
that control function to your fan surface.

Original comment by drjfloyd on 13 Oct 2008 at 2:48

GoogleCodeExporter commented 9 years ago
Jason -- the warnings and error statement successfully trapped the improper 
input 
for the linux compile.

Original comment by mcgra...@gmail.com on 13 Oct 2008 at 3:17

GoogleCodeExporter commented 9 years ago
Have you tested the fix since the release of 5.2.4?  If so please report back 
if the
fix has addressed your issue.

Original comment by drjfloyd on 3 Dec 2008 at 2:13

GoogleCodeExporter commented 9 years ago

Original comment by drjfloyd on 13 Mar 2009 at 3:28

GoogleCodeExporter commented 9 years ago

Original comment by drjfloyd on 13 Mar 2009 at 3:30