Backwash
Backwash
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: