Sutron 8210 Tiny BASIC Block Diagram
The program that I wrote for this application consists of two major components. The first component is a scheduler that coordinates the data gathering formatting and reporting. Running values are totaled in quarterly, hourly, daily, and monthly variables. The report is output hourly to the ICADDY. The program triggers the ICADDY at midnight. The Flowchart is below. Go here for a listing or back to the previous page.
Scheduling & Record Keeping Section
The Tiny Basic Program is broken into two parts. The Main section of the Program takes care of Scheduling and Record keeping.

The second section of the program takes the measurements and computes running averages.

Measurement & Calculation Section