Page 1 of 1
PDM parallel output method
Posted:
Mon May 24, 2021 10:57 pm
by SXD
I'm setting up a PDM15 for my race car, and I plan to use three high current channels to run my electric power steering pump - mainly so I can keep track of total electrical load since I run close to the limits of my alternator.
Is there a preferred method for setting up parallel outputs?
The manual seems to suggest they can be paralleled as long as they have the same control conditions, and are of the same type.
Can I name the parallel channels the same and have them all reported as one, or is there a way to add them together into one channel for current reporting?
thanks!
Re: PDM parallel output method
Posted:
Tue May 25, 2021 5:35 am
by David Ferguson
The channels have to have a unique name, but you can use a function to create the condition to turn them all on/off at the same time.
As far as summing the currents / loads, you can't do this in the PDM, however you may be able to do this in a MoTeC dash (depends on model), but certainly in I2 Pro.
Re: PDM parallel output method
Posted:
Tue May 25, 2021 9:48 am
by SXD
thanks
It's easy enough to add them together later, but would be very convenient if channels could be combined at the PDM from a data point of view.
Re: PDM parallel output method
Posted:
Tue May 25, 2021 12:10 pm
by Stephen Dean
It is better to have each of the channels logged separately and then combine them in i2 as this allows for differences in the current draw on each output to be detected and rectified if needed.
To parallel outputs, I construct the control functionality as a function, and use that functions output as the switching channel for the output. When you wire the output, you need to ensure that each of the wires that connect the load to the PDM are as close as possible to being the same length, otherwise it is possible for one of the outputs to have more load compared to the others.
Re: PDM parallel output method
Posted:
Tue May 25, 2021 7:54 pm
by SXD
Thanks Stephen,
The outputs are combined quite close to the PDM so there should be no problem with load sharing.
Using three outputs there will be plenty of headroom too.
The pump has its own control signal so these outputs will be "always on", but I'll have a look at the option for control functions for other channels (multiple fuel pumps etc)