We have discovered what may be possible bug with the aao record. The problem
appears to be in the "put_array_info" routine, which stores the number of
points to write in the NELM field of the record. The problem with this that if
you write less than NELM points to the aao record, any further connections to
this record get the new, lower, value of NELM (through "cvt_dbaddr" or
"get_array_info") and are no longer able to write as many points as the record
originally specified.
My questions are:
o Shouldn't "put_array_info" be updating the NORD field instead of the NELM
field? (if so, it means we should probably change the code in
devAaoCamac.c as well).
o What is the correct value, NELM (the capacity of the record) or NORD (the
number of points actually written) to return from "cvt_dbaddr" and
"get_array_info"?
o (and, BTW... shouldn't SIOL be defined as an OUTLINK on an aao record?)
Eric Bjorklund
AOT-6 (LANSCE Operations)
LANL ([email protected])
- Navigate by Date:
- Prev:
Proposed stepper motor code modifications Ric Claus
- Next:
re: HTML tools Mark Rivers
- 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:
Proposed stepper motor code modifications Ric Claus
- Next:
Remote Camera Control Jeffrey J. Gross
- 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
|