Page 9 of 11

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Wed Nov 19, 2014 6:29 pm
by Tambralinga
Firmware have time out 1 minute?

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Wed Nov 19, 2014 7:06 pm
by AndreyB
Tambralinga wrote:What pin use for fan on Board Frankenso ?
You can assign fan to any pin of Frankenso or Frankenstein, you can customize this via TS.
Tambralinga wrote:Firmware have time out 1 minute?
No. I do not understand you here :(

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Fri Nov 21, 2014 9:51 pm
by Tambralinga
russian wrote:
Tambralinga wrote:What pin use for fan on Board Frankenso ?
You can assign fan to any pin of Frankenso or Frankenstein, you can customize this via TS.
Tambralinga wrote:Firmware have time out 1 minute?
No. I do not understand you here :(
Ok, Problems with my cable.

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Fri Nov 21, 2014 10:16 pm
by Tambralinga
Image

my frankenso

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Fri Nov 21, 2014 10:17 pm
by AndreyB
Tambralinga wrote:Image
Wow :)

I was suspecting something was going on :)

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Fri Nov 21, 2014 10:40 pm
by puff
cool! two usb ports, embedded bluetooth! a set of microswitches, integrated power supply! what else?! sexy! what connecters are you using?

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Sat Nov 22, 2014 11:21 am
by kb1gtt
very nice very nice. Keep up the good work.

Also beware the DB connectors. Those were not designed for 1A of current flow, and is a common reason for problems on other system designs. I would suggest a better connector, or at least using the gold plated contacts for those connectors.

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Sat Nov 29, 2014 10:55 am
by Tambralinga
puff wrote:cool! two usb ports, embedded bluetooth! a set of microswitches, integrated power supply! what else?! sexy! what connecters are you using?

DB9 : That for External LCD Display... any status.
DB27 : For external exhaust sensors.
:lol:
;-x

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Sat Nov 29, 2014 11:04 am
by Tambralinga
kb1gtt wrote:very nice very nice. Keep up the good work.

Also beware the DB connectors. Those were not designed for 1A of current flow, and is a common reason for problems on other system designs. I would suggest a better connector, or at least using the gold plated contacts for those connectors.
Thanks for your concern.
According to connector, I have nothing the right connector. Waiting for a new one should be strong connectors.

I have one question about Knock sensors.
I don't know in "Frankenso" can use or not. Because I have no experience in the Knock.

If you have any concern, please let me know.
Thanks.
Mr.X
:mrgreen:

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Sat Nov 29, 2014 11:29 am
by Tambralinga
Tambralinga wrote:Image

my frankenso
Frankenso single board.
Image

;-x

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Sat Nov 29, 2014 1:18 pm
by AndreyB
Tambralinga wrote:I have one question about Knock sensors.
I don't know in "Frankenso" can use or not. Because I have no experience in the Knock.
The firmware for this is not ready yet, but it's pretty high on the priority list.
Tambralinga wrote:Frankenso single board.
Image
This is pretty cool! Does it work? Did you run an engine with it?

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Sat Dec 06, 2014 4:14 am
by AndreyB
Tambralinga wrote:I want to open solenoid at 5000-5500 RPM output signal GND to solenoid.
http://rusefi.com/wiki/index.php?title=Manual:Flexible_Logic

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Sat Dec 06, 2014 5:37 pm
by Tambralinga
russian wrote:
Tambralinga wrote:I want to open solenoid at 5000-5500 RPM output signal GND to solenoid.
http://rusefi.com/wiki/index.php?title=Manual:Flexible_Logic

Ok,Tomorrow I will test.

set_fsio 1 5500
set_fsio_pin 1 pd11

Use this command to open solenoid @ RPM 5500 or not

You have command for change fuel table 24x16 or 32x16 ?

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Sat Dec 06, 2014 8:13 pm
by AndreyB
Tambralinga wrote:set_fsio 1 5500
5500 what? this is not how this works - you need to specify that you are comparing 5500 and rpm
so, more like

set_fsio 1 "rpm 5500 >"

To get larger fuel maps you would need to re-compile the source code & adjust rusefi.ini

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Sun Dec 07, 2014 10:16 am
by Tambralinga
set_fsio 1 "rpm 5500 >"
set_fsio_pin 1 PE2

It does not work.

I want example for shift light open rpm 7000.

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Sun Dec 07, 2014 3:39 pm
by AndreyB
Please update to latest version #5717

I have hard-coded something into your config, so you would need to reset configuration
set_engine_type 16

The hard-coded stuff is:

Code: Select all

	setFsio(engineConfiguration, 0, GPIOD_11, "rpm 5500 >");
fsioinfo should show the state of. At low RPM, it shows
2014-12-07 10_35: EngineState: FSIO #1 [rpm 5500 >] at PD11@0Hz = 0.00000
2014-12-07 10_35: EngineState: user-defined #1 value=0.00000
At high RPM, it shows
2014-12-07 10_36: EngineState: FSIO #1 [rpm 5500 >] at PD11@0Hz = 1.00000
2014-12-07 10_36: EngineState: user-defined #1 value=1.00000

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Mon Dec 08, 2014 8:04 am
by Tambralinga
new firmware set_engine_type 16 problems connecting to TS.
Connect no more than 1 minute disconnected.

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Wed Jan 14, 2015 5:51 am
by Tambralinga
I want to change in the Y Axis maximum cranking coolang temp to more than 500.
I can not change my eclip have an error, you can change it.

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Wed Jan 14, 2015 11:55 am
by AndreyB
Tambralinga wrote:I want to change in the Y Axis maximum cranking coolang temp to more than 500.
but why? 500 is already unrealistic.

Not sure which field exactly you are referring to, can you please share a screenshot?

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Thu Jan 15, 2015 6:49 am
by Tambralinga
Image

I want 700 maximum

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Thu Jan 15, 2015 12:06 pm
by AndreyB
crankingFuelCoef = array, F32, 9504, [8], "%", 100, 0, 0.0, 700.0, 2; size 32
done

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Thu Jan 15, 2015 2:15 pm
by Tambralinga
Thanks, I'm going to test it.

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Mon Jan 26, 2015 5:17 pm
by Tambralinga
firmware new version 26-01-58 have error led red show.

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Mon Jan 26, 2015 5:33 pm
by AndreyB
Tambralinga wrote:firmware new version 26-01-58 have error led red show.
Anything on the LCD screen?

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Tue Jan 27, 2015 12:10 am
by AndreyB
I think I have fixed it, please try latest firmware.

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Tue Jan 27, 2015 11:23 am
by Tambralinga
russian wrote:
Tambralinga wrote:firmware new version 26-01-58 have error led red show.
Anything on the LCD screen?
my lcd damage Today I will test the new firmware .

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Tue Jan 27, 2015 4:26 pm
by Tambralinga
russian wrote:I think I have fixed it, please try latest firmware.
not work for last firmware

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Tue Jan 27, 2015 4:38 pm
by AndreyB
Can you reproduce this issue right from full chip erase & create a ticket?

https://sourceforge.net/p/rusefi/tickets/132/ is an example of a ticket with FULL & EXACT steps to reproduce. It also contains the exact version of the binaries where the problem is reproduceable.

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Fri Jan 30, 2015 11:19 am
by Tambralinga
You have a command for a matching offset or silk create file ini ?

Re: Mitsubishi 4G63 and 4G92 (#6)

Posted: Fri Jan 30, 2015 12:10 pm
by AndreyB
Not sure what you mean here :( do not understand what is this question about

get_int command? set_int command?