Bi-fue / dual fuel capability?

It's all about the code!
User avatar
AndreyB
Site Admin
Posts: 14292
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: Bi-fue / dual fuel capability?

Post by AndreyB »

At the moment the bottleneck is not with RAM but with software developers availability. I am not sure when I would have time for any meaningful code contribution.

Shall we start with FSIO controlling the transistor and two injectors using different areas of the same map? This would require zero code changes.
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
Number-One
contributor
contributor
Posts: 101
Joined: Sun Jan 05, 2014 2:59 pm

Re: Bi-fue / dual fuel capability?

Post by Number-One »

Yes please.
User avatar
AndreyB
Site Admin
Posts: 14292
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: Bi-fue / dual fuel capability?

Post by AndreyB »

Number-One wrote:
Wed Sep 12, 2018 1:18 pm
Yes please.
Just to confirm. do you need help to switch between two injectors using FSIO or do you know how to do that based on existing FSIO documentation examples? This is pretty much https://rusefi.com/wiki/index.php?title=Manual:Flexible_Logic#Case_study_.231:_shift_light
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
Number-One
contributor
contributor
Posts: 101
Joined: Sun Jan 05, 2014 2:59 pm

Re: Bi-fue / dual fuel capability?

Post by Number-One »

russian wrote:
Sat Sep 29, 2018 3:13 pm
Number-One wrote:
Wed Sep 12, 2018 1:18 pm
Yes please.
Just to confirm. do you need help to switch between two injectors using FSIO or do you know how to do that based on existing FSIO documentation examples? This is pretty much https://rusefi.com/wiki/index.php?title=Manual:Flexible_Logic#Case_study_.231:_shift_light
Something like this?
set_fsio_output_frequency 3 0
set_fsio_output_pin 3 PE5
set_fsio_expression 3 "rpm > 4500"
set_fsio_output_frequency 4 0
set_fsio_output_pin 3 PE6
set_fsio_expression 3 "trottle> 50"

now i need something like this "IF PE5==1 AND PE6==1 ,PE7"
User avatar
AndreyB
Site Admin
Posts: 14292
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: Bi-fue / dual fuel capability?

Post by AndreyB »

So you want something like
set_fsio_expression 3 "(rpm > 4500) and (trottle> 50)"
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