From 59ee7b32bc532797fffd1fa3fa7f2283a394df6c Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 5 Oct 2021 00:19:50 -0500 Subject: [PATCH] "Desired Output": change "Loc" to "Link" in prompt string --- modules/database/src/std/rec/aoRecord.dbd.pod | 2 +- modules/database/src/std/rec/boRecord.dbd.pod | 4 ++-- .../src/std/rec/dfanoutRecord.dbd.pod | 4 ++-- .../src/std/rec/int64outRecord.dbd.pod | 2 +- .../src/std/rec/longoutRecord.dbd.pod | 10 ++++----- .../database/src/std/rec/lsoRecord.dbd.pod | 22 +++++++++---------- .../src/std/rec/mbboDirectRecord.dbd.pod | 2 +- .../database/src/std/rec/mbboRecord.dbd.pod | 2 +- .../src/std/rec/stringoutRecord.dbd.pod | 6 ++--- 9 files changed, 27 insertions(+), 27 deletions(-) diff --git a/modules/database/src/std/rec/aoRecord.dbd.pod b/modules/database/src/std/rec/aoRecord.dbd.pod index 5c7dc61bb..6f56478c2 100644 --- a/modules/database/src/std/rec/aoRecord.dbd.pod +++ b/modules/database/src/std/rec/aoRecord.dbd.pod @@ -307,7 +307,7 @@ for more information on simulation mode and its fields. interest(1) } field(DOL,DBF_INLINK) { - prompt("Desired Output Loc") + prompt("Desired Output Link") promptgroup("40 - Input") interest(1) } diff --git a/modules/database/src/std/rec/boRecord.dbd.pod b/modules/database/src/std/rec/boRecord.dbd.pod index 2c9f0d7ce..1968f7652 100644 --- a/modules/database/src/std/rec/boRecord.dbd.pod +++ b/modules/database/src/std/rec/boRecord.dbd.pod @@ -39,7 +39,7 @@ output mode select (OMSL) field, which can have two possible values: C or C. If C is specified, the value in the VAL field can be set externally via dbPuts at run-time. If C is specified, the VAL field's value is obtained from the -address specified in the desired output location (DOL) field which can be a +address specified in the Desired Output Link (DOL) field which can be a database link or a channel access link, but not a constant. To achieve continuous control, a database link to a control algorithm record should be entered in the DOL field. @@ -218,7 +218,7 @@ for more information on simulation mode and its fields. menu(menuOmsl) } field(DOL,DBF_INLINK) { - prompt("Desired Output Loc") + prompt("Desired Output Link") promptgroup("40 - Input") interest(1) } diff --git a/modules/database/src/std/rec/dfanoutRecord.dbd.pod b/modules/database/src/std/rec/dfanoutRecord.dbd.pod index d1f4d4dc8..82a3ecf7d 100644 --- a/modules/database/src/std/rec/dfanoutRecord.dbd.pod +++ b/modules/database/src/std/rec/dfanoutRecord.dbd.pod @@ -43,7 +43,7 @@ originates, i.e., the data which is to be fowarded to the records in its output links. The output mode select (OMSL) field determines whether the output originates from another record or from run-time database access. When set to C, the desired output is retrieved from the link -specified in the desired output (DOL) field, which can specify either a +specified in the Desired Output Link (DOL) field, which can specify either a database or a channel access link, and placed into the VAL field. When set to C, the desired output can be written to the VAL field via dbPuts at run-time. @@ -228,7 +228,7 @@ hysteresis factors for monitor callbacks. interest(1) } field(DOL,DBF_INLINK) { - prompt("Desired Output Loc") + prompt("Desired Output Link") promptgroup("40 - Input") interest(1) } diff --git a/modules/database/src/std/rec/int64outRecord.dbd.pod b/modules/database/src/std/rec/int64outRecord.dbd.pod index e096ee5d5..09fd38d6d 100644 --- a/modules/database/src/std/rec/int64outRecord.dbd.pod +++ b/modules/database/src/std/rec/int64outRecord.dbd.pod @@ -154,7 +154,7 @@ monitoring deadband functionality. interest(1) } field(DOL,DBF_INLINK) { - prompt("Desired Output Loc") + prompt("Desired Output Link") promptgroup("40 - Input") interest(1) } diff --git a/modules/database/src/std/rec/longoutRecord.dbd.pod b/modules/database/src/std/rec/longoutRecord.dbd.pod index 52f5d9e5a..f3738f620 100644 --- a/modules/database/src/std/rec/longoutRecord.dbd.pod +++ b/modules/database/src/std/rec/longoutRecord.dbd.pod @@ -38,10 +38,10 @@ The record must specify where the desired output originates, i.e., the 32 bit integer value it is to write. The output mode select (OMSL) field determines whether the output originates from another record or from database access. When set to C<<< closed_loop >>>, the desired output is retrieved from the link -specified in the desired output (DOL) field (which can specify either a database -or channel access link) and placed into the VAL field. When set to C<<< -supervisory >>>, the desired output can be written into the VAL field via dpPuts -at run-time. +specified in the Desired Output Link (DOL) field (which can specify either a +database or channel access link) and placed into the VAL field. When set to +C<<< supervisory >>>, the desired output can be written into the VAL field via +dpPuts at run-time. A third type of value for the DOL field is a constant in which case, when the record is initialized, the VAL field will be initialized with this constant @@ -98,7 +98,7 @@ for information on the format of hardware addresses and database links. interest(1) } field(DOL,DBF_INLINK) { - prompt("Desired Output Loc") + prompt("Desired Output Link") promptgroup("40 - Input") interest(1) } diff --git a/modules/database/src/std/rec/lsoRecord.dbd.pod b/modules/database/src/std/rec/lsoRecord.dbd.pod index e072552ac..f4f4883ec 100644 --- a/modules/database/src/std/rec/lsoRecord.dbd.pod +++ b/modules/database/src/std/rec/lsoRecord.dbd.pod @@ -31,21 +31,21 @@ These fields are listed in L. The long string output record must specify from where it gets its desired output string. The first field that determines where the desired output originates is -the output mode select (OMSL) field, which can have two possible value: -C or C. If C is specified, DOL is -ignored, the current value of VAL is written, and VAL can be changed externally -via dbPuts at run-time. If C is specified, the VAL field's value is -obtained from the address specified in the desired output location field (DOL) -which can be either a database link or a channel access link. +the output mode select (OMSL) field, which can have two possible values: +C or C. If C is specified, the VAL +field's value is fetched from the address specified in the Desired Output Link +field (DOL) which can be either a database link or a channel access link. If +C is specified, DOL is ignored, the current value of VAL is +written, and VAL can be changed externally via dbPuts at run-time. The maximum number of characters in VAL is given by SIZV, and cannot be larger than 65535. -DOL can also be a constant in addition to a link, in which case VAL is -initialized to the constant value. Your string constant, however, may be -interpreted as a CA link name. If you want to initialize your string output -record, it is therefore best to use the VAL field. Note that if DOL is a -constant, OMSL cannot be C. +DOL can also be a constant instead of a link, in which case VAL is initialized +to the constant value. Most simple string constants are likely to be interpreted +as a CA link name though. To initialize a string output record it is simplest +to set the VAL field directly; alternatively use a JSON constant link type in +the DOL field. =fields VAL, SIZV, DOL, OMSL diff --git a/modules/database/src/std/rec/mbboDirectRecord.dbd.pod b/modules/database/src/std/rec/mbboDirectRecord.dbd.pod index b2acc1b67..7220d1a60 100644 --- a/modules/database/src/std/rec/mbboDirectRecord.dbd.pod +++ b/modules/database/src/std/rec/mbboDirectRecord.dbd.pod @@ -125,7 +125,7 @@ Parameters> for more on the record name (NAME) and description (DESC) fields. interest(1) } field(DOL,DBF_INLINK) { - prompt("Desired Output Loc") + prompt("Desired Output Link") promptgroup("40 - Input") interest(1) } diff --git a/modules/database/src/std/rec/mbboRecord.dbd.pod b/modules/database/src/std/rec/mbboRecord.dbd.pod index 56d031760..8fcd26930 100644 --- a/modules/database/src/std/rec/mbboRecord.dbd.pod +++ b/modules/database/src/std/rec/mbboRecord.dbd.pod @@ -197,7 +197,7 @@ for more information on simulation mode and its fields. #=write Yes } field(DOL,DBF_INLINK) { - prompt("Desired Output Loc") + prompt("Desired Output Link") promptgroup("40 - Input") interest(1) } diff --git a/modules/database/src/std/rec/stringoutRecord.dbd.pod b/modules/database/src/std/rec/stringoutRecord.dbd.pod index 7c4d6299b..63b5da692 100644 --- a/modules/database/src/std/rec/stringoutRecord.dbd.pod +++ b/modules/database/src/std/rec/stringoutRecord.dbd.pod @@ -65,8 +65,8 @@ the output mode select (OMSL) field, which can have two possible value: C<<< closed_loop >>> or C<<< supervisory >>>. If C<<< supervisory >>> is specified, DOL is ignored, the current value of VAL is written, and the VAL can be changed externally via dbPuts at run-time. If C<<< closed_loop >>> is specified, the VAL -field's value is obtained from the address specified in the desired output -location field (DOL) which can be either a database link or a channel access +field's value is obtained from the address specified in the Desired Output +Link field (DOL) which can be either a database link or a channel access link. DOL can also be a constant, in which case VAL will be initialized to the @@ -80,7 +80,7 @@ cannot be C<<< closed_loop >>>. =cut field(DOL,DBF_INLINK) { - prompt("Desired Output Loc") + prompt("Desired Output Link") promptgroup("40 - Input") interest(1) }