EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

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 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
<== Date ==> <== Thread ==>

Subject: behavior of PINI
From: Di Wang via Tech-talk <tech-talk at aps.anl.gov>
To: <tech-talk at aps.anl.gov>
Date: Mon, 22 Apr 2024 20:29:45 +0900
Hi,

I noticed inconsistent behavior across different records after setting 
the PINI field.  For my understanding, if the PINI field is set to YES, 
the record should be process with an initial value of 0. 

The db file (tested with R7.0.8 softIocPVA)
record(bo, "bo"){
  field(PINI, "YES")
}
record(aao, "aao"){
  field(PINI, "YES")
}
record(ao, "ao"){
  field(PINI, "YES")
}
record(longout, "lo"){
  field(PINI, "YES")
}
record(stringout, "so"){
  field(PINI, "YES")
}
record(mbbo, "mbbo") {
  field(PINI, "YES")
}
record(mbbo, "mbboval") {
  field(PINI, "YES")
  field(VAL, "0")
}
record(mbboDirect, "mbbodir"){
  field(PINI, "YES")
}

I checked the value of UDF and TIME. I think if TIME field has a value 
then that means this record is processed. I also tried PINI=RUNNING, got 
the same result. 
Are there any specific reasons why mbbo/mbboDirect are not being 
processed? Why UDF is cleared only for ao/aao?
ao, UDF: 0, TIME: OK
aao, UDF: 0, TIME: OK
bo, UDF: 1, TIME: OK
longout, UDF: 1, TIME: OK
stringout, UDF: 1, TIME: OK
mbbo, UDF: 1, TIME: undefined
mbbo (Set VAL manually), UDF: 0, TIME: OK
mbboDirect, UDF: 1, TIME: undefined

Cheers,
Di Wang



Navigate by Date:
Prev: Re: AW: Readback of output variables in adsDriver Torsten Bögershausen via Tech-talk
Next: AW: AW: Readback of output variables in adsDriver Meyer, Markus via Tech-talk
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: Epics Integration with Allen Bradley 1769-L33ER PLC Hovanes Egiyan via Tech-talk
Next: Disable output record using asynInt32 interface automatic read from the hardware Yann Mandza via Tech-talk
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
ANJ, 29 Apr 2024 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·