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: | setting NTP time sync interval on vxWorks |
From: | "Zhang Yuliang" <[email protected]> |
To: | tech-talk <[email protected]> |
Date: | Fri, 3 Jul 2015 16:36:10 +0800 (GMT+08:00) |
Hi all, I want to know how to set the NTP time sync interval on vxWorks. The output of "NTPTime_Report 1" shows the default interval is 60 seconds: timingMain>NTPTime_Report 1 NTP driver is synchronized with server Syncronization interval = 60.0 seconds Last synchronized at 2015-07-03 16:06:19.062927 OS tick rate = 60 Hz (nominal) Measured tick rate = 60.007 Hz NTP Server = 10.1.201.31 value = 0 = 0x0 I can modify the variable "NTPTimeSyncInterval" in file $(EPICS_BASE)\src\libCom\osi\osiNTPTime.c to change the sync interval. Is there a command can be used in ioc shell? Best regards, Zhang Yuliang