Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 31

Thread: Struggling coming from HPT to EFI for logging

  1. #21
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,490

    Default

    Quote Originally Posted by minytrker View Post
    I wish I could easily just transfer all my stuff from 7.5 to 8. I have years of maps from 7.5 and tried making some in 8 and couldnt get any to work. So we just require our customers to use 7.5 for everything still if they use efi live.
    You can copy/paste maps from V7 to V8.

    Click image for larger version. 

Name:	copy_map.png 
Views:	145 
Size:	38.2 KB 
ID:	24078

    Click image for larger version. 

Name:	paste_map.png 
Views:	125 
Size:	49.1 KB 
ID:	24077

    Regards
    Paul
    Before asking for help, please read this.

  2. #22
    Lifetime Member minytrker's Avatar
    Join Date
    Jan 2006
    Posts
    1,332

    Default

    Thanks!!! I asked a year ago about the same thing and even offered to pay for someone to convert all my stuff to V8 with no luck. How do I get my calc_pids from 7.5 to V8?

  3. #23
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,490

    Default

    Quote Originally Posted by minytrker View Post
    Thanks!!! I asked a year ago about the same thing and even offered to pay for someone to convert all my stuff to V8 with no luck. How do I get my calc_pids from 7.5 to V8?
    Sorry, there's no easy way to covert your calc PIDs.
    If you want me to convert them manually, I'd be happy to.
    Send me your V7 calc_pids.txt file to paul@efilive.com

    Regards
    Paul
    Before asking for help, please read this.

  4. #24
    Lifetime Member
    Join Date
    Jul 2003
    Posts
    1,897

    Default

    man this is service!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! i can tell you... Paul is the most pleasing programmer i've ever known!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!
    "All that is needed for the triumph of evil is that good men do nothing..."

  5. #25
    Lifetime Member
    Join Date
    Jul 2003
    Posts
    1,897

    Default

    Quote Originally Posted by Blacky View Post
    You can copy/paste maps from V7 to V8.

    Click image for larger version. 

Name:	copy_map.png 
Views:	145 
Size:	38.2 KB 
ID:	24078

    Click image for larger version. 

Name:	paste_map.png 
Views:	125 
Size:	49.1 KB 
ID:	24077

    Regards
    Paul
    You can also copy with labels from editor and easily paste in v8 scanner.

    Super cool stuff.. V8 is super powerful
    "All that is needed for the triumph of evil is that good men do nothing..."

  6. #26
    New Member
    Join Date
    Jan 2021
    Posts
    7

    Default

    Quote Originally Posted by Highlander View Post
    You can also copy with labels from editor and easily paste in v8 scanner.

    Super cool stuff.. V8 is super powerful
    Alright! I will tip my friend about copying the maps to V8! We'll finish first the installation of the brake pads and xd wheels on the truck this week before we can start working on the tune.

  7. #27
    Joe (Moderator) joecar's Avatar
    Join Date
    Apr 2003
    Posts
    28,403

    Default

    Quote Originally Posted by Blacky View Post
    You can copy/paste maps from V7 to V8.

    Click image for larger version. 

Name:	copy_map.png 
Views:	145 
Size:	38.2 KB 
ID:	24078

    Click image for larger version. 

Name:	paste_map.png 
Views:	125 
Size:	49.1 KB 
ID:	24077

    Regards
    Paul
    That's great

  8. #28
    Lifetime Member
    Join Date
    Jul 2003
    Posts
    1,897

    Default

    I have been using EFILive since its inception. V7 being the best for a long time for me. When moving to V8 the struggle was real. I can tell you this software is amazing. V8 is ultra powerful and has a lot of features that make it the best.

    You can copy and paste maps easily between Tuner and Scanner and between V7 and V8. Stick with it. It's worth it. The charting is just nice and it does what you expect it. The data on the Charts is real and not inferred which is a huge deal.

    If you have anything you need you can email/pm me.

    Thanks
    "All that is needed for the triumph of evil is that good men do nothing..."

  9. #29
    Joe (Moderator) joecar's Avatar
    Join Date
    Apr 2003
    Posts
    28,403

    Default

    I agree with Highlander.

    And +1 "Stick with it. It's worth it", it really is.

  10. #30
    Junior Member
    Join Date
    Aug 2018
    Posts
    29

    Default

    Quote Originally Posted by Blacky View Post
    Assuming you want to sum the values of the short term fuel trim and long term fuel trim and then use the distance that summed value is from zero as the error correction, then do this:
    Attachment 24035

    To create the scan tool MAP, Open the tune file and select the entire MAF table and select "Copy with Labels".
    Then in the MAP -> Properties, for each of the Row and Col tab pages, click on the [Paste] button the paste the labels into the table's axis. That will re-create the same size/shape table.
    Attachment 24036

    The logged data in the map should all be between 0 and 2.
    Copy that data, then use "Paste as Error Correction" into the MAF table, like this:

    Before:
    Attachment 24038

    After:
    Attachment 24037
    This helped a lot, Thank You

    Below are various combinations I used for Fuel Trim error. I used them for MAF and VVE MAPS and all but the last one seemed to work.

    In the last 2 I used all trims from both banks combined. By dividing by 2 at the end of [DAN.FTRIM_STLT3] it seemed to work.
    Is that the correct way to do it?


    [DAN.FTRIM]
    0=|-- DAN.Fuel_Trim
    1=|--ST + LT
    2=|return (pid("ECM.LONGFT1")+pid("ECM.LONGFT2")+100)/100

    [DAN.FTRIM1]
    0=|-- DAN.FTRIM1
    1=|return (pid("ECM.SHRTFT1")+pid("ECM.SHRTFT2")+100)/100

    [DAN.FTRIM_STLT1]
    0=|-- DAN.FTRIM_STLT1
    1=|return (pid("ECM.SHRTFT1")+pid("ECM.LONGFT1")+100)/100

    [DAN.FTRIM_STLT2]
    0=|-- DAN.FTRIM_STLT2
    1=|return (pid("ECM.SHRTFT2")+pid("ECM.LONGFT2")+100)/100

    [DAN.FTRIM_STLT3]
    0=|-- DAN.FTRIM_STLT3
    1=|return (pid("ECM.SHRTFT1")+pid("ECM.LONGFT1")+pid("ECM.SH RTFT2")+pid("ECM.LONGFT2")+100)/100/2

    [DAN.FTRIM_STLT4]
    0=|-- DAN.FTRIM_STLT4
    1=|return (pid("ECM.SHRTFT1")+pid("ECM.LONGFT1")+pid("ECM.SH RTFT2")+pid("ECM.LONGFT2")+100)/100

    Next will be Filters...

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Hpt to EFI conversion
    By relentless addiction in forum Gen III V8 Specific
    Replies: 8
    Last Post: April 22nd, 2017, 05:14 AM
  2. New to EFI LIVE and struggling with COS upgrade
    By Cyrperformance in forum Gen III V8 Specific
    Replies: 29
    Last Post: July 7th, 2015, 11:07 PM
  3. Had to use hpt as efi couldn't read
    By auspeed in forum Gen III V8 Specific
    Replies: 13
    Last Post: September 1st, 2012, 10:11 AM
  4. Using HPT to get EFI injector data???
    By Behold in forum General (Petrol, Gas, Ethanol)
    Replies: 0
    Last Post: November 9th, 2011, 11:53 PM
  5. main differences from hpt to efi live
    By boostedyards86 in forum Gen IV V8 Specific
    Replies: 52
    Last Post: September 11th, 2009, 08:42 AM

Posting Permissions

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