First my set up

NEW SALT WATER RESERVOIR 7 US Gal capacity
Name = NSW Device # 5_1
Has a Optical Level Sensor named NSW_SW (Device 6_14) to stop DOS when water level is LOW and also Email me when it LOW

OLD SALT WATER RESERVOIR 7 US Gal capacity
Name = OSW Device # 5_2
Has a Optical Level Sensor named OSW_SW (Device 4_13) to stop DOS when water level is HI and also Email me when its HI

What I would like to do is to ADD and REMOVE at the same time 6 Us Gals over a 3 day period.

I have the Left DOS (NSW) set to ADD 7570.8 mL per day
CODE
Fallback OFF
tdata 00:00:00,1,19,2,17,2,88,143,2,78,2,28,10,0
If NSW_SW OPEN Then OFF
If OSW_SW CLOSED Then OFF

I have the Right DOS (OSW) set to REMOVE 7570.8 mL per day
CODE
Fallback OFF
tdata 00:00:00,1,3,2,17,2,88,143,2,78,2,28,10,0
If NSW_SW OPEN Then OFF
If OSW_SW CLOSED Then OFF

1 - I would like to Start this when I press the FEED CYCLE D and let it run until done.


Any and all help would be appreciated.