Specifications
Section 6. Data Table Declarations and Output Processing Instructions
Parameter
& Data Type
Enter
Reps
Constant
The number of maximum values to determine. When repetitions are greater than 1, the
source must be an array.
Source
Variable
The name of the Variable that is the input for the instruction.
DataType
A code to select the data storage format.
Constant
Alpha Code Data Format
IEEE4 IEEE 4 byte floating point
FP2 Campbell Scientific 2 byte floating point
DisableVar
Constant,
Variable, or
Expression
A non-zero value will disable intermediate processing. Normally 0 is entered so all inputs
are processed. For example, when the disable variable is ≠0 the current input is not
checked for a new maximum. The maximum that is eventually stored is the maximum
that occurred while the disable variable was 0.
Value Result
0 Process current input
≠ 0
Do not process current input
Time
Option to store time of Maximum. When time is output, the maximums for all reps are
output first followed by the respective times at which they occurred.
Constant
Value Result
0 Do not store time
1 Store time
Minimum (Reps, Source, DataType, DisableVar, Time)
This instruction stores the minimum value that occurs in the specified Source
variable over the output interval. Time of minimum value(s) is optional output
information, which is selected by entering the appropriate code in the time
parameter.
Parameter
& Data Type
Enter
Reps
Constant
The number of minimum values to determine. When repetitions are greater than 1, the
source must be an array.
Source
Variable
The name of the Variable that is the input for the instruction.
DataType
A code to select the data storage format.
Constant
Alpha Code Data Format
IEEE4 IEEE 4 byte floating point
FP2 Campbell Scientific 2 byte floating point
DisableVar
Constant,
Variable, or
Expression
A non-zero value will disable intermediate processing. Normally 0 is entered so all inputs
are processed. For example, when the disable variable is ≠0 the current input is not
checked for a new minimum. The minimum that is eventually stored is the minimum that
occurred while the disable variable was 0.
Value Result
0 Process current input
≠ 0
Do not process current input
Time
Option to store time of Minimum. When time is output, the minimum values for all
repetitions are output first followed by the times at which they occurred.
Constant
Value Result
0 Do not store time
1 Store time
6-25