Page 4 of 4

Re: XDF for 12613246 OS

Posted: Thu May 06, 2021 2:22 am
by Gampy
It worked, you must of done it right! :thumbup:

Re: XDF for 12613246 OS

Posted: Thu May 06, 2021 3:00 am
by kur4o
To clear the mistery vats settings.


On 512kb there is

0 = Serial Vats
1 = PWM Vats
2 = No Vats

On 1mb there is

0 = Serial Vats
1 = No Vats

On some of the next release of universal patcher it should be fixed for 512kb. Current setup only treats 1mb pcms with

0 = Serial Vats
1 = No Vats

I also suspect vats byte is read at hard boot and stored somewhere, and soft boot doesn`t affect it later.

Re: XDF for 12613246 OS

Posted: Thu May 06, 2021 3:30 am
by tt03
kur4o wrote:To clear the mistery vats settings.


On 512kb there is

0 = Serial Vats
1 = PWM Vats
2 = No Vats

On 1mb there is

0 = Serial Vats
1 = No Vats

On some of the next release of universal patcher it should be fixed for 512kb. Current setup only treats 1mb pcms with

0 = Serial Vats
1 = No Vats

I also suspect vats byte is read at hard boot and stored somewhere, and soft boot doesn`t affect it later.

Thanks for this! Looked a few places and couldn't find this information, to confirm this is indeed correct? Also if so do you happen to know why on a 1mb pcm I set to 2 and it seems to have worked. The same bin that I shared previously. I mean it makes sense given serial is a newer technology correct? Meaning pwm would basically be obsolete on these newer vehicles? Complete speculation on my part just curious.

Re: XDF for 12613246 OS

Posted: Thu May 06, 2021 5:12 am
by kur4o
Basically anything over 2 will work too, since the code works that way. Some boolean checks.

The pwm is phased out on 1mb since there is no more platform usage for it. F-bodies used PWM and maybe some others too but they got dumped in 2002.

Re: XDF for 12613246 OS

Posted: Thu May 06, 2021 5:42 am
by Gampy
Awesome kur4o, Thank You much ...

So, if it's boolean, 0=false=Serial and anything else equals true or off on the 1m ...

Re: XDF for 12613246 OS

Posted: Thu May 06, 2021 7:10 am
by tt03
kur4o wrote:Basically anything over 2 will work too, since the code works that way. Some boolean checks.

The pwm is phased out on 1mb since there is no more platform usage for it. F-bodies used PWM and maybe some others too but they got dumped in 2002.
Cool Cool, thanks for the explanation! So anything over 1=No vats but typically 1 is what you want. Learn something new everyday, Thanks!!

Re: XDF for 12613246 OS

Posted: Thu May 06, 2021 8:13 am
by Gampy
tt03 wrote:So anything over 1=No vats but typically 1 is what you want.
I suspect this is a miss wording, not a misunderstanding ... It's anything over Zero = No VATS, i.e. 1.

Re: XDF for 12613246 OS

Posted: Thu May 06, 2021 11:14 am
by In-Tech
Now that we are on this subject I've been looking a bit deeper into my '03 Grand Prix VATS setting, It's a 512k P04b.
An un-confirmed GM doc shows this: VATS (0=Enabled 1=No Light 2=Disabled) :wtf:
The dog will not get fed 'till she figures it out :mrgreen:

Re: XDF for 12613246 OS

Posted: Thu May 06, 2021 3:26 pm
by tt03
Gampy wrote:
tt03 wrote:So anything over 1=No vats but typically 1 is what you want.
I suspect this is a miss wording, not a misunderstanding ... It's anything over Zero = No VATS, i.e. 1.

Ohh yeah, My apologies. I guess my head wasn't thinking straight lol makes sense.