99
1010=title Array Analog Output (aao)
1111
12- The array analog output record type is used to write array data. The array data
12+ The array output record type is used to write array data. The array data
1313can contain any of the supported data types. The record is in many ways similar
1414to the waveform record but outputs arrays instead of reading them. It also
1515allows the device support to allocate the array storage.
@@ -31,7 +31,7 @@ The record-specific fields are described below, grouped by functionality.
3131
3232=head3 Scan Parameters
3333
34- The array analog output record has the standard fields for specifying under what
34+ The array output record has the standard fields for specifying under what
3535circumstances the record will be processed.
3636These fields are described in L<Scan Fields|dbCommonRecord/Scan Fields>.
3737
@@ -40,7 +40,7 @@ These fields are described in L<Scan Fields|dbCommonRecord/Scan Fields>.
4040=head3 Write Parameters
4141
4242These fields are configurable by the user to specify how and where to the record
43- writes its data. The OUT field determines where the array analog output writes
43+ writes its data. The OUT field determines where the array output writes
4444its output. It can be a hardware address, a channel access or database link, or
4545a constant. Only in records that use soft device support can the OUT field be a
4646channel access link, a database link, or a constant. Otherwise, the OUT field
@@ -87,7 +87,7 @@ Parameters> for more on the record name (NAME) and description (DESC) fields.
8787
8888=head3 Alarm Parameters
8989
90- The array analog output record has the alarm parameters common to all record
90+ The array output record has the alarm parameters common to all record
9191types.
9292
9393=head3 Monitor Parameters
@@ -115,11 +115,11 @@ These are the choices available for the C<APST> and C<MPST> fields
115115
116116=head3 Run-time Parameters
117117
118- These parameters are used by the run-time code for processing the array analog
118+ These parameters are used by the run-time code for processing the array
119119output record. They are not configured using a configuration tool. Only the VAL
120120field is modifiable at run-time.
121121
122- VAL references the array where the array analog output record stores its data.
122+ VAL references the array where the array output record stores its data.
123123The BPTR field holds the address of the array.
124124
125125The NORD field holds a counter of the number of elements that have been written
@@ -472,7 +472,7 @@ Scan forward link if necessary, set PACT FALSE, and return.
472472
473473=head3 Fields Of Interest To Device Support
474474
475- Each array analog output record record must have an associated set of device
475+ Each array output record record must have an associated set of device
476476support routines. The primary responsibility of the device support routines is
477477to write the array data value whenever C<write_aao()> is called. The device
478478support routines are primarily interested in the following fields:
0 commit comments