Oh, so the outputs are the same then. Interesting. Did you try cutting some of the grates out to see if it increased the flow pattern?
What is the speed on the "L" setting? My manuals are both in Chinese. Thanks.
Are we even sure that these pump can be controlled by pwm it being s brushless dc motor
I will, however, pose a question to anyone with more expertise than myself to answer. Isn't the switching power supply (the power adapter) using the same on/off switching to regulate the voltage that gets supplied to the controller?
Are we sure the motors are DC? They are not switching AC are they? Like the 'DC' Koralias?
Im sure thier dc but being brushless with three wires it could be alternating current 3 phase with I dont thank can be controlled by pwm but by electronic speed control but thats just a guess, if they can be controlled by pwm then they could be hooked up to ardunio pwn and you could write your own programs for wave and speeds that would be nice
Pretty sure it is not 3 phase. Appears to be +24V, ground and the (VA) control signal. My bet is on +5V PWM for the VA line. I don't have a pump, but based on the photos posted of the controller board, the PIN on the microcontroller the VA trace connects to, and what I am was able to find in the datasheets of that chip family, that is my best guess.
Dennis
Sort of but with a different outcome in mind. A Switch Mode Power Supply is providing a regulated output voltage. It is true that it does this by switching the source on and off to maintain the output voltage and current. However ample filters are provided to make sure that the output is as smooth and clean as possible.
A PWM signal on the other hand is all about the duty cycle, the ratio of time the signal is on to the time the signal is off. The net result of this when only the voltage is considered is that a PWM signal appears to be a variable voltage between 0V and the +V and given sufficient switching frequency can appear to be provide variable voltage output. This style of voltage regulation works well with LEDs as they can switch at high frequency without being damaged and our eyes are not able to detect the high frequency pulsing.
As to whether or not this device would damage the pump controller, it depends. The higher the frequency of the PWM output the less chance the uC will be affected. You can minimize this by not turning the output down too much. You would want to keep the output high enough that the +5V regulator in the controller is able to provide a steady +5V output. What that level is is open to discussion. My guess would be about 7 - 8V
Dennis