Results 1 to 3 of 3

Thread: FMM FS-50 + DC pump

  1. #1
    New User
    Join Date
    Aug 2013
    Location
    Volta Redonda-RJ Brazil
    Posts
    8

    FMM FS-50 + DC pump

    Is there a way using FMM FS-50 to create a program controling a DC pump to keep it with the same output flow ? My application will be to keep constant my calcium reactor efluent that once a week I need to open the valve to keep the samw flow.

  2. #2
    New User
    Join Date
    Nov 2016
    Location
    akron oh
    Posts
    4

    Same question.

    Quote Originally Posted by Charles Silva View Post
    Is there a way using FMM FS-50 to create a program controling a DC pump to keep it with the same output flow ? My application will be to keep constant my calcium reactor efluent that once a week I need to open the valve to keep the samw flow.
    Using the variable 1-10 port with a DC pump. Is there programming language to accomplish this?

  3. #3
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Quote Originally Posted by tbraff View Post
    Using the variable 1-10 port with a DC pump. Is there programming language to accomplish this?
    Not really. The apex can't do P, PI, or PID control loops. You can create stepped thresholds using multiple flow statements in the format below by tweaking flow values and percent values. The example below is a target value of 100 gph and 50 percent usually being the correct value to achieve that flow. This requires the latest firmware to use the percent feature. If you aren't current you either need to update or use profiles instead of the percentages.

    Set 30
    If flow < 120 Then 40
    If flow < 110 Then 45
    If flow < 100 Then 50
    If flow < 90 Then 55
    If flow < 80 Then 60

    You might be an engineer if...You have no life and can prove it mathematically.

Similar Threads

  1. Help! FMM module not turning pump on automatically
    By Daarkcloud in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 13
    Last Post: 04-08-2021, 15:47
  2. Review My Program FMM module and ATK pump
    By asulistyo in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 3
    Last Post: 11-04-2020, 00:05
  3. Question: Using DOS to replace ATK pump on FMM
    By Aidz740 in forum DŌS & DDR – Dosing and Fluid Metering System
    Replies: 0
    Last Post: 04-12-2020, 15:17
  4. FMM Return pump flow rate
    By ckng2000 in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 3
    Last Post: 05-17-2019, 22:51
  5. Question: ATK pump connector to the FMM
    By dshillen in forum AquaBus Modules, Probes, and Breakout Boxes
    Replies: 1
    Last Post: 02-02-2018, 14:38

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •