99
1010=title Array Analog Input (aai)
1111
12- The array analog input record type is used to read array data. The array data can
12+ The array input record type is used to read array data. The array data can
1313contain any of the supported data types. The record is in many ways similar to the
1414waveform record. It allows, however, the device support to allocate the array
1515storage.
@@ -31,14 +31,14 @@ The record-specific fields are described below, grouped by functionality.
3131
3232=head3 Scan Parameters
3333
34- The array analog input record has the standard fields for specifying under what
34+ The array input 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
3838=head3 Read Parameters
3939
4040These fields are configurable by the user to specify how and from where the record
41- reads its data. The INP field determines from where the array analog input gets
41+ reads its data. The INP field determines from where the array input gets
4242its input. It can be a hardware address, a channel access or database link, or a
4343constant. Only in records that use soft device support can the INP field be a
4444channel access link, a database link, or a constant. Otherwise, the INP field must
@@ -83,7 +83,7 @@ Parameters> for more on the record name (NAME) and description (DESC) fields.
8383
8484=head3 Alarm Parameters
8585
86- The array analog input record has the alarm parameters common to all record types.
86+ The array input record has the alarm parameters common to all record types.
8787
8888=head3 Monitor Parameters
8989
@@ -108,11 +108,11 @@ These are the possible choices for the C<APST> and C<MPST> fields:
108108
109109=head3 Run-time Parameters
110110
111- These parameters are used by the run-time code for processing the array analog
111+ These parameters are used by the run-time code for processing the array
112112input record. They are not configured using a configuration tool. Only the VAL
113113field is modifiable at run-time.
114114
115- VAL references the array where the array analog input record stores its data. The
115+ VAL references the array where the array input record stores its data. The
116116BPTR field holds the address of the array.
117117
118118The NORD field holds a counter of the number of elements that have been read
@@ -439,7 +439,7 @@ Scan forward link if necessary, set PACT FALSE, and return.
439439
440440=head3 Fields Of Interest To Device Support
441441
442- Each array analog input record record must have an associated set of device
442+ Each array input record record must have an associated set of device
443443support routines. The primary responsibility of the device support routines is to
444444obtain a new array value whenever C<read_aai()> is called. The device support
445445routines are primarily interested in the following fields:
0 commit comments