To start with, I'd like to understand how the syntax for a setup with a relay expansion works. Each relay box has two analog dimming channels -- I'd like my first coding project to be setting up the two Jebao return pumps and one Waveline circulation pump on three of these four dimming channels. Looking through all the example code, and walking through the Wizard-generated code, I can't figure out how to map these three pumps onto those dimming channels.
The Wizard lets me set up two of the pumps with code that looks like this:
Code: Select all
ReefAngel.DCPump.UseMemory = false;
ReefAngel.DCPump.SetMode( LongPulse,100,60 );
ReefAngel.DCPump.DaylightChannel = Sync;
ReefAngel.DCPump.ActinicChannel = AntiSync;
Also, what's the difference between DCPump Nutrient Export mode and Short pulse mode? They both take exactly the same format variables, and appear to be described in similar terms. Happy to have any insight on this one.
Thanks,
Josh