Apex code

At a minimum for the outlet in question:

Kalk Outlet Code:
Code:
OSC 000:00/015:00/240:00 Then ON

However, I would put the above in a virtual outlet named KALKMIXTIME and then put the following in the outlet code:

Virtual Outlet [KALKMIXTIME]:
Code:
OSC 000:00/015:00/240:00 Then ON

Kalk Outlet Code:
Code:
Fallback OFF
Set OFF
If Output KALKMIXTIME = ON Then ON
 
Last edited:
Can anyone show me the apex code to have a kalk stirrer, stir every four hours for 15 min?

Thanks!
I tried this but it's still staying on the entire Time
 

Attachments

  • Screenshot_20210821-151732_APEX Fusion.jpg
    Screenshot_20210821-151732_APEX Fusion.jpg
    67.5 KB · Views: 37

Attachments​

Screenshot_20210821-152950_APEX Fusion.jpg

First, a dumb question: Is the output slider set to AUTO on your dashboard? Your code is fine, but if the slider is not on AUTO, the code is ignored.

Second, using that series of If Time commands is inefficient. OSC is the recommended way to implement repeating patterns of equal intervals:

Fallback OFF
OSC 020:00/015:00/205:00 Then ON

And again, set the slider to AUTO.

For details on how this works, watch my OSC Tutorial:
 
Glad you got it sorted. Would you mind posting the solution? You could potentially help someone else that might have the same issue.

Besides that, those that helped would like to know how you solved it. :)
 

IF YOU HAD TO TAKE A REEFING EXAM, WOULD YOU PASS?

  • Yes!

    Votes: 32 45.7%
  • Not yet, but I have one that I want to buy in mind!

    Votes: 9 12.9%
  • No.

    Votes: 26 37.1%
  • Other (please explain).

    Votes: 3 4.3%

New Posts

Back
Top