It will only bypass those values if it is hardcoded.
Here is an example:
The code below will not bypass any memory settings.
But the code below will always bypass any memory settings and will always turn on at 10am and off at 6pm
Code: Select all
ReefAngel.StandardLights(Port1,10,0,18,0);
If you use the first, the order you change the memory settings is what is going to matter.
Let's say you upload a "Internal Memory" code that you generated with RAGen and then upload your "PDE" code that you generated with RAGen.
Assuming you didn't change the "PDE" code, it will start working with the same schedule you entered on the "Internal Memory" code.
If you change the light shcedule through the Client, the previous schedule that was created by the RAGen will be erased and the new schecule sent by the Client will take over.
I hope this helped.
Roberto.