Page 4 of 15

Re: Universalpatcher with Logger & Analyzer

Posted: Fri Mar 04, 2022 12:53 pm
by Cincinnatus
So it will just log binary? I found gm lan Bible online that contains breakdown of 11 and 29 bit frames. https://docs.google.com/spreadsheets/d/ ... edit#gid=1

Re: Universalpatcher with Logger & Analyzer

Posted: Wed Mar 09, 2022 12:31 am
by jlvaldez
This is exciting to see.

I like the analyzer function ;)

With regards to can, i work with it pretty much every day and could help on the analyzer functionality. I'm assuming this is all written in c#?

Re: Universalpatcher with Logger & Analyzer

Posted: Wed Mar 09, 2022 12:36 am
by joukoy
jlvaldez wrote:This is exciting to see.

I like the analyzer function ;)

With regards to can, i work with it pretty much every day and could help on the analyzer functionality. I'm assuming this is all written in c#?
Yes, written in c#.

Can you look file Datalogger\Analyzer.cs, and send ideas, how it should be modified for CAN?

Re: Universalpatcher with Logger & Analyzer

Posted: Sat Mar 19, 2022 2:26 am
by ironduke
One quick thing I've been playing with, someone else had errors with the E38 and the vin that was read using universal patcher..

I noticed something in the eeprom that might work a little better, tested with approx 50 E38 bins and it works on all of them..
If anyone has a lot of E38 bins(especially if they have the vin number in the file name to check against) they could try the changes below.. It's not a big deal but seems like an easy fix?

In the e38.xml down in the eeprom section at the bottom I changed

<CheckWords>a5a0:326:1cc:CWvin,a5a0:1da:b4:CWvin,a5a0:1be:b8:CWvin</CheckWords>

to this

<CheckWords>0000:71:b8:CWvin,0000:6d:b4:CWvin</CheckWords>

Re: Universalpatcher with Logger & Analyzer

Posted: Sat Mar 19, 2022 6:02 am
by Phoenix
I'm playing with the software and I need some help figuring something out. I love the fact that x and y can be swapped, but is there a way to change what Tunerpro calls "Major Order" between Row and Column?

Re: Universalpatcher with Logger & Analyzer

Posted: Sat Mar 19, 2022 6:20 am
by kur4o
There is Rowmajor checkbox for each entry, that is similar to the tunerpro settings. However to use it properly you need to swap axis too:labels, names and size, otherwise it will print data with wrong axis length.

You need to switch to tablelist view and scroll to the RowMajor column.

Re: Universalpatcher with Logger & Analyzer

Posted: Sun Mar 20, 2022 5:02 am
by Gene Thompson
First of all thanks to everyone involved in sharing these tools. I am late to the party so I still have a lot to learn.
I have been checking out Universal Patcher and I like the layout of things. I have made some minor changes to
a bin file and checked them in tuner pro and seems that I have a fairly good handle on how to make these changes
and save them. My problem is that when I want to write this calibration to the PCM I get a message to Please try again
on a less important PCM. The test write seems to complete fine no problem. Can someone please point out what I am doing
wrong?https://drive.google.com/file/d/1UrpNQU ... sp=sharing

Re: Universalpatcher with Logger & Analyzer

Posted: Sun Mar 20, 2022 10:36 am
by antus
read the dialog beforehand and press the other button.

Re: Universalpatcher with Logger & Analyzer

Posted: Sun Mar 20, 2022 10:49 pm
by Gene Thompson
Thanks antus, I read it but I didn't catch what it was really asking me. Sorry for the ignorance.

Re: Universalpatcher with Logger & Analyzer

Posted: Mon Mar 21, 2022 1:27 pm
by antus
Its worded like that to encourage people to slow down and be careful and read so hopefully people make less mistakes and shoot themselves in the foot less.