1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 <2007> 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 <2007> 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Is there any chance that I can change SCAN parameter dynamically? |
From: | Ned Arnold <[email protected]> |
To: | Zhichu Chen <[email protected]> |
Cc: | [email protected] |
Date: | Wed, 31 Oct 2007 08:57:57 -0500 |
Chen - Yes, you can change the SCAN value dynamically. Options would include: - Place a menu widget on your EDM screen assigned to the <fanoutRecord>.SCAN field and have the user interactively set it to the optimum value - Add a calcout record in your IOC database that calculates the optimum value (based on your description) and write this value to <fanoutRecord>.SCAN. Have fun - Ned On Oct 31, 2007, at 8:50 AM, Zhichu Chen wrote: Hi all, |