This post is from a suggested group
Config file Fueltech FT550 for the Pro PDM Configurator V1.1.9 software
I am looking for a configuration file for the Fueltech FT550 with the PDM25 V2 for the Pro PDM Configurator V1.1.9 software.
View posts below.
This post is from a suggested group
I am looking for a configuration file for the Fueltech FT550 with the PDM25 V2 for the Pro PDM Configurator V1.1.9 software.
This post is from a suggested group
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:
Button 2 on Can Keypad set to Latching
This post is from a suggested group
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.
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
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
Where is your CAN input water temp value coming from? Also what is the output logic function
This post is from a suggested group
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
This post is from a suggested group
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…
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
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
Thanks
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
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
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
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.
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
Please email contact@hardwire-electronics.co.uk and we will send you one