You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
I have a tide gate that opens when the tide reaches a certain elevation and closes after two hours. I can open it based on the node depth, but there is no response when I try and close it using TIMEOPEN < 2.0.
What is the proper syntax to use to relate the conduit status (open or closed) to TIMEOPEN if the original control was based on node depth?
RULE GATELOGIC
IF NODE O2 DEPTH > 15
AND CONDUIT 015 TIMEOPEN < 2.0
THEN CONDUIT 015 STATUS = OPEN
ELSE CONDUIT 015 STATUS = CLOSED
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a tide gate that opens when the tide reaches a certain elevation and closes after two hours. I can open it based on the node depth, but there is no response when I try and close it using TIMEOPEN < 2.0.
What is the proper syntax to use to relate the conduit status (open or closed) to TIMEOPEN if the original control was based on node depth?
RULE GATELOGIC
IF NODE O2 DEPTH > 15
AND CONDUIT 015 TIMEOPEN < 2.0
THEN CONDUIT 015 STATUS = OPEN
ELSE CONDUIT 015 STATUS = CLOSED
The text was updated successfully, but these errors were encountered: