Kessil

Who knows Apex programming?

Bruce Spiegelman

Sponsorship, Public Relations
BOD
I'm trying to confirm I have this right. Can anyone validate what this will do? Preferably before midnight when I have it set to start. :) @Vhuang168


Fallback OFF
OSC 000:00/004:10/055:50 Then ON
If Time 06:00 to 23:59 Then OFF
If pH > 8.35 Then OFF
 
Last edited:
Looking forward to the resident expert to chime in. I'm using a similar routine and syntax so thought I'd take a stab at sharing.

From what I see:
  • Every 55 min 50 sec you are running a process that will run for 4 min 10 sec; total time 60 min per cycle.

  • This will occur between midnight and 5:00AM (There is a possible time conflict at 06:00.)

  • This will occur if pH is less than 8.35

* I think you might need to change: "If Time 06:00" to "If Time 06:01 to 23:59 Then On" to keep from the last cycle from conflicting with "6:00" (55:50 + 4:10 = 60 minutes; occurring 00:00, 01:00, 02:00, 03:00, 04:00, 05:00, [06:00]*. The last 6:00 cycle won't run because Time 06:00 = OFF.

What do you think?

(https://forum.neptunesystems.com/showthread.php?24976-OSC-Command)
 
I'm trying to confirm I have this right. Can anyone validate what this will do? Preferably before midnight when I have it set to start. :) @Vhuang168


Fallback OFF
OSC 000:00/004:10/055:50 Then ON
If Time 06:00 to 23:59 Then OFF
If pH > 8.35 Then OFF
Would be a lot easier to evaluate and more educational if you said what you expect it to do, and for what purpose.
 
It's supposed to dose 20ml of a substance over a 6 hour period from a 1.1 ml a minute doser.
Using this calculator your time is off a little


1613460415466.png
 
Back
Top