Adding more ignition outputs to software.

It's all about the code!
Post Reply
User avatar
Snake____1
Posts: 37
Joined: Sun Sep 04, 2016 6:05 pm
Location: Norway

Adding more ignition outputs to software.

Post by Snake____1 »

Hi there,

Is it much work to add 4 more Ignition outputs in the software? Instead of 8, I would like 12 :)
And yes, Dual IGN/INJ Table would be nice too. Just add a Table Switch function ;)

Regards from Norway!
(X) BMW E36 318i M50B50 Turbo (MegaSquirt (KdFI v1.3))
(X) BMW E36 325tds M70B50 (ViPEC V88)
(X) BMW E36 328i M52B28 Turbo (rusEFI PnP @me)
(✓) BMW E36 320i M70B50 (rusEFI project car)
(✓) BMW E46 325Xi M57D30 (daily)
User avatar
AndreyB
Site Admin
Posts: 14325
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: Adding more ignition outputs to software.

Post by AndreyB »

Actually internally it was 12 forever, just added the remaining 4 into the tunerstudio tuning file - it takes about 30 minutes for the fresh bundle to be ready. So do you have plans for a 12 cylinder engine??? Please tell us more.

Norway is a beautiful country :)
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
User avatar
Snake____1
Posts: 37
Joined: Sun Sep 04, 2016 6:05 pm
Location: Norway

Re: Adding more ignition outputs to software.

Post by Snake____1 »

Plans for the BMW M70B50 v12 engine, hopefully full sequential setup and turbos :) Going for the Toyota/Denso 90919-02230 Coils btw.

I saw the TunerStudio config file, should have looked before asking :roll: Sorry :oops:

Another thing. Is the "bits" hardcoded, or can i change the display name?

For example:
ignitionPins1 = bits, U32, 708, [0:6], "PA0",
to:
ignitionPins1 = bits, U32, 708, [0:6], "IGN1",
(X) BMW E36 318i M50B50 Turbo (MegaSquirt (KdFI v1.3))
(X) BMW E36 325tds M70B50 (ViPEC V88)
(X) BMW E36 328i M52B28 Turbo (rusEFI PnP @me)
(✓) BMW E36 320i M70B50 (rusEFI project car)
(✓) BMW E46 325Xi M57D30 (daily)
User avatar
AndreyB
Site Admin
Posts: 14325
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: Adding more ignition outputs to software.

Post by AndreyB »

Snake____1 wrote:For example:
ignitionPins1 = bits, U32, 708, [0:6], "PA0",
to:
ignitionPins1 = bits, U32, 708, [0:6], "IGN1",
The idea is for the project file to be universal and not depend on the board - remember we have two boards and some people are actually using their own boards. The default properties in the default firmware are already leaning towards the Frankenso board so I think we should be good as is.
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
Post Reply