File compare doesn't compare Low AFM Enrich

Discuss software bugs and related problems here.

Moderator: Matt

Post Reply
CoZZm0
 

Posts: 133
Joined: Fri May 21, 2010 8:07 pm
Location: Sydney, Australia

File compare doesn't compare Low AFM Enrich

Post by CoZZm0 »

Hi all,

Just a small one i've found on Type3 68C00 using compare between two files, the Low AFM Volt Enrich, even when different, isn't highlighted.
Matt
Site Admin
 

Posts: 8961
Joined: Sun Jan 29, 2006 1:45 am
Location: Adelaide, Australia
Contact:

Re: File compare doesn't compare Low AFM Enrich

Post by Matt »

Requires change to BASE_SR20_KA24_256_E.adr (and S14A/S14/S15 SR20DET files if using those) file to fix currently

Change 2,1,1,1 to 2,1,2,1 for correct parameter length used during comparison:
LOW_AFM_ENRICH_TRIGGER,&H0A22,2,1,2,1,Low AFM enrichment trigger
I've fixed it here for next release
CoZZm0
 

Posts: 133
Joined: Fri May 21, 2010 8:07 pm
Location: Sydney, Australia

Re: File compare doesn't compare Low AFM Enrich

Post by CoZZm0 »

Perfect, thanks Matt.
Matt
Site Admin
 

Posts: 8961
Joined: Sun Jan 29, 2006 1:45 am
Location: Adelaide, Australia
Contact:

Re: File compare doesn't compare Low AFM Enrich

Post by Matt »

No probs. It was only comparing the first byte (00) and not the second one due to this parameter
Post Reply