Page 1 of 1

Universalpatcher ordered list?

Posted: Tue May 24, 2022 5:50 am
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.

Re: Universalpatcher ordered list?

Posted: Tue May 24, 2022 6:42 am
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.

Re: Universalpatcher ordered list?

Posted: Tue May 24, 2022 7:50 am
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.

Re: Universalpatcher ordered list?

Posted: Tue May 24, 2022 9:09 am
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

Re: Universalpatcher ordered list?

Posted: Tue May 24, 2022 10:00 am
by antus
I think thats like a user defined order of items. Not by type, not alphabetical, but logically sorted by the definition creator.

Re: Universalpatcher ordered list?

Posted: Tue May 24, 2022 4:00 pm
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.