Cruise Control

Hardware inside and outside of the ECU
Locked
SHOf429
Posts: 70
Joined: Sun May 24, 2020 11:37 pm

Cruise Control

Post by SHOf429 »

This Ford I intend to fit with rusEFI has cruise handled by the OEM computer. Input comes from one wire, with 5 different states. On is signalled by pulling up to 12v; off is pulling down to GND; set, coast and accel are signalled by various resistance values with reference to GND.

Output is in the form of 2 PWM signals controlling solenoid valves, vent and hold. They are modulated to hold the throttle at some desired value to maintain road speed. The ECU asserts control by a momentary increase of the throttle.

Question is, what I/O configuration would support this and is the code present to do so? Outputs are low side active.
Josh
94 Ford Taurus SHO
Frankenso in progress
User avatar
AndreyB
Site Admin
Posts: 14327
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: Cruise Control

Post by AndreyB »

This project is NOT for emissions regulated or safety regulated applications. This project is for race cars, snow blowers, fixed engine applications, and science experiments.

In light of the above there will absolutely be no cruise control logic in rusEFI.
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
puff
contributor
contributor
Posts: 2961
Joined: Mon Nov 11, 2013 11:28 am
Location: Moskau

Re: Cruise Control

Post by puff »

I'd love to have cruise control on my snowblower! :D
SHOf429, if you add such a feature, please, let me know :roll:
dbh97
contributor
contributor
Posts: 93
Joined: Sat Jul 19, 2014 10:43 pm
Location: 67867
Github Username: chuckwagoncomputing
Slack: dbh97

Re: Cruise Control

Post by dbh97 »

AndreyB wrote:
Wed Jun 03, 2020 1:59 am
This project is NOT for emissions regulated or safety regulated applications. This project is for race cars, snow blowers, fixed engine applications, and science experiments.

In light of the above there will absolutely be no cruise control logic in rusEFI.
This doesn't mean that you would refuse a pull request, does it?
For what it's worth, not all places have emissions regulations.
User avatar
AndreyB
Site Admin
Posts: 14327
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: Cruise Control

Post by AndreyB »

I would be extra stringent with a cruise control PR for sure. Probably not an automatic close at this point.
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
mck1117
running engine in first post
running engine in first post
Posts: 1494
Joined: Mon Jan 30, 2017 2:05 am
Location: Seattle-ish

Re: Cruise Control

Post by mck1117 »

At the very least, cruise control is a far lower priority than many "normal ECU" features.
SHOf429
Posts: 70
Joined: Sun May 24, 2020 11:37 pm

Re: Cruise Control

Post by SHOf429 »

AndreyB wrote:
Wed Jun 03, 2020 1:59 am
This project is NOT for emissions regulated or safety regulated applications. This project is for race cars, snow blowers, fixed engine applications, and science experiments.

In light of the above there will absolutely be no cruise control logic in rusEFI.
For the safety aspect of my uh...snowblower, I would use brake pedal and clutch switch as 'disengage' inputs. Set minimum activation to something like 20 mph.

Purely academic purposes, of course.
Josh
94 Ford Taurus SHO
Frankenso in progress
User avatar
AndreyB
Site Admin
Posts: 14327
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: Cruise Control

Post by AndreyB »

I will resume this thread once I see I pull request. Until there is a pull request let's halt this academic discussion to reduce distraction.
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
Locked