PDA

View Full Version : Need some assistance in programming


Garage1217
02/06/2011, 07:29 PM
I have been doing a lot of research trying to get the dimming function working properly "very annoying to say the least as this is 2011 and I should not have to go to this level IMO do something as simple as setup 0-10v dimming in a $500 unit" Ok /endrant *LOL* sorry venting... Just wish this unit was user friendly menu wise for light dimming and menu / or graph based. Anyways....

So here is where I am at....

Fallback OFF
Set OFF
If Time 11:00 to 13:00 Then WRAMPUP
If Time 13:00 to 19:00 Then ON
If Time 19:00 to 21:00 Then WRAMPDN
If Time 21:00 to 11:00 Then OFF
If Temp > 82.0 Then OFF
Min Time 001:00 Then OFF


My issues is with this line....
If Time 13:00 to 19:00 Then ON

I only want this time period to be at 80% maximum as this is my white LED channel. Upon some other posts, it would seem I could enter...
If Time 13:00 to 19:00 ON Then 80p in order to get a value of 80% while on?

The unit accepts that line, but when I go to another outlet setting and then back to the this one, it is gone! And auto turns back to...
If Time 12:00 to 19:00 Then ON

What the heck am I doing wrong? Do I have to set a 3rd profile, for example call it 80P and set it like this...?
- 0 ramp time
- 80 start
- 80 end

and insert it?

RussM
02/06/2011, 07:57 PM
Do I have to set a 3rd profile, for example call it 80P and set it like this...?

You just answered your own question :D Yes.

Garage1217
02/06/2011, 08:37 PM
Gotcha. See that is the part that is not explained well to me in any of the manuals, that you have two separate settings, profiles and outlets and how they interact with eachother / you have to use multiple profiles for a single outlet in order to get it to do what you want. Took me a bit to understand the relationship. Once you get it, it is no biggie but still annoying.