Speed Control Flow Pump via Input pin

Users Who Are Viewing This Thread (Total: 0, Members: 0, Guests: 0)

Polo1616

New member
Joined
Feb 11, 2024
Messages
6
Reaction score
0
Location
Bahrain
Hello,

I want to control the speed of a flow pump via the input pins

Does the input pin support variable voltage from 0-10v??
so if I input:
-- 0v means OFF
-- 5v means 50% speed
-- 10v means 100%

My aim is to sync the wave speed with sea hight data

I will do it via a microcontroller "Wifi ESP32" which will be connected to an API to read the sea height data >> Any alternative ways I should approach this??

Is there a way to link the pump speed via an API directly through the HYDROS controller??
"this will eliminate the need of a microcontroller which is better for me"
 
It is possible under a Flow Pump Schedule to use a 0-10V INPUT to control the pump schedules speed. If you set the flow profile to Constant and then go to the bottom and enable advanced settings, you will see a CONTROL INPUT setting. Here select the 0-10V input you are using from your external source. This will drive the pump schedule flow rate.

There is no other way to get this data into Hydros via an API currently.
 
It is possible under a Flow Pump Schedule to use a 0-10V INPUT to control the pump schedules speed. If you set the flow profile to Constant and then go to the bottom and enable advanced settings, you will see a CONTROL INPUT setting. Here select the 0-10V input you are using from your external source. This will drive the pump schedule flow rate.

There is no other way to get this data into Hydros via an API currently.
@JeffB418 Thats amazing, Well most examples I found in this LINK was only on, off examples so I am still not 100% confident this will work

Please if you can guide me through this by sending me all resources I need such as videos, documents ext.. :)
 
It is possible under a Flow Pump Schedule to use a 0-10V INPUT to control the pump schedules speed. If you set the flow profile to Constant and then go to the bottom and enable advanced settings, you will see a CONTROL INPUT setting. Here select the 0-10V input you are using from your external source. This will drive the pump schedule flow rate.

There is no other way to get this data into Hydros via an API currently.
How can I link the 0-10v to an arduino ? I want the arduino to send a voltage to control the speed of the pump any idea?
 
Back
Top