Reeferparty
New member
How do I program my wxm and powerheads to automatically enter feed mode at a certain time? I'm trying to have them turn off for when my auto feeder cycles on twice a day.
If you just want to turn them off you could do it with a timer string.
If Time 12:00 to 12:01 Then OFF
Sent from my iPhone using Tapatalk
Hmm and they'd turn back on after?
There's no way to string in feed mode automatically?
Assuming you have a "Set ON" command in there somewhere, like...
Set ON
If Time 12:00 to 12:01 Then OFF
... then yes, it'll turn back on.
Nope. Feed mode can only be manually activated. You can't program it.
Can't you enter
If FeedA 005 Then OFF (or whatever time you want them off) at the bottom of your coding?
This will delay them turning on for 5 minutes.
I have the AFS and this is how I have it set up.
Create a virtual outlet,
V_Feed
Set OFF
If Time 09:05 to 09:06 Then ON
Feeder Outlet
Feeder
Set OFF
If Outlet v_Feed = ON Then ON
Defer 001:00 Then ON (this allows the water to calm down before it comes on)
My Tunze's have this on the bottom of their code
If FeedA 005 Then OFF
If FeedD 010 Then OFF (I use FeedD for W/C's, which is set to 15 minutes)
Have you tried the Neptune systems forum?
https://forum.neptunesystems.com/sh...40-to-a-specific-mode&highlight=feed+mode+wxm
When I string in "Set ON" -it defaults to 100% constant
Sent from my iPhone using Tapatalk