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: asynAddress, asynPortDriver maxAddr, and addr in setXXXParam |
From: | Emmanuel Mayssat <[email protected]> |
To: | Eric Norum <[email protected]> |
Date: | Thu, 18 Apr 2013 12:20:43 -0700 |
What happen when placed after the iocInit?
It works!!! Indeed, the asynSetTraceMask call was just before (no dbLoadXXX in between). Now, it is just after. The behavior is different. The -1 asynAddress is now behaving as expected. Thanks, -- E Subject: Re: asynAddress, asynPortDriver maxAddr, and addr in setXXXParam From: [email protected] Date: Thu, 18 Apr 2013 09:41:19 -0700 CC: [email protected] To: [email protected] Note that asynSetTraceMask "myPort",-1,0x9 will have an effect only on addresses that are registered at the time that the asynSetTraceMask is invoked. Addresses which are registered later as the result of things like dbLoadRecords will not have their trace mask set. What happens if you move the asynSetTraceMask to after the iocInit? |