I also would like to know if these are able to control the three channels on my SOL Blues? In the outlet menu I see only two channels listed, blu and wht no royal. I just purchased this unit along with the VDM Module.
The way the Axes evaluates programming is top to bottom, as it goes done the listing for each outlet, it looks for statements that are TRUE. Any statement which is true takes precedence over any prior TRUE statment. So in your example below, the DoW statement overrides the Time statement. The statements are not additive, which seems to be the way you are thinking they work.
In order to do what you want, you will need to use a virtual outlet to handle the cloudy periods.
I have to dash to catch a flight. If no one else chimes in with some examples, I'll try to do so when I have a chance.
In the meantime, look at the new user guide to learn all about about using virtual outlets.
Curt helped me out with this. All is good now. Thanks
Now you're speaking my language! I suppose you could say that there are similarities. The parsing of an ACL stops at the first match (or TRUE condition), whereas the Apex parses the entire listing of statements and acts upon the last TRUE. Plus, ACLs always have an implicit deny at the end; Apex has no equivalent or even similar process.That helps! So it's logic is similar to an access list on a Cisco router or firewall.
This is my Weather channel named Cloudy. Clouds is the profile I created.
Set OFF
If Time 13:00 to 17:00 Then Clouds
If DoW SM-WT-- Then OFF