Programmable logic

Essentially you use a solenoid; 2 John Guest Y-fittings and create a bypass around your flow restrictor. Similar to a manual flush valve.

Create 2 virtual outlets:
FlushTime
Set OFF
If Outlet RO_System = ON Then ON
Defer 001:30 Then ON

FlushOSC
OSC 000:30/000:15/059:45 Then ON
If Outlet FlushTime = OFF Then OFF

Now on the solenoid:
RO_Flush
Fallback OFF
Set OFF
If Outlet RO_System = ON Then ON
If Outlet FlushTime = ON Then OFF
If Outlet FlushOSC = ON Then ON
 
Essentially you use a solenoid; 2 John Guest Y-fittings and create a bypass around your flow restrictor. Similar to a manual flush valve.

Create 2 virtual outlets:
FlushTime
Set OFF
If Outlet RO_System = ON Then ON
Defer 001:30 Then ON

FlushOSC
OSC 000:30/000:15/059:45 Then ON
If Outlet FlushTime = OFF Then OFF

Now on the solenoid:
RO_Flush
Fallback OFF
Set OFF
If Outlet RO_System = ON Then ON
If Outlet FlushTime = ON Then OFF
If Outlet FlushOSC = ON Then ON

Thank you mate, now lol, would you know how I can do that on my profilux:crazy1:
 
Back
Top