OSC / SUN Question

Krugar

New member
Hi all,

I've just been reading the online .pdf while I wait for my AC3 to arrive & I had a quick question:

Can I do this:

If SUN -045/060 THEN SEIO ON
OSC 035/025 M THEN SEIO ON

Or would I need to set up a dummy timer like this:

If SUN -045/060 THEN DMY ON
OSC 035/025 M THEN SEIO ON
IF DMY=OFF THEN SEIO OFF

EDIT: The idea is to turn the pump on for 35 minutes every hour, but only 45 minutes before sun up to 60 minutes after sun down.

Also the manual has 2 versions of the OSC command, one like I used above and one like this:

OSC 010/010 ON/OFF Then PM1 ON

How is ON/OFF different from M? Are there other arguements?
Is there a varible naming convention? I've seen HET^, LT1*, PH1%, etc. Does the suffix imply anything?

Sorry if I'm rehashing anything, I manually scanned 5 pages withought finding an answer. Search won't let me in today.

Cheers!
 
Use:

If SUN -045/060 THEN DMY ON
OSC 035/025 ON/OFF THEN SEIO ON
IF DMY=OFF THEN SEIO OFF

The correct syntax for the OSC statement is as above, but I think AquaNotes will accept either. The fourth character of the timer name maps to the character displayed on the 'run/status' display of the AquaController. The fourth character mapping is as follows:

$ - light symbol
# - wave symbol
% - up/down arrows
& - open/closed box

Curt
 
Back
Top