Jump to content

Another AC III programming Question


mcallahan

Recommended Posts

I'm trying to setup 2 feed timers for my ACIII.

Feed A will be for feeding the fish with all the powerheads (except for one) being off and the return being off

Feed B will be for feeding the corals with only the return pump being off.

I get an error that says:

// Then or for expected

I don't know what that means

Here is my program:

If Time > 09:30 Then ACT ON

If Time > 21:30 Then ACT OFF

If Time > 13:30 Then ML1 ON

If Time > 20:00 Then ML1 OFF

If Time > 13:45 Then ML2 ON

If Time > 20:15 Then ML2 OFF

If Timer ML1 = ON Then FN1 ON

If Timer ML2 = ON Then FN1 ON

If Time > 13:30 Then FN1 ON

If Time > 20:15 Then FN1 OFF

If Time > 21:30 Then FL1 ON

If Time > 09:30 Then FL1 OFF

If Temp > 77.6 Then FN2 ON

If Temp = 77.5 Then FN2 OFF

If Temp < 77.5 Then FN2 OFF

If Temp > 81.5 Then ML1 OFF

If Temp > 81.5 Then ML2 OFF

If Temp < 77.3 Then HT1 ON

If Temp = 77.3 Then HT1 ON

If Temp > 77.3 Then HT1 OFF

OSC 001/001 ON/OFF Then PM1 ON

OSC 001/001 ON/OFF Then PM2 ON

OSC 001/001 ON/OFF Then PM3 ON

If Timer FN2 = ON Then FN3 ON

If Timer FN2 = OFF Then FN3 OFF

If Time > 00:00 Then RN1 ON

If Time > 00:00 Then PM2 ON

If Time > 00:00 Then PM4 ON

If Time > 00:00 Then PM5 ON

If Feed cycle = A Then PM2 OFF \\ Error: Then or for expected

If Feed cycle = A Then PM4 OFF \\ Error: Then or for expected

If Feed cycle = A Then PM5 OFF \\ Error: Then or for expected

If Feed cycle = A Then RN1 OFF \\ Error: Then or for expected

If Feed cycle = B Then RN1 OFF \\ Error: Then or for expected

If Feed cycle = B Then PM2 ON \\ Error: Then or for expected

If Feed cycle = B Then PM4 ON \\ Error: Then or for expected

If Feed cycle = B Then PM5ON \\ Error: Then or for expected

Link to comment
Share on other sites

If you read the last page of the thread, it looks like there were lots of issue with the release so hopefully they are fixing them.

Another reason I don't want to risk anything with a BETA. Sounds fun and I can't wait to get the app going, but its not worth the headache if it crashes the controller.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...