Register
Page 68 of 88 FirstFirst ... 1858636465666768697071727378 ... LastLast
Results 1,006 to 1,020 of 1306
  1. #1006
    Newbie
    Join Date
    Sep 2012
    Posts
    18
    Thanks Thanks Given 
    183
    Thanks Thanks Received 
    49
    Thanked in
    5 Posts

    Default

    Hello
    Thanks guys for the upload.
    happy new year

  2. #1007
    Top Poster
    Join Date
    Feb 2010
    Posts
    178
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    8
    Thanked in
    7 Posts

    Default

    Hi,

    Anyone have the formula for calculate mini chassis number

    example:

    WMWRE32010TG94879

    0C43 2D15 2220 1008 E488 4108 90A0

  3. #1008
    V.I.P. Member
    smokey08's Avatar
    Join Date
    Mar 2010
    Location
    Essex, UK
    Posts
    2,266
    Thanks Thanks Given 
    577
    Thanks Thanks Received 
    723
    Thanked in
    384 Posts

    Default

    Quote Originally Posted by kentzee View Post
    Hi,

    Anyone have the formula for calculate mini chassis number

    example:

    WMWRE32010TG94879

    0C43 2D15 2220 1008 E488 4108 90A0
    I know how to calculate for bmw but my formula does not work for your example. I think you have posted wrong hex.

    On bmw 1st digit of chassis number is in first 2 digits of hex string.

    Then next 2 digits of the chassis number make up the next 3 digits of the hex with a multiply by 4 in there somewhere. This bit is repeated throughout the rest of it.

    Make some tables to convert 0-Z to 0-23 hex and you will soon work it out.

    I think this is enough information for you as your thanks button appears to be broken.

  4. The Following 3 Users Say Thank You to smokey08 For This Useful Post:

    dexterx (21st October, 2016), kentzee (15th January, 2014), Meat-Head (31st May, 2014)

  5. #1009
    Top Poster
    Join Date
    Feb 2010
    Posts
    178
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    8
    Thanked in
    7 Posts

    Default

    The BMW formula is have also but the mini calculation is different

  6. #1010
    DK Veteran
    diagtech2000's Avatar
    Join Date
    Jul 2013
    Location
    North of England
    Posts
    1,224
    Thanks Thanks Given 
    362
    Thanks Thanks Received 
    133
    Thanked in
    102 Posts

    Default

    hi ive downloaded one of these sample scripts, the renault twin goo 93c66 one on the first page, but i cannot get it to work? its installed ok i can see it on the right hand side of my screen under devices but when i open a .bin file then go to "Renault" (under devices) then "Renault twingoo 2008 93c66" and then go to "actions" (top Bar) then "read km" it just gives me "read error" like im trying to read the eeprom, but I've already loaded the data- im not connected to the eeprom i just want to read KM from the Dump,? please can someone help? what am i doing wrong?

    below is a screen shot of the "read error"

    please if someone could give me step by step instructions im happy to send them some beer tokens or something, currently i have a UPA that is useless

    sshot ren2.JPG
    Please hit thanks if this helped you!

  7. #1011
    DK Veteran
    Lexas's Avatar
    Join Date
    Jul 2010
    Posts
    801
    Thanks Thanks Given 
    192
    Thanks Thanks Received 
    687
    Thanked in
    262 Posts

    Default

    Quote Originally Posted by diagtech2000 View Post
    hi ive downloaded one of these sample scripts, the renault twin goo 93c66 one on the first page, but i cannot get it to work? its installed ok i can see it on the right hand side of my screen under devices but when i open a .bin file then go to "Renault" (under devices) then "Renault twingoo 2008 93c66" and then go to "actions" (top Bar) then "read km" it just gives me "read error" like im trying to read the eeprom, but I've already loaded the data- im not connected to the eeprom i just want to read KM from the Dump,? please can someone help? what am i doing wrong?

    below is a screen shot of the "read error"

    please if someone could give me step by step instructions im happy to send them some beer tokens or something, currently i have a UPA that is useless

    sshot ren2.JPG
    some sctipts just works like this, reads eeprom and gives km, then you can change and program. loaded file doesnt work. if you need just calculate km, use another program or write eeprom change km program, read again and save.





    Don't Forget Button

  8. #1012
    DK Veteran
    diagtech2000's Avatar
    Join Date
    Jul 2013
    Location
    North of England
    Posts
    1,224
    Thanks Thanks Given 
    362
    Thanks Thanks Received 
    133
    Thanked in
    102 Posts

    Default

    Cheers


    Sent from my iPhone using Tapatalk
    Please hit thanks if this helped you!

  9. #1013
    DK Veteran
    Join Date
    Jul 2010
    Posts
    527
    Thanks Thanks Given 
    141
    Thanks Thanks Received 
    53
    Thanked in
    38 Posts

    Default Scripts wanted

    Hello,

    U'm looking for these airbag scripts:

    Linea 2010 609470600 and Megane 609221300

    Anyone?

    Thanks in advance!

  10. #1014
    Junior Member
    Join Date
    Jul 2014
    Posts
    26
    Thanks Thanks Given 
    465
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Thank you
    I see if I learn anything writing scripts for my upa-usb v13.
    Learn scriptability gave a help but no one is perfect.

  11. #1015
    Junior Member
    Join Date
    Jul 2014
    Posts
    26
    Thanks Thanks Given 
    465
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    please passe thanks

  12. #1016
    DK Veteran
    Join Date
    May 2014
    Location
    Belgium
    Posts
    406
    Thanks Thanks Given 
    115
    Thanks Thanks Received 
    185
    Thanked in
    132 Posts

    Default

    Question dear professionals

    if we have many unit with form, how i can call from main-unit

    AddDeviceGroup( 'IMMO', 'Select Menu' );
    AddDeviceGroupEx( ' CITROEN ', 'Select a Car', 'IMMO' );
    AddDeviceEx( 'C2', 'ST95080', ' CITROEN ', 'ST95080', 'show', 'Hide');
    AddDeviceEx( 'C3', 'ST95080', ' CITROEN ', 'ST95080', 'show', 'Hide');
    AddDeviceEx( 'C4', 'ST95080', ' CITROEN ', 'ST95080', 'show', 'Hide');


    from this diferent menu call on diferent unit with Form.
    how i must change this

    var
    MainForm: TForm2;


    Procedure Show( PParent );
    begin
    MainForm := TForm2.Create(PParent );
    MainForm.Parent := PParent;
    MainForm.Visible := True
    end;

    tnx a lot for answear

  13. #1017
    Senior Member dfi's Avatar
    Join Date
    Sep 2008
    Location
    Romania
    Posts
    267
    Thanks Thanks Given 
    52
    Thanks Thanks Received 
    34
    Thanked in
    13 Posts

    Default

    New update!!!

    uuprog-s v1.1.1.02 06-Nov-14
    - Added support for Infineon MCUs: XC2060N-40F, XC2060M-104F, XC2336B-24F, XC2336B-40F, XC2361A-56F, XC2361A72F,
    XC2363A-56F, XC2363A-72F, XC2364A-56F,XC2364A-72F, XC2364A-104F, XC2365A-56F, XC2365A-72F, XC2365A-104F,
    XC2361B-24F, XC2361B-40F, XC2363B-24F, XC2363B-40F, XC2364B-24F, XC2364B-40F, XC2365B-24F, XC2365B-40F
    - Added beta support for Freescale (Motorola): MPC5604C, MPC5604P
    - Added beta support for ST MCUs: SPC560P44, SPC560P50
    - Added support for Freescale (Motorola) MCUs: MC9S12G48, MC9S12G64, MC9S12G96, MC9S12G128, MC9S12G192,
    MC9S12G240
    - Fixed some bugs with scrips

  14. #1018
    DK Veteran

    Join Date
    Dec 2009
    Location
    Ireland
    Posts
    327
    Thanks Thanks Given 
    32
    Thanks Thanks Received 
    99
    Thanked in
    30 Posts

    Default

    Hi I looking for scrypt for ford kuga 24c32 or connect 24c32 from 2013-2014 year
    Thanks

  15. #1019
    DK Veteran

    Join Date
    Nov 2014
    Posts
    954
    Thanks Thanks Given 
    411
    Thanks Thanks Received 
    248
    Thanked in
    125 Posts

    Default

    Hi mate,
    Hi have xprog-m and need to read vw beetle instrument cluster,can so One help.

  16. #1020
    DK Veteran teuton's Avatar
    Join Date
    Nov 2009
    Location
    Mexico
    Posts
    1,571
    Thanks Thanks Given 
    47
    Thanks Thanks Received 
    190
    Thanked in
    97 Posts

    Default

    Specify which cluster/type, then someone will help you

 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.