I am using the LowATO channel to control the DC pump and it has been working fine under 1.0.9. The code I have been using is shown below.
The question is, has the ReefAngel.DCPump.LowATOChannel function been changed in the latest software and any suggestion on how I can resolve the problem?
Code: Select all
// *****************************JEBOA setup 16-09-13 *****************************
ReefAngel.DCPump.UseMemory = true;
ReefAngel.DCPump.DaylightChannel = None;
ReefAngel.DCPump.ActinicChannel = None;
ReefAngel.DCPump.FeedingSpeed=60;
ReefAngel.DCPump.WaterChangeSpeed=0;
ReefAngel.DCPump.LowATOChannel=Sync;