Search found 55 matches

by turbo_bu
Wed Dec 29, 2021 12:59 am
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: Is it possible, High Idle Modification using 0411pcm
Replies: 9
Views: 2439

Re: Is it possible, High Idle Modification using 0411pcm

I'm pretty sure that the code for the PTO is in each OS since there is a place for the PTO option in the vehicle platform table under the system segment. I do know that there are quite a few parameters for the PTO under the engine segment. If you are starting with an OS which didn't have the PTO ena...
by turbo_bu
Sun Dec 19, 2021 1:25 am
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: Is it possible, High Idle Modification using 0411pcm
Replies: 9
Views: 2439

Re: Is it possible, High Idle Modification using 0411pcm

Yes, PTO is what your looking for. It was on some pickups and Kodiaks. I believe that it used the cruise control switches.
by turbo_bu
Thu May 20, 2021 2:56 am
Forum: Custom Code
Topic: LS1 Boost OS - Development
Replies: 321
Views: 134852

Re: LS1 Boost Custom OS

I am not exactly sure when they made that change, but I use V7.5.7 build 230. I know it's OLD, but it was suggested to me years ago as a good one to stick with because of issues like this. I have copies of the install files if you want ... would just need to figure out how to get them to you.
by turbo_bu
Tue May 18, 2021 11:51 pm
Forum: Custom Code
Topic: LS1 Boost OS - Development
Replies: 321
Views: 134852

Re: LS1 Boost Custom OS

Yes it’s a PWM signal. Unsure of the frequency, but I would modulate the duty cycle. The EGR uses a PWM signal from the PCM even though it may be a stepper motor internally. I think a simple comparison of the actual MAP vs. the target boost and then selecting the duty cycle would be enough to make ...
by turbo_bu
Mon May 17, 2021 11:32 pm
Forum: Custom Code
Topic: LS1 Boost OS - Development
Replies: 321
Views: 134852

Re: LS1 Boost Custom OS

Using a solenoid to control the wastegate should be a pretty straight forward way to try and control boost. At a minimum, I think that you would want to have a boost target, with some form of dead band (+/- _ psi) to prevent the control loop from going too unstable. Might also want to add in a dela...
by turbo_bu
Fri May 14, 2021 9:48 pm
Forum: Custom Code
Topic: LS1 Boost OS - Development
Replies: 321
Views: 134852

Re: LS1 Boost Custom OS

For boost control, I guess I should ask the stupid question for the day ... are you using a solenoid to control the wastegate, or are you trying to control it through say spark ... or both ??? The idea I have is to use the EGR output to control a MAC valve type solenoid on the wastegate. Which I sh...
by turbo_bu
Fri May 14, 2021 2:07 am
Forum: Custom Code
Topic: LS1 Boost OS - Development
Replies: 321
Views: 134852

Re: LS1 Boost Custom OS

I'm just curious, but does this enhancement retain a functional MAF? I know it's not the popular way of tuning boost, but I like to run a blend of the two like the factory does. Also I'm not sure that the car would be able to pass the OBD2 state test with the MAF disabled. If your having to pass an...
by turbo_bu
Thu May 13, 2021 2:36 am
Forum: Custom Code
Topic: LS1 Boost OS - Development
Replies: 321
Views: 134852

Re: LS1 Boost Custom OS

You might provide a baseline bin file with those values already pre-loaded. That way people can do a full flash into their PCM, then read it back out and "update" their calibration info as needed. Not ideal by any stretch, but do-able. Either that or they could load their cal, and then cop...
by turbo_bu
Wed May 12, 2021 12:10 am
Forum: Custom Code
Topic: LS1 Boost OS - Development
Replies: 321
Views: 134852

Re: LS1 Boost Custom OS

"If anyone has recommendations on how they thing boost control should work let me know."

For boost control, I guess I should ask the stupid question for the day ... are you using a solenoid to control the wastegate, or are you trying to control it through say spark ... or both ???
by turbo_bu
Tue Apr 20, 2021 11:09 pm
Forum: Custom Code
Topic: LS1 Boost OS - Development
Replies: 321
Views: 134852

Re: LS1 Boost Custom OS

I know when I do a cal flash with EFI Live, that it states that it is flashing 96 kB of data. When I was playing with doing the launch control patch, I was looking for unused portions of the "cal" data. One thing that I noticed is that there seems to be a "hole" at the end of the...