Page 1 of 2 12 LastLast
Results 1 to 15 of 115

Thread: New LS1 Tuning Tool [Universal Patcher]

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Fuel Injected! Pulse_GTO's Avatar
    Join Date
    Aug 2020
    Age
    46
    Posts
    174
    Quote Originally Posted by joukoy View Post
    Only latest version is directly available.
    But don't worry, XDF export is not modified after 0.17.3
    I just could not find the "Export XDF" tab in 0.17.12. I see it in 0.16.43 right next to "Extract segments". Has it moved or been disabled for the beta version?

  2. #2
    Fuel Injected!
    Join Date
    Mar 2013
    Posts
    1,478
    Quote Originally Posted by Pulse_GTO View Post
    I just could not find the "Export XDF" tab in 0.17.12. I see it in 0.16.43 right next to "Extract segments". Has it moved or been disabled for the beta version?
    What do you plan to do with the xdfs. They only support basic stuff and can`t handle good enough enumeration and other complex array configurations.
    Last edited by kur4o; 04-06-2021 at 07:55 PM.

  3. #3
    Fuel Injected! joukoy's Avatar
    Join Date
    Sep 2019
    Posts
    25
    Quote Originally Posted by Pulse_GTO View Post
    I just could not find the "Export XDF" tab in 0.17.12. I see it in 0.16.43 right next to "Extract segments". Has it moved or been disabled for the beta version?
    Moved to: Tuner -> Utilities -> Export

  4. #4
    Fuel Injected! Pulse_GTO's Avatar
    Join Date
    Aug 2020
    Age
    46
    Posts
    174
    Quote Originally Posted by kur4o View Post
    What do you plan to do with the xdfs. They only support basic stuff and can`t handle good enough enumeration and other complex configurations.
    I was just going to test as Joukoy had asked above.

    Quote Originally Posted by joukoy View Post
    Moved to: Tuner -> Utilities -> Export
    Thank you, I tested it and it appears to have worked. I was able to open the xdf in TunerPro and it appears to display the same data the parameters as in UniversalPatcher.

  5. #5
    Fuel Injected!
    Join Date
    Mar 2013
    Posts
    1,478
    Quote Originally Posted by Pulse_GTO View Post
    I was just going to test as Joukoy had asked above.
    NO worry, testing on any features is highly needed.
    We would like to hear any feedback positive or negative, and will also appreciate suggestions, features requests, new ideas for design and improvements.

  6. #6
    Fuel Injected! Pulse_GTO's Avatar
    Join Date
    Aug 2020
    Age
    46
    Posts
    174
    Quote Originally Posted by kur4o View Post
    NO worry, testing on any features is highly needed.
    We would like to hear any feedback positive or negative, and will also appreciate suggestions, features requests, new ideas for design and improvements.
    I like to help anyway I can. I was also able to import an xdf I have been working on and I noticed that some of the parameters were duplicated between what UniversalPatcher has and what was imported. One of them was the main VE table, with the only difference being in what units the parameters are being displayed in. Is there a quick way to sort and remove duplicate parameters?

    Here is the VE table from UniversalPatcher:
    VE Table UP.jpg

    Here is the VE table from the imported xdf:
    VE Table TP XDF.jpg

  7. #7
    Fuel Injected!
    Join Date
    Mar 2013
    Posts
    1,478
    If you want to quick edit one xml, switch to config mode.

    First switch to tablelist view, tablelist_1.jpg
    and check config mode.
    Than you can edit, add, duplicate, insert and so on. Right click ->edit table config will open a dialog box for a single parameter.

    There is also another tool for mass edit xmls, a little more advanced to use but can edit multiple xmls at the same time and copy changes to all opened files.
    You can find it at
    Utilities->table list editor

  8. #8
    Fuel Injected! Pulse_GTO's Avatar
    Join Date
    Aug 2020
    Age
    46
    Posts
    174
    Quote Originally Posted by kur4o View Post
    If you want to quick edit one xml, switch to config mode.

    First switch to tablelist view, tablelist_1.jpg
    and check config mode.
    Than you can edit, add, duplicate, insert and so on. Right click ->edit table config will open a dialog box for a single parameter.

    There is also another tool for mass edit xmls, a little more advanced to use but can edit multiple xmls at the same time and copy changes to all opened files.
    You can find it at
    Utilities->table list editor
    Thank you, I will start playing around with that.

    I tried to use the table list editor and an error message:
    Table list editor error.jpg
    Here are the details:
    Code:
    See the end of this message for details on invoking 
    just-in-time (JIT) debugging instead of this dialog box.
    
    ************** Exception Text **************
    System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
    Parameter name: index
       at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
       at System.Collections.Generic.List`1.get_Item(Int32 index)
       at UniversalPatcher.frmMassModifyTableData.refreshTdList()
       at UniversalPatcher.frmMassModifyTableData.loadData(List`1 fileList)
       at UniversalPatcher.frmTuner.massModifyTableListsToolStripMenuItem_Click(Object sender, EventArgs e)
       at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
       at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
       at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
       at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
       at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
       at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
       at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
       at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.ToolStrip.WndProc(Message& m)
       at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    
    
    ************** Loaded Assemblies **************
    mscorlib
        Assembly Version: 4.0.0.0
        Win32 Version: 4.7.3740.0 built by: NET472REL1LAST_C
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
    ----------------------------------------
    UniversalPatcher
        Assembly Version: 0.17.12.0
        Win32 Version: 0.17.12
        CodeBase: file:///C:/Users/irapsq/Documents/UniversalPatcher%200.17.12%20Beta/UniversalPatcher.exe
    ----------------------------------------
    System.Windows.Forms
        Assembly Version: 4.0.0.0
        Win32 Version: 4.7.3690.0 built by: NET472REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System
        Assembly Version: 4.0.0.0
        Win32 Version: 4.7.3640.0 built by: NET472REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Drawing
        Assembly Version: 4.0.0.0
        Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Configuration
        Assembly Version: 4.0.0.0
        Win32 Version: 4.7.3630.0 built by: NET472REL1LAST_B
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Core
        Assembly Version: 4.0.0.0
        Win32 Version: 4.7.3760.0 built by: NET472REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    System.Xml
        Assembly Version: 4.0.0.0
        Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    Microsoft.GeneratedCode
        Assembly Version: 1.0.0.0
        Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    Microsoft.GeneratedCode
        Assembly Version: 1.0.0.0
        Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    Microsoft.GeneratedCode
        Assembly Version: 1.0.0.0
        Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    Microsoft.GeneratedCode
        Assembly Version: 1.0.0.0
        Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    Microsoft.GeneratedCode
        Assembly Version: 1.0.0.0
        Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    Microsoft.GeneratedCode
        Assembly Version: 1.0.0.0
        Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    Microsoft.GeneratedCode
        Assembly Version: 1.0.0.0
        Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    Microsoft.GeneratedCode
        Assembly Version: 1.0.0.0
        Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    Microsoft.GeneratedCode
        Assembly Version: 1.0.0.0
        Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Xml.Linq
        Assembly Version: 4.0.0.0
        Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
    ----------------------------------------
    Accessibility
        Assembly Version: 4.0.0.0
        Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
    ----------------------------------------
    
    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    
    For example:
    
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.

  9. #9
    Fuel Injected! joukoy's Avatar
    Join Date
    Sep 2019
    Posts
    25
    Quote Originally Posted by Pulse_GTO View Post
    Thank you, I tested it and it appears to have worked. I was able to open the xdf in TunerPro and it appears to display the same data the parameters as in UniversalPatcher.
    Thanks.
    Good to know it is fixed now.

  10. #10
    Fuel Injected!
    Join Date
    Oct 2021
    Posts
    31
    Program seems great, however it is not fully opening my 12587604 bin file
    Last edited by creativelemon; 11-20-2021 at 08:01 PM.

  11. #11
    Fuel Injected!
    Join Date
    Mar 2013
    Posts
    1,478
    I do have lots of 12587604 bin files and they all load fine without issues and all the tables are sound and perfectly aligned.

    Maybe you are using corrupted bin or some custom modified one.

    It will be good if you have problem with a file first to post it and than complaint it is not working.

  12. #12
    Fuel Injected!
    Join Date
    Oct 2021
    Posts
    31
    im attaching the bin file, other stock bin for 12587604 have had same results. Im far from an expert but it just seems incomplete. For example the idle table is missing.
    Attached Files Attached Files
    Last edited by creativelemon; 11-20-2021 at 08:02 PM.

  13. #13
    Fuel Injected!
    Join Date
    Oct 2021
    Posts
    31
    it is also missing timing table, rev limiter, fuel table etc.
    Last edited by creativelemon; 11-20-2021 at 08:03 PM.

  14. #14
    Fuel Injected!
    Join Date
    Mar 2013
    Posts
    1,478
    Quote Originally Posted by creativelemon View Post
    however it is not loading my bin properly. ....but it seems to not fully load it....alot of stuff is not loaded proper and is missing.l"
    I looked at the bin and there is no proplem loading any of it. There are like 900+ tables available for editing, and also compare the results with more popular 7603 OS. All seems to be lined up correctly and the values are not out of sense. There is no errors opening the bin too.

    Can you please provide more specific information about the problem you are experience. Like tables that are not lined properly, or missing tables that are available in other bins.

    It is really bad to say something don`t work, but at the same time, give so little information about the actual problem. I hope you are more specific with some examples.

  15. #15
    Fuel Injected!
    Join Date
    Oct 2021
    Posts
    31
    Im trying to give as much information as requested, above i provided examples of stuff that is Missing, if its the same as other bins than i guess it's normal. For example: Timing, fuel tables, idle control, rev limiter, etc.. that is just off the top of my head. Please let me know if im wrong

Similar Threads

  1. Narrowband Tuning Tool
    By steveo in forum GM EFI Systems
    Replies: 237
    Last Post: 07-11-2019, 05:28 PM
  2. USB Universal Programmer TL866CS
    By EDZIP in forum Other EFI systems and related topics
    Replies: 1
    Last Post: 01-02-2016, 09:45 AM
  3. LT1 auto-tuning tool (web based)
    By steveo in forum GM EFI Systems
    Replies: 3
    Last Post: 10-17-2014, 08:07 AM
  4. LS Drive by Cable Harness Layout (Universal)
    By dave w in forum OBDII Tuning
    Replies: 9
    Last Post: 06-07-2014, 06:23 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •