Pages: 1 [2] 3 4 ... 7
Author Topic: Controlling Overboost - AWP k03  (Read 56208 times)
DrGeorgeTompson
Full Member
***

Karma: +4/-0
Offline Offline

Posts: 80



« Reply #15 on: March 12, 2014, 06:01:41 PM »

for S4 Mbox, (actual pressure - "ground" pressure), or pressure over ambient in kPa (mBar)

So is it deviation from the requested load? e.g. Motor running at 4k, requested load is 1500 actual is 1000, apply value at (500,4000)? Or am I totally off ?  Are your values also under 1000 like mine?
Logged
nyet
Administrator
Hero Member
*****

Karma: +607/-168
Online Online

Posts: 12256


WWW
« Reply #16 on: March 12, 2014, 06:15:59 PM »

So is it deviation from the requested load? e.g. Motor running at 4k, requested load is 1500 actual is 1000, apply value at (500,4000)? Or am I totally off ?  Are your values also under 1000 like mine?

whoa whoa... no

pressure and load are two completely different things

it is actual - ambient.

ambient is (probably) near 1000hPa ... Tongue
« Last Edit: March 13, 2014, 09:36:26 AM by nyet » Logged

ME7.1 tuning guide
ECUx Plot
ME7Sum checksum
Trim heatmap tool

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your ex
DrGeorgeTompson
Full Member
***

Karma: +4/-0
Offline Offline

Posts: 80



« Reply #17 on: March 12, 2014, 06:30:54 PM »

ambient is (probably) near 1000kPa ... Tongue

do you mean mBar?

it is actual - ambient.

So if the turbo or whathaveyou is pushing 1 bar then the x-axis of the table will be 1000(but actually 700 cause that's as high as it goes)?
Logged
dream3R
Hero Member
*****

Karma: +18/-8
Offline Offline

Posts: 1194


« Reply #18 on: March 13, 2014, 05:50:10 AM »

do you mean mBar?

So if the turbo or whathaveyou is pushing 1 bar then the x-axis of the table will be 1000(but actually 700 cause that's as high as it goes)?

The input is lde.  lde = measured - setpoint which is basically the error part of the PID controller.

Checkout the LDRPID section of the FR, the diagrams might make some sense.

I'm assuming the 700 you speak of is the lde axis, which means that if lde>699 then it will be in that section of the map.

The other input is nmot (rpm)  The output of he maps, say KFLDRQ2, form part of the PID math which becomes the duty cycle of the controller (afaik).

I'm researching this at present and am looking through the code etc so someone might correct me.

« Last Edit: March 13, 2014, 05:51:55 AM by dream3R » Logged



How to work out values from an A2L Smiley

http://nefariousmotorsports.com/forum/index.php?topic=5525.msg52371#msg52371


Starting Rev's http://nefariousmotorsports.com/forum/index.php?topic=5397.msg51169#msg51169

noobs read this before asking http://nefariousmotorsports.com/forum/index.php?topic=9014.0title=


ORGORIGINAL 05 5120 creator for Volvo
ORIGINAL Datalogger (Freeware) Author
ORGINAL finder of the 'extra' torque' limits
I don't have ME7.01 A2L I just use ID
DrGeorgeTompson
Full Member
***

Karma: +4/-0
Offline Offline

Posts: 80



« Reply #19 on: March 13, 2014, 08:55:15 AM »

The input is lde.  lde = measured - setpoint which is basically the error part of the PID controller.

Checkout the LDRPID section of the FR, the diagrams might make some sense.

I'm assuming the 700 you speak of is the lde axis, which means that if lde>699 then it will be in that section of the map.

The other input is nmot (rpm)  The output of he maps, say KFLDRQ2, form part of the PID math which becomes the duty cycle of the controller (afaik).

I'm researching this at present and am looking through the code etc so someone might correct me.



Forgive me for being a nob, but what is the FR?

I had figured the axis was something along the lines of error/deviation, so being LDE makes sense -- I vaguely remember reading that at one point. I'll start logging LDE so I can try to piece this shit together.

I flashed back to AWEdit2.5 this morning. here are some logs. The load curve looks better than last evening (KFLDRL changed).

To me, the curve looks good, or at least it looks like a typical pid result curve. So in theory, wouldn't I be able to tweak the P or something to control the overshoot without making my rise time go to bot? At least I think it's the P that I should tweak (LDRQ0S?)
Logged
nyet
Administrator
Hero Member
*****

Karma: +607/-168
Online Online

Posts: 12256


WWW
« Reply #20 on: March 13, 2014, 09:17:17 AM »

The input is lde.  lde = measured - setpoint which is basically the error part of the PID controller.

Checkout the LDRPID section of the FR, the diagrams might make some sense.

I'm assuming the 700 you speak of is the lde axis, which means that if lde>699 then it will be in that section of the map.

The other input is nmot (rpm)  The output of he maps, say KFLDRQ2, form part of the PID math which becomes the duty cycle of the controller (afaik).

I'm researching this at present and am looking through the code etc so someone might correct me.



The axis is not lde.
Logged

ME7.1 tuning guide
ECUx Plot
ME7Sum checksum
Trim heatmap tool

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your ex
nyet
Administrator
Hero Member
*****

Karma: +607/-168
Online Online

Posts: 12256


WWW
« Reply #21 on: March 13, 2014, 09:19:22 AM »

Forgive me for being a nob, but what is the FR?

http://nefariousmotorsports.com/forum/index.php?topic=400.0title=

Quote
I had figured the axis was something along the lines of error/deviation, so being LDE makes sense

The axis is not lde


Quote
I flashed back to AWEdit2.5 this morning. here are some logs. The load curve looks better than last evening (KFLDRL changed).

To me, the curve looks good, or at least it looks like a typical pid result curve.

No, you should see a pronounced dip in wgdc right before peak boost

Quote
So in theory, wouldn't I be able to tweak the P or something to control the overshoot without making my rise time go to bot? At least I think it's the P that I should tweak (LDRQ0S?)

No. P will not help overshoot. You will need to increase D.

Also, please consider using ECUxPlot rather than doing all that graphing by hand..
« Last Edit: March 13, 2014, 09:26:18 AM by nyet » Logged

ME7.1 tuning guide
ECUx Plot
ME7Sum checksum
Trim heatmap tool

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your ex
dream3R
Hero Member
*****

Karma: +18/-8
Offline Offline

Posts: 1194


« Reply #22 on: March 13, 2014, 09:30:43 AM »

The axis is not lde.

Sorry I meant the input, the axis is HPA?
Logged



How to work out values from an A2L Smiley

http://nefariousmotorsports.com/forum/index.php?topic=5525.msg52371#msg52371


Starting Rev's http://nefariousmotorsports.com/forum/index.php?topic=5397.msg51169#msg51169

noobs read this before asking http://nefariousmotorsports.com/forum/index.php?topic=9014.0title=


ORGORIGINAL 05 5120 creator for Volvo
ORIGINAL Datalogger (Freeware) Author
ORGINAL finder of the 'extra' torque' limits
I don't have ME7.01 A2L I just use ID
nyet
Administrator
Hero Member
*****

Karma: +607/-168
Online Online

Posts: 12256


WWW
« Reply #23 on: March 13, 2014, 09:34:06 AM »

Sorry I meant the input, the axis is HPA?

http://nefariousmotorsports.com/forum/index.php?topic=5673.msg53380#msg53380
Logged

ME7.1 tuning guide
ECUx Plot
ME7Sum checksum
Trim heatmap tool

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your ex
dream3R
Hero Member
*****

Karma: +18/-8
Offline Offline

Posts: 1194


« Reply #24 on: March 13, 2014, 09:35:41 AM »

Right, thanks Smiley
Logged



How to work out values from an A2L Smiley

http://nefariousmotorsports.com/forum/index.php?topic=5525.msg52371#msg52371


Starting Rev's http://nefariousmotorsports.com/forum/index.php?topic=5397.msg51169#msg51169

noobs read this before asking http://nefariousmotorsports.com/forum/index.php?topic=9014.0title=


ORGORIGINAL 05 5120 creator for Volvo
ORIGINAL Datalogger (Freeware) Author
ORGINAL finder of the 'extra' torque' limits
I don't have ME7.01 A2L I just use ID
phila_dot
Hero Member
*****

Karma: +173/-11
Offline Offline

Posts: 1709


« Reply #25 on: March 13, 2014, 09:57:37 AM »

IIRC, lde is used for the control term axis'.

Base boost pressure, plsolr, is used for I limitation.
Logged
nyet
Administrator
Hero Member
*****

Karma: +607/-168
Online Online

Posts: 12256


WWW
« Reply #26 on: March 13, 2014, 10:08:07 AM »

Oops. You are correct

Logged

ME7.1 tuning guide
ECUx Plot
ME7Sum checksum
Trim heatmap tool

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your ex
DrGeorgeTompson
Full Member
***

Karma: +4/-0
Offline Offline

Posts: 80



« Reply #27 on: March 13, 2014, 10:11:07 AM »

Oops. You are correct



yay! Tongue
Logged
DrGeorgeTompson
Full Member
***

Karma: +4/-0
Offline Offline

Posts: 80



« Reply #28 on: March 13, 2014, 10:16:20 AM »


No, you should see a pronounced dip in wgdc right before peak boost

No. P will not help overshoot. You will need to increase D.

Also, please consider using ECUxPlot rather than doing all that graphing by hand..

Ok, I'll mess with D, that makes sense. Thanks for posting that example. That helps a lot

also, i'll start using ECUx. I really have no idea why i wasn't using it. It's nice as shit.
Logged
nyet
Administrator
Hero Member
*****

Karma: +607/-168
Online Online

Posts: 12256


WWW
« Reply #29 on: March 13, 2014, 10:18:11 AM »

Ok, I'll mess with D, that makes sense. Thanks for posting that example. That helps a lot

BTW that one is VERY extreme because that is a tight wastegate system. You will not need as much of a dip for k03s Smiley A very slight dip is probably more than sufficient.
Logged

ME7.1 tuning guide
ECUx Plot
ME7Sum checksum
Trim heatmap tool

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your ex
Pages: 1 [2] 3 4 ... 7
  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Page created in 0.026 seconds with 17 queries. (Pretty URLs adds 0.001s, 0q)