Section 7. Installation
194
•
Mathematical
•
Logical
Examples include:
•
Process a variable array without use of For/Next
•
Create boolean arrays based on comparisons with another array or a
scalar variable
•
Copy a dimension to a new location
•
Perform logical operations for each element in a dimension using scalar
or similarly located elements in different arrays and dimensions
Note Array-assigned expression notation is an alternative to For/Next
instructions that can be used by advanced programmers. It will probably
not reduce processing time significantly over the use of For/Next. To
reduce processing time, consider using the Move() instruction, which
requires even more intensive programming.
Syntax rules:
•
Definitions:
o
Least-significant dimension — the last or right-most figure in an
array index. For example, in the array array(a,b), b is the least-
significant dimension index. In the array array(a,b,c), c is least
significant.
o
Negate — place a negative or minus sign (-) before the array index.
For example, when negating the least-significant dimension in
array(a,b,c), the notion is array(a,b,-c)
•
An empty set of parentheses designates an array-assigned expression.
For example, reference array() or array(a,b,c)().
•
Only one dimension of the array is operated on at a time.
•
To select the dimension to be operated on, negate the dimension of index
of interest.
•
Operations will not cross dimensions. An operation begins at the
specified starting point and continues to one of the following:
o
End of the dimension
o
Where the dimension is specified by a negative
o
Where the dimension is the least significant (default)
Summary of Contents for CR3000 Micrologger
Page 2: ......
Page 3: ......
Page 4: ......
Page 6: ......
Page 30: ......
Page 34: ......
Page 36: ......
Page 96: ......
Page 485: ...Section 8 Operation 485 8 11 2 Data Display FIGURE 110 Keyboard and Display Displaying Data ...
Page 487: ...Section 8 Operation 487 FIGURE 112 CR1000KD Real Time Custom ...
Page 491: ...Section 8 Operation 491 FIGURE 116 Keyboard and Display File Edit ...
Page 496: ......
Page 502: ......
Page 564: ...Section 11 Glossary 564 FIGURE 126 Relationships of Accuracy Precision and Resolution ...
Page 566: ......
Page 594: ......
Page 598: ......
Page 600: ......
Page 602: ......
Page 624: ......
Page 642: ......
Page 643: ......