Experimental Physics and Industrial Control System
Subject: |
Epics release 3.12.Beta3 |
From: |
"Gabor Csuka, DESY - Germany" <[email protected]> |
Date: |
Wed, 04 Jan 1995 14:49:56 EST |
Hi Folk,
Experiences with R3.12.Beta3
1. Time Service Configuration
=============================
The TS (Time Service) is configuread as in startup script:
TSdriverDebug=1000
TSconfigure (1, 10, 60, 0, 0)
result with missing UDP/NTP server:
-----------------------------------
queries UDP/123 (NTP) on host & hangs:
#########################################################################
###
### @(#)EPICS IOC CORE $Date: 1994/10/05 18:28:17 $
### @(#)Version R3.12.0
#########################################################################
###
setting EPICS environment parameters
../drvTS.c:352: In TSinit()
../drvTS.c:397: TSinit() - no event receiver
../drvTS.c:414: TSinit() - I am master
../drvTS.c:540: start watch dog at rate 600
../drvTS.c:549: Starting async time watch dog
../drvTS.c:858: in TSsetClockFromUnix()
../drvTS.c:704: in TSgetUnixTime()
../drvTS.c:1576: sizeof sin = 16
../drvTS.c:713: host addr = 131.169.112.71
../drvTS.c:1602: time_out Second=0
../drvTS.c:1603: time_out Microsecond=250000
../drvTS.c:1607: sednto port 123
../drvTS.c:1607: sednto port 123
../drvTS.c:1607: sednto port 123
../drvTS.c:1607: sednto port 123
../drvTS.c:1622: TSgetData - retry count:
Thats meening: as initiate the TS looking for Unix time useing NTP/UDP
on the boot host. (We have no NTS deamon our boot host but we have
somewhere else)
HACK:
=====
int /home/epicsSRC/epicsR3.12.DBeta3/base/src/db/drvTS.c, line 709 ff
/* HACK : herao1 */
#define TS_NTP_HOST "131.169.112.77"
#ifdef TS_NTP_HOST
host_addr = TS_NTP_HOST;
#else
host_addr = bootParms.had; /* bootParms.had = host ethernet address */
#endif
Is any other solution ?
2. SIZE of the iocCore
=======================
We would like to use mvm162-12 board but the iocInit faild during
initialization somewhere the in the memory allocation. (This board
has 4MB memory) Is there any way to reduce the size of the iocCore ?
(The drvSup and devSup has been minimalizied!)
Any suggestion ?
Regards
Gabor Csuka, DESY
[email protected]
- Navigate by Date:
- Prev:
vxWorks version 5.1.1 winans
- Next:
RE: Epics release 3.12.Beta3 - apology Marty Kraimer
- 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
- Navigate by Thread:
- Prev:
vxWorks version 5.1.1 winans
- Next:
RE: Epics release 3.12.Beta3 - apology Marty Kraimer
- 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