Page 1 of 1

PDM30 PINS

PostPosted: Mon Mar 03, 2025 2:28 am
by godrift
I NEED small help about combining pins
can i combine two pins 8A for example pin b1 & b2 total if i combine them will be 16A
is it possible to do this

Re: PDM30 PINS

PostPosted: Mon Mar 03, 2025 4:17 am
by David Ferguson
You can combine two (or more) outputs, but it's important that they use the exact same condition to become active. I usually create a function that is true when the ganged outputs are to be on, and use this function as the condition for each output.

Also, set the same cuirrent limits for each output - say 1/2 the expected total for two outputs.

Re: PDM30 PINS

PostPosted: Wed Mar 05, 2025 9:37 pm
by godrift
David Ferguson wrote:You can combine two (or more) outputs, but it's important that they use the exact same condition to become active. I usually create a function that is true when the ganged outputs are to be on, and use this function as the condition for each output.

Also, set the same cuirrent limits for each output - say 1/2 the expected total for two outputs.

-----------
just wondering about your last point saying 1/2 the total .
if im combining two pins and each one 8A. should i consider each pin as 4A you mean.?

Re: PDM30 PINS

PostPosted: Thu Mar 06, 2025 1:41 am
by David Ferguson
As an example, let's say you are using two 8A outputs to control a load that should be maximum of 12A. I would set the current limit for each of the outputs to 6A (1/2 of the 12A max load) to have it trip if there was a sustained 15A load and the wiring wasn't capable of handling that.