Results 1 to 4 of 4

Thread: FIC Injector Data Randomly Shifts

  1. #1
    New Member
    Join Date
    Apr 2017
    Posts
    9

    Default FIC Injector Data Randomly Shifts

    Hey guys,

    Just noticed this. So we keep putting in the injector data from a set of 1000cc FIC injectors but every time we save the tune and come back the values have shifted by +- 2 percent. Any idea why this would be happening? See attached pictures/values below.

    Before
    Click image for larger version. 

Name:	IMG_0110.JPG.jpg 
Views:	267 
Size:	940.9 KB 
ID:	20959
    After
    Click image for larger version. 

Name:	IMG_0111.JPG.jpg 
Views:	259 
Size:	941.8 KB 
ID:	20960
    Before
    Click image for larger version. 

Name:	IMG_0112.JPG.jpg 
Views:	262 
Size:	513.4 KB 
ID:	20961
    After
    Click image for larger version. 

Name:	IMG_0113.JPG.jpg 
Views:	266 
Size:	508.4 KB 
ID:	20962

  2. #2
    Lifetime Member Tre-Cool's Avatar
    Join Date
    Feb 2006
    Posts
    941

    Default

    it's normal. it'll only be changing from the data u put in. it wont change again after it saves.

    it's just the way the data recalculates when it get's saved back in.

  3. #3
    Joe (Moderator) joecar's Avatar
    Join Date
    Apr 2003
    Posts
    28,403

    Default

    That is discretization error, aka quantization error...

    the binary representation of a real number (i.e. a number with a fractional part) allows only specific discrete values;

    for example, straight binary fixed point allows the following values (each bit position represents the next power of 2 down, i.e. half the previous bit):
    0.1b = 0.5
    0.01b = 0.25
    0.001b = 0.125

    so you would represent 0.75 exactly as 0.110b, and 0.375 exactly as 0.011b, and 0.625 exactly as 0.101b;
    but in 3 bits, 0.70 and 0.80 cannot be exactly represented, the closest representation for either of these would be 0.75 i.e. 0.110b.


    So when you reopen the tunetool this is what you're seeing (looks like it's fixed point and not floating point because the same bit positions change).

    The sub-millisecond values are out by about 2%, the millisecond values are out by 0.2% or less (as the millisecond value gets larger).

    You won't notice any difference in 2% error on the sub-millisecond time adder.
    Last edited by joecar; April 10th, 2017 at 04:41 AM.

  4. #4
    New Member
    Join Date
    Apr 2017
    Posts
    9

    Default

    Gotcha! That makes sense. Just wanted to make sure we weren't going to see problems there. Thanks for the quick reply!

Similar Threads

  1. Replies: 42
    Last Post: June 16th, 2015, 09:30 AM
  2. Replies: 10
    Last Post: September 27th, 2013, 12:25 AM
  3. FIC Injector Data
    By ferocity02 in forum Gen III V8 Specific
    Replies: 24
    Last Post: June 6th, 2013, 03:18 PM
  4. Converting Ford style injector data to data useful to EFI Live.
    By JOHNBOY in forum General (Petrol, Gas, Ethanol)
    Replies: 2
    Last Post: May 11th, 2012, 06:19 AM
  5. 96# injector data?
    By BLK02WS6 in forum Gen III V8 Specific
    Replies: 3
    Last Post: July 2nd, 2011, 08:28 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •