Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 31

Thread: Cax Question

  1. #21
    Lifetime Member Chavez91's Avatar
    Join Date
    Dec 2012
    Posts
    232

    Default

    Quote Originally Posted by GMPX View Post
    Or try just the . without any quotes at all.
    Quote Originally Posted by Dmaxink View Post
    ^^^Thats what I do
    Well just had a chance to try it. Kangsta's worked perfect.

    Tried it like you guys said (Ross&Kory)...

    Code:
    ;       Seg    Caption                               Major                Minor                   Vis   Dis   2D   Grp
    ;       ----   ----------------------------------   -------------------  -----------------------  ----  ----- ---  ----
    VIEW =    2     "Main Injection Mode Assignment"    "Injection Control"  .                         1      2    0    0
    And this is what I get

    Click image for larger version. 

Name:	Untitled.png 
Views:	358 
Size:	3.8 KB 
ID:	17633

    BUT! If you write it like Kangsta suggested, it loads correctly! Table loads in the "Major" folder.
    Code:
    ;       Seg    Caption                               Major                Minor                   Vis   Dis   2D   Grp
    ;       ----   ----------------------------------   -------------------  -----------------------  ----  ----- ---  ----
    VIEW =    2     "Main Injection Mode Assignment"    "Injection Control"  ""                        1      2    0    0
    Thought I would test both ways, and included all that just incase something wasn't working the way it should be.
    Josh

    '04 GMC LLY
    - L5P, Motech, 6-Spd Conv. ML Trans.
    '05 GMC LLY - 250%, 12mm, 67mm Custom Turbo, 6-Spd Conv. ML Trans
    '19 3500 RAM - Tuned Aisin 0_o

  2. #22
    Senior Member
    Join Date
    Nov 2007
    Posts
    188

    Default

    I went through the same thing years ago

  3. #23
    Lifetime Member Chavez91's Avatar
    Join Date
    Dec 2012
    Posts
    232

    Default

    Alright, gottttt another one!

    Is there a way to define a parameter (in this instance it happens to only be a single value), so that it is visible but can't be edited?

    There is a parameter I want to add for reference purposes only, but being it is in read only memory, make it un-editable, so its not changed by mistake. Kinda like how B1250 in the LMLs is displayed, you can view it but not change it.

    Any one have an Idea?
    Josh

    '04 GMC LLY
    - L5P, Motech, 6-Spd Conv. ML Trans.
    '05 GMC LLY - 250%, 12mm, 67mm Custom Turbo, 6-Spd Conv. ML Trans
    '19 3500 RAM - Tuned Aisin 0_o

  4. #24
    Lifetime Member Chavez91's Avatar
    Join Date
    Dec 2012
    Posts
    232

    Default

    Also, Im trying to define 32 bit map that uses floating point values...... how do I do that with the cax?
    Josh

    '04 GMC LLY
    - L5P, Motech, 6-Spd Conv. ML Trans.
    '05 GMC LLY - 250%, 12mm, 67mm Custom Turbo, 6-Spd Conv. ML Trans
    '19 3500 RAM - Tuned Aisin 0_o

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

    Default

    Quote Originally Posted by Chavez91 View Post
    Also, Im trying to define 32 bit map that uses floating point values...... how do I do that with the cax?
    Try the data type FLT.

  6. #26
    Lifetime Member Chavez91's Avatar
    Join Date
    Dec 2012
    Posts
    232

    Default

    Worked perfect. Thanks a million!
    Josh

    '04 GMC LLY
    - L5P, Motech, 6-Spd Conv. ML Trans.
    '05 GMC LLY - 250%, 12mm, 67mm Custom Turbo, 6-Spd Conv. ML Trans
    '19 3500 RAM - Tuned Aisin 0_o

  7. #27
    Lifetime Member
    Join Date
    Jan 2014
    Posts
    327

    Default

    instead of defining an axis with hard values in a cax- is it possible to read in eeprom data and scale it for the axis data?

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

    Default

    Quote Originally Posted by RADustin View Post
    instead of defining an axis with hard values in a cax- is it possible to read in eeprom data and scale it for the axis data?
    No, not that I know of.

  9. #29
    Lifetime Member Chavez91's Avatar
    Join Date
    Dec 2012
    Posts
    232

    Default

    Darn... I was wondering the same thing.....
    Josh

    '04 GMC LLY
    - L5P, Motech, 6-Spd Conv. ML Trans.
    '05 GMC LLY - 250%, 12mm, 67mm Custom Turbo, 6-Spd Conv. ML Trans
    '19 3500 RAM - Tuned Aisin 0_o

  10. #30
    Senior Member
    Join Date
    Jan 2016
    Posts
    118

    Default

    is there a book or a class that teaches cax related stuff. i am a c/c++ programmer by trade so data and programming i am very comfortable with. I need help on os specific stuff in the ecm.

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. loading in the .cax
    By RADustin in forum CAX Files
    Replies: 22
    Last Post: June 13th, 2014, 10:03 AM
  2. CAX Files.
    By MICK in forum CAX Files
    Replies: 4
    Last Post: August 28th, 2010, 11:29 AM
  3. E38 and CAX?
    By gmh308 in forum CAX Files
    Replies: 2
    Last Post: April 28th, 2009, 04:54 PM
  4. cax file?
    By myws6formula in forum CAX Files
    Replies: 1
    Last Post: December 21st, 2008, 03:00 PM
  5. .cax confusion!!!
    By Lextech in forum CAX Files
    Replies: 2
    Last Post: September 26th, 2008, 01:25 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
  •