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: Timing in seq record |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | "Johnson, Andrew N." <anj at anl.gov> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 3 Mar 2022 13:21:17 +0000 |
Hi Andrew,
> Assuming that you’re seeing this on a Windows IOC I believe the fix for that was in ...
No,
as my original message said I am seeing this on Linux (Centos 7).
However,
my statement that issue
that Freddie referenced (106) is closed is incorrect. That issue is still open. That issue references several other issues that are closed, which is why I was confused.
I believe Freddie is correct in his more recent message:
> There
were timers waking up early, but also half a quantum being subtracted from the time value asked for, I think to give a good average wakeup time for systems when wakeup is on boundaries of the quantum. I see that this subtraction still happens
This looks like a problem of quantum/2 subtraction.
Mark
From: Johnson, Andrew N. <anj at anl.gov>
Sent: Wednesday, March 2, 2022 10:17 PM To: Mark Rivers <rivers at cars.uchicago.edu> Cc: Freddie Akeroyd - STFC UKRI <freddie.akeroyd at stfc.ac.uk>; tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: Re: Timing in seq record Hi Mark,
Assuming that you’re seeing this on a Windows IOC I believe the fix for that was in GitHub PR 131 https://github.com/epics-base/epics-base/pull/131 which was merged into the 3.15 branch (released
in 3.15.9). The 3.15 branch was then merged into the 7.0 branch prior to the release of 7.0.6 last July.
The release notes for it unfortunately don’t describe the problem very clearly or refer to the issue or pull request numbers, and because the fix came up from 3.15 they’re buried in the middle of the file, but they can be found in the 7.0 branch file at https://github.com/epics-base/epics-base/blob/7.0/documentation/RELEASE_NOTES.md#use-waitable-timers-on-microsoft-windows
- Andrew
--
Complicity is easy, Simplexity takes real work
On Mar 2, 2022, at 8:37 PM, Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> wrote:
|