How the F do I turn off the closed loop boost control?
Thread Starter
Joined: Jul 2006
Posts: 12,659
Total Cats: 134
From: atlanta-ish
Man, I wish I had never entered any target numbers in the closed loop table. Now that they're in there, it won't let me delete them. 
Here's the problem:
at 4400 rpm I hit target boost ~215kpa
at 5000 rpm ebc pulls duty cycle to ~180kpa
it will then continue to oscilate between 215 and 180 as I continue the pull. MAP looks like a freakin sine wave.
I have to go buy a USB dongle to upload a screen capture, dataloq, and msq. Will do that in a few hours.
Pahhleezzee heallp

Here's the problem:
at 4400 rpm I hit target boost ~215kpa
at 5000 rpm ebc pulls duty cycle to ~180kpa
it will then continue to oscilate between 215 and 180 as I continue the pull. MAP looks like a freakin sine wave.
I have to go buy a USB dongle to upload a screen capture, dataloq, and msq. Will do that in a few hours.
Pahhleezzee heallp
Set them all to 70kPa, with the closed-loop kPa limit at 20 or so. That'll effectively turn off closed-loop boost control. That's how the pnp base map turns it off, and has worked well for me. I ended up playing with it a bit, but went back to those base settings and it turned off nicely.
Thread Starter
Joined: Jul 2006
Posts: 12,659
Total Cats: 134
From: atlanta-ish
I had a bit of trouble changing the values a week or so ago. I had to change the table with the laptop disconnected from MS, save the msq, then load it up. Otherwise, the burning never seemed work. Just another idea...that you've probably already tried.
Thread Starter
Joined: Jul 2006
Posts: 12,659
Total Cats: 134
From: atlanta-ish
tried that too
wouldn't mind just removing the feature completely.
wouldn't mind just removing the feature completely.
Thread Starter
Joined: Jul 2006
Posts: 12,659
Total Cats: 134
From: atlanta-ish
tried that too. get some error message, that the minimum acceptable value is 20.
Thread Starter
Joined: Jul 2006
Posts: 12,659
Total Cats: 134
From: atlanta-ish
Zip contains msq and datalog
Screen cap shows what I'm talking about
Screen cap shows what I'm talking about
Code:
<page number="7" size="189">
<constant cols="6" name="bcBins1" rows="6" units="kpa">
0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
</constant>
Code:
<constant name="bc_max_diff" units="kPa">0</constant>
Thread Starter
Joined: Jul 2006
Posts: 12,659
Total Cats: 134
From: atlanta-ish
seems to me it would need a f/w change, not a s/w change, as I want to disable the PID
scott, you want me to simply change the bins all to 0 and add to the bottom
scott, you want me to simply change the bins all to 0 and add to the bottom
<constant name="bc_max_diff" units="kPa">0</constant>
no search the string constant name="bc_max_diff" and change that to a zero.
that would force using table2 which is the duty cycle table. dunno why it wont let you use 0 that's what i've always done.
both snippets above are straight out of my MSQ.
that would force using table2 which is the duty cycle table. dunno why it wont let you use 0 that's what i've always done.
both snippets above are straight out of my MSQ.
Thread Starter
Joined: Jul 2006
Posts: 12,659
Total Cats: 134
From: atlanta-ish
I get it now. I was a little confused, but with the code tags that you edited in, it was no sweat. Thank you, I hope that changing the limit value to 0 will causes EBC to straight ignore what's happening. I edited the table too.
Thread Starter
Joined: Jul 2006
Posts: 12,659
Total Cats: 134
From: atlanta-ish
1 step back
Good news: No more oscillations
Bad news: Here's what all the 0's turned into:

Now what happens is boost shoots up uncontrollably, almost as if there were no wastegate, until it hits overboost protection.
Here's a 70% throttle stab

Here's me modulating boost with throttle position (note: 5th gear to 6k
)

More ideas?
Good news: No more oscillations
Bad news: Here's what all the 0's turned into:

Now what happens is boost shoots up uncontrollably, almost as if there were no wastegate, until it hits overboost protection.
Here's a 70% throttle stab

Here's me modulating boost with throttle position (note: 5th gear to 6k
)
More ideas?
Thread Starter
Joined: Jul 2006
Posts: 12,659
Total Cats: 134
From: atlanta-ish
Also, when I manually edit a .msq with notepad, MT and MLV no longer recognize the file as a .msq. I can still right click and open with, but because MLV won't recognize the file, I can't load the msq for VE Analyze. Which is not good.
Please help. I'm cranky as **** because the water's shut off, I'm tired and stinky, and can't shower.
******* water main broke up the road.
Please help. I'm cranky as **** because the water's shut off, I'm tired and stinky, and can't shower.
******* water main broke up the road.
Thread Starter
Joined: Jul 2006
Posts: 12,659
Total Cats: 134
From: atlanta-ish
These values worked for me. The table remained locked at 10 and the delta remained at 3.
Code:
<page number="7" size="189">
<constant cols="6" name="bcBins1" rows="6" units="kpa">
10 10 10 10 10 10
10 10 10 10 10 10
10 10 10 10 10 10
10 10 10 10 10 10
10 10 10 10 10 10
10 10 10 10 10 10
</constant>
Code:
<constant name="bc_max_diff" units="kPa">3</constant>
I've found that some MSQs will let you load zeros while other's won't. I could never figure out why some would be ok with it and some weren't, this includes when i ran 029v and other non-hires code.










