Feed Mode on Tunze
Posted: Mon Mar 04, 2013 7:50 am
Hi Again,
Is it possible to change the speed of my 2 controllable powerhead to 30% or less on Feed Mode? I don't want to turn them off.
Currently running this:
////// Place your custom code below here
if (hour()>14)
{
ReefAngel.PWM.SetDaylight (75);
ReefAngel.PWM.SetActinic (75);
}
else
{
ReefAngel.PWM.SetDaylight (25);
ReefAngel.PWM.SetActinic (25);
}
////// Place your custom code above here
Is it possible to change the speed of my 2 controllable powerhead to 30% or less on Feed Mode? I don't want to turn them off.
Currently running this:
////// Place your custom code below here
if (hour()>14)
{
ReefAngel.PWM.SetDaylight (75);
ReefAngel.PWM.SetActinic (75);
}
else
{
ReefAngel.PWM.SetDaylight (25);
ReefAngel.PWM.SetActinic (25);
}
////// Place your custom code above here