VDM and lunar cycle

tmgrash

New member
Does anyone know how to "use" the lunar cycle with AI and vdm module? I cant find anywhere with any direction on this. Here is the code I used because it was in the example but not sure if it is lunar cycling? What does this code tell me?

If moon 000/000 then MoonInt

Thanks
 
I have a sample on my website; actually it is the code I am running for my VDM.

To answer your question; the statement says

When moon rise time (+000) then start the profile named MoonInt and when moon set time (+000) run the MoonInt profile in reverse.
 
Thanks Ken that helps a lot. New question, rather thanthe moon following a rising and setting schedule as well as intensity, is there a way for it to just follow moon intensity cycle so that the moon setting can start when my day lights are off. For instance, my lights go off a 9pm every day, can I make the moon start then but still follow a 29 day intensity cycle? Your help is invaluable.

Here is the code for my blues

Fallback OFF
Set OFF
If Moon 000/000 Then MoonInt
If Time 08:00 to 12:00 Then RampUp
If Time 12:00 to 14:30 Then ON
If Time 17:30 to 21:00 Then RampDnB
 
I have a sample on my website; actually it is the code I am running for my VDM.

To answer your question; the statement says

When moon rise time (+000) then start the profile named MoonInt and when moon set time (+000) run the MoonInt profile in reverse.

Will an "If Sun" work the same way, running the profile in reverse at sunset?
 
Back
Top