Results 1 to 4 of 4

Thread: Percentage slider to adjust tunze 6055 on 0-10v

  1. #1
    Regular Vistor
    Join Date
    Jan 2018
    Location
    Indiana
    Posts
    18

    Percentage slider to adjust tunze 6055 on 0-10v

    Hello,

    I have tried searching for this information for the last few days and have been unsuccessful. I would appreciate help in finding I thread I need/ posting correctly if this has already been discussed or if I posted incorrectly.

    I have my tunze 6055 set up on a schedule, but I am wondering if it is possible to had some sort of slider to manually control the percentage of power on the pump. Essentially, I am looking for the equivalent to the power knob on the tunze controller in fusion. Any help will be much appreciated and thank you.

  2. #2
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,464
    There is no way to do that on the dashboard.

    If you want to temporarily override the existing programming to run the pump at a specific speed other than OFF or ON (100%), you can add a Set statement at the end of the existing programming.

    Set 60

    Will run the pump at a constant 60% until you remove that line to allow the normal programming to execute.
    Please do not send me PMs with technical questions or requesting assistance - use the forums for Apex help. PM me ONLY if the matter is of a private or personal nature. Thanks.

  3. #3
    Regular Vistor
    Join Date
    Jan 2018
    Location
    Indiana
    Posts
    18
    That is unfortunate that is not an option. Thank you for the response.


    Sent from my iPhone using Tapatalk

  4. #4
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,464
    You could also use an available feed cycle to do this on a timed basis.

    If FeedX 000 Then 60


    Or you could use a virtual output to cause the pump to run at a specific speed while that VO is on:


    [Tunze60]
    Set OFF

    In the Tunze output program:
    ... existing programming ...
    If Output Tunze60 = ON Then 60


    The latter method can be enhanced to be a timed period of so desired.
    Please do not send me PMs with technical questions or requesting assistance - use the forums for Apex help. PM me ONLY if the matter is of a private or personal nature. Thanks.

Similar Threads

  1. Question: Tunze 6055
    By reeflvr in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 0
    Last Post: 10-30-2021, 03:30
  2. Question: Variable Speed Ports (0-10V) w/ Tunze 6055 (0-6.5V)
    By rhykerdreef in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 2
    Last Post: 11-25-2019, 10:38
  3. Help! Tunze 6055 and VDM Program
    By Raptor72 in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 18
    Last Post: 03-09-2019, 09:20
  4. Help! Tunze 6055 Degobah System
    By Sells in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 2
    Last Post: 05-10-2015, 17:54
  5. Help! moving 4 tunze 6055's from tunze contol to apex
    By Lucifa in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 3
    Last Post: 03-12-2014, 17:21

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
  •