If anyone wants to help me verify my Apex code is correct for my BRS 1.1ml dosing pump, I would appreciate it. I will run it tonight hooked up to a light just to verify but I might miss a few doses do to sleeping. I think it will dose 3.3 ml every hour for 6 hours. I am not sure were to put the ph fail safe command. Does it go at the beginning or the end. I thought the beginning otherwise the other commands would be conducted with out shutting off. I know the ph fail safe is low. It's winter here and we are all closed up. So ph never gets above 8.2 right now. I ordered 1/2" murlock pipe to run from the skimmer through the crawl space to a small vent on the side of the house. That will be a project for next weekend. Thanks for you help.
Fallback OFF
Set OFF
If pH > 8.30 Then OFF
If Time 21:00 to 21:03 Then ON
If Time 22:00 to 22:03 Then ON
If Time 23:00 to 23:03 Then ON
If Time 00:00 to 00:03 Then ON
If Time 01:00 to 01:03 Then ON
If Time 02:00 to 02:03 Then ON
If Time 03:00 to 03:03 Then ON
If FeedA 000 Then OFF
Fallback OFF
Set OFF
If pH > 8.30 Then OFF
If Time 21:00 to 21:03 Then ON
If Time 22:00 to 22:03 Then ON
If Time 23:00 to 23:03 Then ON
If Time 00:00 to 00:03 Then ON
If Time 01:00 to 01:03 Then ON
If Time 02:00 to 02:03 Then ON
If Time 03:00 to 03:03 Then ON
If FeedA 000 Then OFF

It looks like you should be fine either way.

