Subject: |
Record timestamp does not update (Debian Linux only) |
From: |
Michael Ritzert <[email protected]> |
To: |
EPICS Tech-Talk <[email protected]> |
Date: |
Tue, 23 Sep 2014 18:11:41 +0900 |
Dear all,
I just found this problem on two different Debian machines (testing,
unstable), x86_64. On Scientific Linux (6.5), also x86_64, the problem
does not show up. With softIoc from base 3.14.12.4 for this DB:
record(ao, "VOLT:set")
{
field(VAL, "5")
field(PINI, "1")
}
record(calcout, "VOLT:calc")
{
field(OOPT, "When Non-zero")
field(DOPT, "Use OCAL")
field(OCAL, "A")
field(CALC, "1")
field(OUT, "VOLT:set")
field(INPA, "VOLT:req CP")
}
record(ao, "VOLT:req")
{
field(VAL, "5")
field(PINI, "1")
}
I see that the time stamp of VOLT:set does not change when writing to
VOLT:req, but the value changes as expected:
TIME: 2014-09-23 18:04:16.464355407 TPRO: 0 TSE: 0
TSEL:CONSTANT UDF: 0 VAL: 5
TIME: 2014-09-23 18:04:16.464355407 TPRO: 0 TSE: 0
TSEL:CONSTANT UDF: 0 VAL: 2
TIME: 2014-09-23 18:04:16.464355407 TPRO: 0 TSE: 0
TSEL:CONSTANT UDF: 0 VAL: 0
after IOC initialization, caput VOLT:req 2, and caput VOLT:req 0
respectively.
The time stamps of VOLT:calc and VOLT:req are updated as expected.
Can anybody reproduce this behavior?
Best regards,
Michael Ritzert
--
Dr. Michael Ritzert Tel: +49 621 181 2883
Schaltungstechnik und Simulation Fax: +49 621 181 2734
Technische Informatik, Uni Heidelberg [email protected]
68131 Mannheim, Germany http://sus.ziti.uni-heidelberg.de
- Replies:
- Re: Record timestamp does not update (Debian Linux only) Ralph Lange
- Navigate by Date:
- Prev:
Bug in autosave 5.4 Ralph Lange
- Next:
Re: snmp error Dirk Zimoch
- 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:
RE: Bug in autosave 5.4 Mooney, Tim M.
- Next:
Re: Record timestamp does not update (Debian Linux only) Ralph Lange
- 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
|