Section 10. Troubleshooting
513
scans that store data are not skipped. If any scan skips repeatedly, optimization
of the datalogger program or reduction of on-line processing may be necessary.
Skipped scans in Pipeline Mode indicate an increase in the maximum buffer depth
is needed. Try increasing the number of scan buffers (third parameter of the
Scan() instruction) to a value greater than that shown in the MaxBuffDepth
register in the Status table.
10.5.4.3 SkippedSystemScan
The CR3000 automatically runs a slow sequence to update the calibration table.
When the calibration slow sequence skips, the CR3000 will try to repeat that step
of the calibration process next time around. This simply extends calibration time.
10.5.4.4 SkippedRecord
SkippedRecord is normally incremented when a write-to-data-table event is
skipped, which usually occurs because a scan is skipped. SkippedRecord is not
incremented by all events that leave gaps in data, including cycling power to the
CR3000.
10.5.4.5 ProgErrors
Should be 0. If not, investigate.
10.5.4.6 MemoryFree
A number less than 4 kB is too small and may lead to memory-buffer related
errors.
10.5.4.7 VarOutOfBounds
Related Topics:
• Declaring Arrays
(p. 144)
• VarOutOfBounds
(p. 513)
When programming with variable arrays, care must be taken to match the array
size to the demands of the program. For example, if an operation attempts to
write to 16 elements in array ExArray(), but ExArray() was declared with 15
elements (for example, Public ExArray(15)), the VarOutOfBound runtime error
counter is incremented in the Status table each time the absence of a sixteenth
element is encountered.
The CR3000 attempts to catch VarOutOfBound errors at compile time (not to be
confused with the CRBasic Editor pre-compiler, which does not). When a
VarOutOfBound error is detected at compile time, the CR3000 attempts to
document which variable is out of bounds at the end of the CompileResults
message in the Status table. For example, the CR3000 may detect that
ExArray() is not large enough and write Warning:Variable ExArray out of
bounds to the CompileErrors field.
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: ......