Results 1 to 1 of 1

Thread: Limits Not Being Respected

  1. #1
    New Member
    Join Date
    Aug 2007
    Posts
    1

    Default Limits Not Being Respected

    Working on a cax to add fuel gauge driver PWM frequency adjustment to 98-99 blackbox PCM's. I think I've basically got it figured out, but I notice the MinLimit and MaxLimit I've defined are not being respected once the parameter is loaded into EFILive. The MinUser and MaxUser do however seemed to be respected. I can still enter values higher than these "EFILive limits" and they seem to stick, but maybe they would be clipped during flashing? Have I done something wrong in the cax file?

    Code:
    [F1036]
    ;         Description
    ;         ---------------------------------------------------------------------------------------------------------------------------------
    DESC.001 = PCM fuel gauge driver PWM frequency.
    DESC.002 = 
    DESC.003 = Stock frequency setting is 59.5Hz. Lower frequency settings may result in fuel gauge needle hummingbird or buzzing effect.
    ;
    ;         Seg Caption                                  Major              Minor              Vis Dis 2D Grp
    ;         --- ---------------------------------------- ------------------ ------------------ --- --- -- ---
    VIEW =      6 "Fuel Gauge PWM"                	        "Fuel Gauge"        ""                 1   1  0   2
    ;
    ;         Address(es)                      BitOff Bits Typ Inv
    ;         -------------------------------- ------ ---- --- ---
    ADDR =    E6E8                                 0   8   UNM   1
    ;
    ;         Unit Symbol            Factor         Offset Prec       MinLimit       MaxLimit        MinUser        MaxUser
    ;         -------------- -------------- -------------- ---- -------------- -------------- -------------- --------------
    SI_SLOT = Hz                     0.00019098548      0    1            59.5           210             59.5           180
    ;
    ;         Body           Col            Row
    ;         -------------- -------------- --------------
    ULABELS = .              .              .
    ;
    ;         Enumerations
    ;         -------------------------------------------------------------------
    SI_ENUM = .
    IM_ENUM = .
    ;
    ;         Unit Symbol      Labels
    ;         ---------------- -----------------------------------------------------
    SI_COL =  .                .
    IM_COL =  .                .
    SI_ROW =  .                .
    IM_ROW =  .                .
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	EFILive Fuel Gauge Calibration.JPG 
Views:	85 
Size:	70.5 KB 
ID:	24229  

Similar Threads

  1. Help me better understand torque limits
    By Brody in forum Duramax 06 LLY / 06+ LBZ & LMM
    Replies: 6
    Last Post: August 15th, 2016, 05:02 PM
  2. Torque limits table help please!..
    By Cjsduramax in forum General
    Replies: 1
    Last Post: December 22nd, 2015, 04:11 PM
  3. Limits for Cos 5
    By tor1965 in forum Custom Operating Systems
    Replies: 1
    Last Post: September 29th, 2011, 06:54 AM
  4. r.p.m. limits
    By smokethis in forum Duramax LLY
    Replies: 2
    Last Post: November 28th, 2008, 08:23 PM

Posting Permissions

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