Simple OmniPro II question

Frunple

Active Member
Simple for most of you I bet!

So this is the code:
3. TIMED 20 MINUTES BEFORE SUNSET MTWTFSS
AND IF Fam Built-in LEVEL IS LESS THAN 50%
AND IF Winter-F ON
OR
AND IF Fall-F ON
THEN SET LIGHTING LEVEL Fam Built-in TO 75%

I think thats going to "combine" the Fam Built-in LEVEL and the Winter-F into being one condition but what I want is the light to go to 75% if it is less than 50% at this time and I only want this to happen if the Winter-F or Fall-F are on, either one of them.
So how do I do that?? Do I just get rid of the "or"?
 
Simple for most of you I bet!

So this is the code:
3. TIMED 20 MINUTES BEFORE SUNSET MTWTFSS
AND IF Fam Built-in LEVEL IS LESS THAN 50%
AND IF Winter-F ON
OR
AND IF Fall-F ON
THEN SET LIGHTING LEVEL Fam Built-in TO 75%

I think thats going to "combine" the Fam Built-in LEVEL and the Winter-F into being one condition but what I want is the light to go to 75% if it is less than 50% at this time and I only want this to happen if the Winter-F or Fall-F are on, either one of them.
So how do I do that?? Do I just get rid of the "or"?

Try:

3. TIMED 20 MINUTES BEFORE SUNSET MTWTFSS
AND IF Fam Built-in LEVEL IS LESS THAN 50%
AND IF Winter-F ON
OR
AND IF Fam Built-in LEVEL IS LESS THAN 50%
AND IF Fall-F ON
THEN SET LIGHTING LEVEL Fam Built-in TO 75%

Aaron
 
Another question... is anyone else losing a minute a day on their OmniPro II??
Just noticed my clock was off yesterday so I reset it, now this morning its a minute behind again.
 
Another question... is anyone else losing a minute a day on their OmniPro II??
Just noticed my clock was off yesterday so I reset it, now this morning its a minute behind again.


There is a setting/offset to fix the drift. I forget what's it's called, but it's in the manual.

Aaron
 
CLOCK ADJUSTMENT
If the clock on an OmniPro II is running faster or slower than the actual time, you can have the OmniPro II automatically
compensate up to 29 seconds per day. The OmniPro II will add or subtract the selected amount of time daily.
CLOCK ADJUSTMENT: 30
1-59=-29 TO +29 SEC/DAY
Enter 1-29 to subtract 1-29 seconds. Enter 31-59 to add 1-29 seconds. Enter 30 for no adjustment to the clock.
The default setting is 30.

Also make sure this is set correctly:
AC POWER FREQUENCY
Set this to the appropriate AC Powerline Frequency.
AC POWER FREQUENCY: 1
1=60HZ 2=50HZ

You can make these changes in PC Access as well in the Miscellaneous Settings and Location sub tab.
 
Back
Top