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: Re: archive engine scanned vs sampling
From: "Kasemir, Kay via Tech-talk" <tech-talk at aps.anl.gov>
To: Geoffrey Savage <savage at fnal.gov>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>
Date: Wed, 27 Mar 2024 20:13:37 +0000

I think there’s a copy/paste error in that example, listing the same channel name twice.

As for scan vs. monitor:

Both internally “monitor” the channel and receive an update whenever the IOC sends an update, which for analogs depends on the SCAN and ADEL of the record.

<period>00:10:00</period><scan/> will write the most recently received value every 10 seconds.

<monitor/> will write every received, well, monitor, but because of internal buffering you should provide an estimated change period. So <period>1.0</period><monitor/> means: Please write every received value, and assume that you won’t get them more frequently than once every second.

Longer explanation can be found in in the older manual.pdf on https://controlssoftware.sns.ornl.gov/chanarch/, section 2.3 Sampling Options.

 

 

 

From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Geoffrey Savage via Tech-talk <tech-talk at aps.anl.gov>
Date: Wednesday, March 27, 2024 at 1:04
PM
To: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov>
Subject: [EXTERNAL] archive engine scanned vs sampling

Hi,

I'm not understanding these two example entries from the archive engine doc.  Do they have the same behavior as explained in the Scanned/Sampled section of the doc?

https://urldefense.us/v3/__https://cs-studio.sourceforge.net/docbook/ch11.html__;!!G_uCfscf7eWS!Yrp6X1ys7AL3BEGrVLlF3UVvjpzI-Y6aKuuW1hOU6b8wNzAODrNZwo_lb2nPKG4GzxZeUsQRkfc02S8chTfl3w$

      <!-- Channel that is scanned every 10 minutes-->
      <channel>
         <name>NSV:Enable</name>
         <period>00:10:00</period><scan/>
         <enable/>
      </channel>

      <!-- Channel that enables sampling of this group -->
      <channel>
         <name>NSV:Enable</name>
         <period>1.0</period><monitor/>
         <enable/>
      </channel>

Geoff


References:
archive engine scanned vs sampling Geoffrey Savage via Tech-talk

Navigate by Date:
Prev: archive engine scanned vs sampling Geoffrey Savage via Tech-talk
Next: iocStats Restart IOC PV does not work Abdalla Ahmad 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: archive engine scanned vs sampling Geoffrey Savage via Tech-talk
Next: iocStats Restart IOC PV does not work Abdalla Ahmad 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, 28 Mar 2024 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·