Possible to create a table to change individual bits?

For questions relating to the configuration and use of tunerpro
Post Reply
User avatar
Phoenix
Posts: 112
Joined: Sat Aug 22, 2020 5:02 am
cars: 1983 Chevy C10
1993 Ford Mustang LX 5.0
2004 Pontiac GTO
2005 Pontiac GTO
Location: Anna, TX

Possible to create a table to change individual bits?

Post by Phoenix »

Hello,

I'm wondering if there is a way to set up a table in TunerPro so that it can change individual bits from 0 to 1 and 1 to 0 in an individual byte? I'm trying to define a parameter in the P59 GM OS that deals with engine protection and a cylinder group. In the byte each cylinder is represented by 1 bit so for example:

HEX value is 55, the Binary value is 01010101. The cylinders are defined as:
Cylinder H = 0, False
Cylinder G = 1, True
Cylinder F = 0, False
Etc.

I know I can set up a Flag and change the individual bit that way, but is there a way to group them them together and have 1 table instead of 8 flags?
Highlander
Posts: 81
Joined: Sun May 11, 2014 6:36 pm
cars: Z06

Re: Possible to create a table to change individual bits?

Post by Highlander »

You can create a new table whose each row is linked to a different cal.

Like this:

https://prnt.sc/MsnFoYSXjHQx

https://prnt.sc/ov9pDfnGFFOv

https://prnt.sc/z-KTrwnJqKqg
User avatar
Phoenix
Posts: 112
Joined: Sat Aug 22, 2020 5:02 am
cars: 1983 Chevy C10
1993 Ford Mustang LX 5.0
2004 Pontiac GTO
2005 Pontiac GTO
Location: Anna, TX

Re: Possible to create a table to change individual bits?

Post by Phoenix »

Highlander wrote:You can create a new table whose each row is linked to a different cal.

Like this:

https://prnt.sc/MsnFoYSXjHQx

https://prnt.sc/ov9pDfnGFFOv

https://prnt.sc/z-KTrwnJqKqg
So basically I would have to create all the flags, then scroll through the 2800+ parameters of the XDF (I cannot find a way to search in the Linked Item XDF Browser) link it, then repeat 31 more times?
Post Reply