Ford - Superduty Can question

Hopefully someone out there can assist me. I am in the process of making a digital dash for a superduty truck. I am building a realcan module for my older superduty but have a newer one, and would like to get my indicators from the can. I was able to connect to my wife’s Lincoln and pull left turn signal, brake, door ajar. The right turn signal I can see but its a solid value and not changing like the left turn signal.

Has anyone done a Ford can xml file or have a list of addresses? I took one of the existing XMLs and edited to get the couple I do have working, working.

Also, I have a 2017 Ford Superduty as well and I cannot get the OBDlink Ex or Sx to connect to the can. I can get OBD to work no issue, but can will not connect.

Have you checked on a Ford SD site for people dipping into this stuff?

I would expect, knowing that FROD security is tight, that you may get help there.

Also, you need to be clear what year you are working with, its not clear from your message other than you have a 2017, and depending upon year, they will be different.

hello my friend, is there any development about ford can xml, i started my project today, there are a lot of deficiencies, please help about ford

If you just need to find the CAN ID’s and location of the data, I might be able to help. I have a lot of ford DBC data. I don’t have broad XML sheets since DBC files don’t convert to realdash XML files easily. If you tell me what you’ve tried, I can suggest alternate data.

This will give a good starting point:

https://github.com/wjcloudy/DBCtoRDXML

I can also create XML files from clear description documents.

@realdashdev

Any chance you have a Ford xml for can? Trying this again and was hoping you might have Ford available

No, sorry. No updates on that front.

What do you need mapped and do you have a dbc file?

I have an xml file for my 2020 mustang that I keep adding to. Ford has a lot of CAN IDs that are split between bytes or annoying to convert to the xml format.

If you have the know-how to confirm some CAN IDs, I can see if my car shares the same format.

Working on this would require to have actual vehicle. Currently we do not have resources to scan vehicles for their CAN communications.

I am decoding can bus messages for ford fiesta mk8 2020 can you create xml file for me if i provide them

Sure, if they are in a format that I understand.

opSend(0x591, 0x91, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF); // Keep alive signal
opSend(0x3B2, 0x45, 0x00, 0x00, 0x8E, B00000000, 0x00, B00000000, 0x00); //Ignition
opSend(0x179, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00); //Odometer and Service
opSend(0x156, 0x00, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00); //Coolant
opSend(0x04C, 0x00, 85, 85, 0x00, 0x00, 0x00, 0x00, 0x00); //Airbag
opSend(0x213, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00); //Parking Brake (Fusion 2013)
opSend(0x3C3, 0x00, B11111111, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00); //Vehicle Alarm + Parking Brake
opSend(0x416, 0x0E, 0x00, 0x00, 0x00, 0x00, B00000000, B00000000, 0x00); //absLight
opSend(0x3b4, 0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00); //TPMS
opSend(0x421, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00); //ECU
opSend(0x42C, 0x00, 0x00, 0xA6, 0x00, 0x00, 0x00, 0x00, 0x00); //Charging System
opSend(0x877, 0x23, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00); //Power Steering
opSend(0x191, 65, 17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00); //Language?
opSend(0x3B3, 0x00, 0x00, 0x00, 0x00, 100, 0x00, 0xFF, 0x00); //Outside Temp
opSend(0x3D8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00); //Front Camera
opSend(0x46A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00); //Tractioncontrol
opSend(0x46B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, B00000000); //High Beam + Auto Hed

@realdashdev pls help