top of page

Tech Forum

View posts below.


This post is from a suggested group

Fuel Pump Configuration issue on PDM25

I have a Fueltech FT550 - Pin 9 (blue) from ECU connector B goes to PDM connector A7 = Input 1.

On PDM25 connector D10 = Output 24 (25amp) goes to Fuel pump.

Output 24 set up as:

ree
ree

Button 2 on Can Keypad set to Latching

74 Views

Would this setting for the fuel pump Input be ok?

ree

This post is from a suggested group

Andrew Van Pelt
Andrew Van Pelt
17 days ago · posted in Tech Forum

Cooling fan wiring and operation for drag and drive build

Currently planning and wiring up a PDM28 on a drag and drive build. Curious on success wiring up a cooling fan. Using a FuelTech 600 and 15 button keyboard. Ideally would like the fan to run off coolant temp from FuelTech and be able to use the button on the keypad as an override for cooling in the pits. Thank you for the help.

160 Views
George
George
Sep 28

Yeah shouldn't be a problem. Just set up the CAN from the FT to the PDM. Then use the CAN variable for coolant temp to turn on the fan. The output function would be something like -

Output on if

CAN input variable (clt) > 80

Or

CAN keypad 1 button 1 (fan ovr) state equals true

This post is from a suggested group

Jocelyn Attard
Jocelyn Attard
29 days ago · posted in Tech Forum

Water Pump

i have a problem about the water pump when i switching of the engine is not staying on i am confused i am using pwm with can communication so when i switching the ecu of the temperature is going off im not sure what is this problem

ree

208 Views
George
George
Sep 16

Where is your CAN input water temp value coming from? Also what is the output logic function

This post is from a suggested group

pro software on pdm25

Hi does any one work with the pro software on pdm 25 me is telling me for the password but i connected is telling me is on with the green plug in the bottom corner

203 Views
George
George
Sep 11

Hi, unfortunately the V1 PDM25 is not compatible with the pro software.

This post is from a suggested group

PDM25 causing can bus issue

I have several devices all happily communicating on a can bus. The PDM25 is one such device on that network. Whilst the PDM is powered ON, the traffic on the network is all fine. I can scope the traffic and see the waveforms are well formed and timings correct. However, if the PDM is powered OFF it takes down the network with it. The waveform is completely suppressed to zero, it vanishes.

The PDM is NOT configured with a termination resistor as the network already has two nodes configured with this, and the bus resistance is the required 60ohmns. Why is the PDM disrupting the network like this?

All other devices on the network can be powered up/down independently without disrupting the network. With the PDM off, it must be physically disconnected from the network before the other devices can operate again. This certainly isn't correct or expected behavior f…


235 Views

Any thoughts? Devices on this bus must be able to be powered up/down independently without effecting the bus. This is a show stopper for us.

This post is from a suggested group

Automatic fuel transfer

I want to setup an automatic fuel transfer using the sensor calibration (FUEL_LEVEL) input. My goal is the fuel pump turns on when the calibrated fuel tank level reaches 4 gallons and off at 9 gallons. I am using the counter to make it work but is there a better way to achieve this without the counter?


on if


CAN keypad 1 Button 4 state equals true


ree
ree

Thanks


188 Views

you could possibly get a similar result using generic functions. on if equal to or greater than 4. and value is less than 9. that way the value is true if it's greater than or equal to 4 gallons. and on if its less than 9. they're for keeping the level between 4-9 gallons

This post is from a suggested group

Hazard lights configuration

I'm strongly considering using a PDM15 with my project car but I have a question regarding items which always need to be functional regardless of the 'ignition 'state' of the car. As I understand it, it is not recommended to permanently connect the PDM15 ignition input to +12v as this drains the battery over time. Is there a way then to program the PDM15 for a hazard light function without the ignition terminal being connected to 12v?


Thanks,


Trevor

251 Views

for a simple task of hazard signals its probably best to just use a flasher relay. but i needed power steps to come out and be controlled by the pdm i just used a relay and diode to trigger the ignition on for the pdm.

This post is from a suggested group

Using one CAN Guage to measure two temps

Hi smart people,


I am working on an EV conversion, and I'm using speedhut CAN based guages. I have room for only one temperature guage (temp range 0-100 celcius), but would ideally like to have the option to see the temp on both the electric motor and its inverter.


Here's my current approach:


  • The guage will only read one pre-defined CAN message, so I've defined two CAN outputs in the PDM config that will send the correct message to the guage when activated.

  • I'm sending two different CAN messages from the motor / inverter (with different addresses (not the same as the message required by the guage) and I have successfully parsed the right data into the CAN output messages.

  • I'm trying to use a PDM switch input (true, false) to specify which of the two CAN messages are sent to the guage.


175 Views

Me again, I solved it! Most likely that will happen a lot over the next few weeks... For those who are interested - the solution was in the Maths Section - using 'choose' to feed one of two alternative values into the CAN output

This post is from a suggested group

App availability for IOS

Is there an application available to run on Apple IOS tablet to monitor outputs etc. or plans to create one?

182 Views

Hi, Unfortunately the PDMs dont have bluetooth or wifi so there isnt the option to communicate wirelessly

bottom of page