This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

WATE CAD CONTROLS

How can I set up a controls system that turns a pump on or off based on a fixed time, or turns it off when a certain level is obtained in the reservoir? Example: "Pump on at 8:30PM and pump off at 9am or when it reaches reservoir level 200.

Parents
  • Rene,

    A simple way to do this is to just make two controls. Here is an example: The first control would read like this, "IF Clock Time = 8:30 PM THEN PMP-2 Pump Status = On" and the second would read like this, "IF Clock Time = 9:00 AM THEN PMP-2 Pump Status = Off ". You could also do this using a "time from start" control, but a clock time control is probably easier in this situation if you want the controls to repeat everyday the same time. You can have a look at this wiki, which explains the difference between a clock time control and a time from start control.

    communities.bentley.com/.../22023.what-is-the-difference-between-a-clock-time-control-and-a-time-from-start-control

    You can't have a control that turns a pump on and off based on a level in a reservoir because reservoirs don't have a level property, but you could do it based on the hydraulic grade.

    Regards,
    Mark

    Mark

  • Thanks Mark. You answered it only partially. Yes I have used the hydraulic grade in the reservoir, resp. an adjacent node, but it appears that after the pumps turn off based on hydraulic grade, they restart until the pump is turned off by the clock.
    Rene
  • Rene,

    If you're still having trouble with your model I can have a look at it. There are two options for sharing your model files on Communities. If you would like the files to be visible to other members, compress the files into a zip file and upload them as an attachment using the ‘Advanced Reply editor’ before posting. If your data is confidential, you can follow the instructions in the link below to send it to us via Bentley Sharefile. Files uploaded to Sharefile can only be viewed by Bentley.

    communities.bentley.com/.../7079.be-communities-secure-file-upload

    If you upload your model on Sharefile, please just let me know the name of the uploaded file and please also provide me with the details of the element that you're having trouble with.

    Regards,
    Mark

    Mark

Reply
  • Rene,

    If you're still having trouble with your model I can have a look at it. There are two options for sharing your model files on Communities. If you would like the files to be visible to other members, compress the files into a zip file and upload them as an attachment using the ‘Advanced Reply editor’ before posting. If your data is confidential, you can follow the instructions in the link below to send it to us via Bentley Sharefile. Files uploaded to Sharefile can only be viewed by Bentley.

    communities.bentley.com/.../7079.be-communities-secure-file-upload

    If you upload your model on Sharefile, please just let me know the name of the uploaded file and please also provide me with the details of the element that you're having trouble with.

    Regards,
    Mark

    Mark

Children
No Data