Skip to content

Commit

Permalink
Documented change to EXAMPLE_commonPlugins.cmd for R3-3
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRivers committed Jun 24, 2018
1 parent 99c71bc commit 2c8acb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,13 @@ R3-3 (June XXX, 2018)
above, except that in step 5 it loads the NDArray into the flatfile image.
### NDPluginStats
* Changed the time series to use NDPluginTimeSeries, rather than having the time series logic in NDPluginStats.
This reduced the code by XXX lines, while adding the capability of running in Circular Buffer mode,
This reduced the code by 240 lines, while adding the capability of running in Circular Buffer mode,
not just a fixed number of time points.
* NOTE: The names of the time series arrays for each statistic have not changed. However, the name of the PVs to control
the time series acquisition have changed, for example from $(P)$(R)TSControl, to $(P)$(R)TS:TSAcquire. This may
require changes to clients that were controlling time series acquisitions.
* EXAMPLE_commonPlugins.cmd has changed to load an NDPluginTimeSeries plugin and database for each NDPluginStats plugin,
so the local commonPlugins.cmd file must be updated.
### ADApp/Db/
* Added default ADDR=0 and TIMEOUT=1 to many template files. This means these values do not need to be specified
when loading these databases if these defaults are acceptable, which is often the case.
Expand Down

0 comments on commit 2c8acb5

Please sign in to comment.