Adjust documentation about longout feature
This commit is contained in:
@ -16,13 +16,18 @@ should also be read to understand what has changed since earlier releases.
|
||||
## Changes made on the 7.0 branch since 7.0.7
|
||||
|
||||
<!-- Insert new items immediately below here ... -->
|
||||
### Extend longout conditions to write the OUT link (OOPT field)
|
||||
|
||||
The longout record has now the capacity to condition its output write operation to
|
||||
different options, using the OOPT field (similar to calcout record). This is
|
||||
the first output record to have such feature as a result of the
|
||||
[Make output records only write on change](https://bugs.launchpad.net/epics-base/+bug/1398215)
|
||||
issue on Launchpad.
|
||||
### Add conditional output (OOPT) to the longout record
|
||||
|
||||
The longout record can now be configured using its new OOPT and OOCH fields
|
||||
to (not) write to its output link depending on the contents of VAL, in a
|
||||
similar manner to the calcout record. More information can be found on the
|
||||
reference page for the longout record type that accompanies this release.
|
||||
|
||||
This functionality was suggested in
|
||||
[lp# 1398215](https://bugs.launchpad.net/epics-base/+bug/1398215) and may
|
||||
be added to other output record types if the community finds it useful,
|
||||
please send feedback about the feature to tech-talk.
|
||||
|
||||
### Tab completion for IOC shell
|
||||
|
||||
|
@ -85,7 +85,9 @@ for information on the format of hardware addresses and database links.
|
||||
|
||||
=head4 Menu longoutOOPT
|
||||
|
||||
The OOPT field determines the condition that causes the output link to be
|
||||
The OOPT field was added in EPICS UNRELEASED.
|
||||
|
||||
It determines the condition that causes the output link to be
|
||||
written to. It's a menu field that has six choices:
|
||||
|
||||
=menu longoutOOPT
|
||||
@ -117,6 +119,8 @@ VAL is non-zero and last value was zero.
|
||||
|
||||
=head4 Changes in OUT field when OOPT = On Change
|
||||
|
||||
The OOCH field was added in EPICS UNRELEASED.
|
||||
|
||||
If OOCH is C<YES> (its default value) and the OOPT field is C<On Change>,
|
||||
the record will write to the device support the first time the record gets
|
||||
processed after its OUT link is modified, even when the output value has
|
||||
|
Reference in New Issue
Block a user