Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Epics Base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lnf-da-control
Epics Base
Commits
716d297c
Commit
716d297c
authored
7 years ago
by
Andrew Johnson
Browse files
Options
Downloads
Plain Diff
Merge development branches into core/master
parents
c4c7bff6
5e5e56b3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
configure/CONFIG_ENV
+3
-0
3 additions, 0 deletions
configure/CONFIG_ENV
documentation/RELEASE_NOTES.html
+40
-2
40 additions, 2 deletions
documentation/RELEASE_NOTES.html
modules/database
+1
-1
1 addition, 1 deletion
modules/database
modules/libcom
+1
-1
1 addition, 1 deletion
modules/libcom
with
45 additions
and
4 deletions
configure/CONFIG_ENV
+
3
−
0
View file @
716d297c
...
...
@@ -47,6 +47,9 @@ EPICS_CAS_SERVER_PORT=
EPICS_CAS_INTF_ADDR_LIST=""
EPICS_CAS_IGNORE_ADDR_LIST=""
# Servers to disable
EPICS_IOC_IGNORE_SERVERS=""
# Log Server:
# EPICS_IOC_LOG_PORT Log server port number etc.
EPICS_IOC_LOG_PORT=7004
...
...
This diff is collapsed.
Click to expand it.
documentation/RELEASE_NOTES.html
+
40
−
2
View file @
716d297c
...
...
@@ -3,11 +3,11 @@
<html>
<head>
<meta
http-equiv=
"content-type"
content=
"text/html; charset=iso-8859-1"
>
<title>
EPICS
Base R3.16.1
Release Notes
</title>
<title>
EPICS
7.0
Release Notes
</title>
</head>
<body
lang=
"en"
>
<h1
align=
"center"
>
EPICS
Base
Release
3.16
.1
</h1>
<h1
align=
"center"
>
EPICS Release
7.0
.1
</h1>
<!-- Insert new items immediately below this template ...
...
...
@@ -17,6 +17,44 @@
-->
<h3>
dbVerify() has been restored to dbStaticLib
</h3>
<p>
This routine was removed in Base-3.16.1 but has been reimplemented in this
release by special request. Note that the error message strings that it returns
when verification fails have changed, but are still designed for display to the
user.
</p>
<h3>
Simulation mode improvements
</h3>
<p>
Records that support simulation mode have two new fields,
<tt>
SSCN
</tt>
(Simulation Scan Mode) and
<tt>
SDLY
</tt>
(Simulation Delay).
<tt>
SSCN
</tt>
is a
menu field that provides an alternate value for the
<tt>
SCAN
</tt>
field to be
used while the record is in simulation mode. This is especially useful for I/O
scanned records, for which simulation mode was not working at all. Setting
<tt>
SDLY
</tt>
to a positive value makes the record process asynchronously in
simulation mode, with the second stage processing happening after the specified
time (in seconds).
</p>
<h3>
Extend the dbServer API with init/run/pause/stop methods
</h3>
<p>
This change permits IOCs to be built that omit the CA server (RSRV) by
removing its registrar entry which is now provided in the new
<tt>
rsrv.dbd
</tt>
file. Other server layers can be built into the IOC (alongside RSRV or in place
of it) by registering them in a similar manner. The dbServer API is documented
with Doxygen comments in the header file.
</p>
<p>
Specific IOC server layers can be disabled at runtime by adding their name to
the environment variable EPICS_IOC_IGNORE_SERVERS (separated by spaces if more
than one should be ignored).
</p>
<h2
align=
"center"
>
Changes from the 3.16 branch since 3.16.1
</h2>
<!-- Insert inherited items immediately below here ... -->
<h2
align=
"center"
>
Changes made between 3.16.0.1 and 3.16.1
</h2>
<h3>
IOC Database Support for 64-bit integers
</h3>
...
...
This diff is collapsed.
Click to expand it.
database
@
c528ca5a
Compare
d5fc85a4
...
c528ca5a
Subproject commit
d5fc8
5a45
1a62d99e86ef0651014c29eae51087
7
Subproject commit
c528ca
5a
e
45
4d3cccb8396b8902751a05f9b8c2
7
This diff is collapsed.
Click to expand it.
libcom
@
7b7abaea
Compare
222162bc
...
7b7abaea
Subproject commit
222162bcb60e615bf08a6e18d6ca359fef9a1dbc
Subproject commit
7b7abaea0598a1b8ad0338a50f869152f31eedc8
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment