22
MS represents the Memory Status of the datalogger. This number indicates how many arrays
have been written to memory. If, as in the above example, it is at 8000 and WF (wrap format) =
1, then memory has been filled and it is now overwriting the oldest arrays. If it is at 8000 and
WF = 0, then the memory has been filled and logging has stopped. Figure 17 illustrates the ring
memory scheme.
1
8000
Figure 17 - Order of Array Usage
OP represents the Output Position that the next array will be written to.
UP represents the User Position. This value is updated by D and P commands. The user may
display arrays from this position or reposition to another array. The last column in the data array
is the User Position.
Display nnnn arrays from the current User Position. Press any key (other than a letter or digit) to
abort the display
*P3600
MS:8000 OP:3683 UP:3600
*D5
2009,94,0838,28,3.22,22.23,9978.889,25.0,3600
2009,94,0838,33,3.22,22.23,9978.917,25.0,3601
2009,94,0838,38,3.22,22.23,9979.131,25.0,3602
2009,94,0838,43,3.22,22.23,9979.185,25.0,3603
2009,94,0838,48,3.22,22.23,9979.192,25.0,3604
MS:8000 OP:3683 UP:3605
*
The format is comma delineated ASCII, identical to that displayed when the Monitor mode is
active. See Appendix D for a sample data file. See Appendix C in regards using the D command
to collect data. When the array display is finished the memory pointers are displayed.