Universalpatcher ordered list?

They go by many names, P01, P59, VPW, '0411 etc. Also covering E38 and newer here.
Post Reply
Thorwon
Posts: 95
Joined: Wed Jan 16, 2019 1:34 am
cars: 2007 Hemi powered JKUR
1987 YJ
1955 CJ5
1988 MJ Comanche
Location: Commerce GA.

Universalpatcher ordered list?

Post by Thorwon »

Is there a way to show a ordered list with the numbers like the DTC codes C6001 C6002?
I'm not a program savvy guy. I've learned a lot from ya'll but I don't see any way to do this.
Bad things happen FAST!!!
kur4o
Posts: 948
Joined: Sun Apr 10, 2016 9:20 pm

Re: Universalpatcher ordered list?

Post by kur4o »

DTC are set like this

numbers of dtc are defined in the "row headers" column in that format

P0000,P0010,P0011,P0013,P0014,P0016,P0017

1st value , 2nd value , and so on

the encoding of raw value vs meaning is done in the "value" column

Enum: 00:MIL and reporting off,01:type A/no mil,02:type B/no mil,

It should start with Enum:
meaning it is going to use enumeration
and that each raw value converted to decimal and the meaning

00:MIL and off
01:type A/no mil and so on.

You`d better switch to the tablelist view to get a better grasp of definition configuration.

As far as I understand the question you want to configure something like DTC but for other scalars.
Some more details will help, and if the feature is not present yet, we can add a quick fix to make it work the way you wanted.
Thorwon
Posts: 95
Joined: Wed Jan 16, 2019 1:34 am
cars: 2007 Hemi powered JKUR
1987 YJ
1955 CJ5
1988 MJ Comanche
Location: Commerce GA.

Re: Universalpatcher ordered list?

Post by Thorwon »

If you pull up the "ordered list" view in tuner pro rt you can see what I mean. I don't know how to describe it.
I was just using the dtc numbers as an example.
I don't have access to it on my phone. When I get home I'll take a screen shot and post it.
Bad things happen FAST!!!
Thorwon
Posts: 95
Joined: Wed Jan 16, 2019 1:34 am
cars: 2007 Hemi powered JKUR
1987 YJ
1955 CJ5
1988 MJ Comanche
Location: Commerce GA.

Re: Universalpatcher ordered list?

Post by Thorwon »

kur4o wrote:DTC are set like this

numbers of dtc are defined in the "row headers" column in that format

P0000,P0010,P0011,P0013,P0014,P0016,P0017

1st value , 2nd value , and so on

the encoding of raw value vs meaning is done in the "value" column

Enum: 00:MIL and reporting off,01:type A/no mil,02:type B/no mil,

It should start with Enum:
meaning it is going to use enumeration
and that each raw value converted to decimal and the meaning

00:MIL and off
01:type A/no mil and so on.

You`d better switch to the tablelist view to get a better grasp of definition configuration.

As far as I understand the question you want to configure something like DTC but for other scalars.
Some more details will help, and if the feature is not present yet, we can add a quick fix to make it work the way you wanted.

This is what I'm talking about.
I don't know if it's possible to make a list like tuner pro does, but it'd be nice.
Is there a search feature? That would be nice too.

Tuner Pro RT.png
Bad things happen FAST!!!
User avatar
antus
Site Admin
Posts: 8237
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Re: Universalpatcher ordered list?

Post by antus »

I think thats like a user defined order of items. Not by type, not alphabetical, but logically sorted by the definition creator.
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
kur4o
Posts: 948
Joined: Sun Apr 10, 2016 9:20 pm

Re: Universalpatcher ordered list?

Post by kur4o »

The closest you can get is here. It list all parameters in a single list. You can sort them by columns.
ordered_paameters_1.JPG
In tuner view you can sort by this icons.

1st is icon is display by size[1d,2d,3d]
2nd by type[enum, boolean,bitmask,number and so]
3rd is by category
4th s by segment
ordered_parameters_1.JPG

You can also sort all list in different ways, by, name,address,category and so on.
ordered_parameters_2_sortinga.JPG
What we are missing is to list all parameters in an All tree in tuner view.
A good idea for future imrovement.
Post Reply