0% found this document useful (0 votes)
52 views1 page

Backwash

This project involves implementing both periodic and on-demand data logging to a SQL database. Specifically, at the end of each backwash cycle, values will be stored in a "BACKWASH" table, including the backwash count, lockout status, and hourmeter values. Additionally, the HMI will automatically record the backwash running status, differential pressure, and system running status to a "PERIODIC" table every 10 minutes.

Uploaded by

my pedro
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views1 page

Backwash

This project involves implementing both periodic and on-demand data logging to a SQL database. Specifically, at the end of each backwash cycle, values will be stored in a "BACKWASH" table, including the backwash count, lockout status, and hourmeter values. Additionally, the HMI will automatically record the backwash running status, differential pressure, and system running status to a "PERIODIC" table every 10 minutes.

Uploaded by

my pedro
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Project 18 

GOAL: 
Implement both periodic and on‐demand data logging to a SQL database 

  

SUMMARY: 
Oh, boy, here’s the tricky part!   

First, at the end of each backwash cycle, we want to store some values into a table called “BACKWASH,” 
namely our backwash count, lockout status, and our hourmeter values. 

But that’s not all!  Every 10 minutes, we want the HMI to automatically record the following data into a 
table called “PERIODIC:” backwash running status, differential pressure, system running status. 

 
TAG USAGE: 

N7:8  BACKWASH_COUNT  Backwash Cycle Count 


B3:5/15  BACKWASH_LOCKOUT  Backwash Lockout 
B3:4/6  BACKWASH_RUNNING  Backwash Running 
F8:3  DIFF_PRES  Differential Pressure 
N7:11  HOURMETER_HRS  Hourmeter Hours 
N7:12  HOURMETER_KHRS  Hourmeter Hours (x1000) 
N7:10  HOURMETER_MINS  Hourmeter Minutes 
N7:9  HOURMETER_SECS  Hourmeter Minutes 
B3:6/7  LOG_BW_DATA  Log Backwash Data Bit 
B3:3/8  SYS_RUNNING  System Running 
 

You might also like