Register
Page 61 of 88 FirstFirst ... 1151565758596061626364656671 ... LastLast
Results 901 to 915 of 1306
  1. #901
    Top Poster
    Join Date
    Jun 2010
    Location
    Pasig
    Posts
    162
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    22
    Thanked in
    14 Posts

    Default

    Quote Originally Posted by barti122 View Post
    Hi Please help. I can not cope with the function changes km and pin. Can somebody help me. I would like to add another button ALL INFO who when pressed start the procedure read km, read pin.
    in ChangePinClick event, you can use this procedure:


    procedure ChangePinClick(Sender: TObject);
    var
    MyString;
    var1,var2,var3,var4,var5;
    pin1,pin2,pin3,pin4;

    begin


    {************************** Codes Begin Here **********************************************}


    // New Codes begin here

    MyString := 'CFCECDCCCBCAC9C8C7C6@@@@@@@@@@@@@@BEBDBCBBBAB9B8B 7B6B5B4B3B2B1B0AFAEADACABAAA9A8A7A6A5';
    Var1 := upperCase(Edit1.text);

    clearmsgs;

    SetProgramModifiedOnly( true );
    if (length(var1) < 4) or (length(var1) > 4) then
    begin
    ShowMessage( 'Enter 4 Character!');
    Edit1.Text :=''
    exit;
    end;

    Var2 := ((ord(var1[1])-48)*2)+1;

    Var3 := ((ord(var1[2])-48)*2)+1;
    Var4 := ((ord(var1[3])-48)*2)+1;
    Var5 := ((ord(var1[4])-48)*2)+1;

    Pin1 := MyString[Var2] + MyString[Var2 +1];

    Pin2 := MyString[Var3] + MyString[Var3 +1];
    Pin3 := MyString[Var4] + MyString[Var4 +1];
    Pin4 := MyString[Var5] + MyString[Var5 +1];

    SetByteHexEdit( $946, strtoint('$'+Pin1));
    SetByteHexEdit( $947, strtoint('$'+Pin2));
    SetByteHexEdit( $948, strtoint('$'+Pin3));
    SetByteHexEdit( $949, strtoint('$'+Pin4));


    SetByteHexEdit( $978, strtoint('$'+Pin1));

    SetByteHexEdit( $979, strtoint('$'+Pin2));
    SetByteHexEdit( $97A, strtoint('$'+Pin3));
    SetByteHexEdit( $97B, strtoint('$'+Pin4));

    RefreshHexEdit;

    if MsgBox( 'Program Pin?', 'Confirm!', MB_YESNO ) = IDYES then
    begin
    ProgramDevice;
    VerifyDevice;
    end else
    exit;

    end;
    Attached Files Attached Files
    Last edited by vergel; 8th July, 2012 at 12:54 AM.

  2. The Following User Says Thank You to vergel For This Useful Post:

    pintobraz (29th July, 2014)

  3. #902
    Top Poster
    Join Date
    Jun 2010
    Location
    Pasig
    Posts
    162
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    22
    Thanked in
    14 Posts

    Default

    Quote Originally Posted by barti122 View Post
    Hi Please help. I can not cope with the function changes km and pin. Can somebody help me. I would like to add another button ALL INFO who when pressed start the procedure read km, read pin.

    Here is your complete working xcsr file
    Attached Files Attached Files

  4. The Following 5 Users Say Thank You to vergel For This Useful Post:

    Adi202 (25th August, 2015), AMDOR (11th August, 2019), ciptel07 (25th December, 2013), pintobraz (29th July, 2014), schumy1502 (1st August, 2014)

  5. #903
    DK Veteran chrismoore02's Avatar
    Join Date
    Jul 2011
    Location
    England
    Posts
    523
    Thanks Thanks Given 
    128
    Thanks Thanks Received 
    27
    Thanked in
    24 Posts

    Default

    thanks guys for these scripts, im just getting into writing scripts for my UPA and they are being very helpful

  6. #904
    Member
    Join Date
    Oct 2009
    Posts
    62
    Thanks Thanks Given 
    42
    Thanks Thanks Received 
    5
    Thanked in
    2 Posts

    Default script

    I would like to know to make the scripts, could help me to contribute to the forum. grateful

  7. #905
    Top Poster
    Join Date
    Jun 2010
    Location
    Pasig
    Posts
    162
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    22
    Thanked in
    14 Posts

    Default

    Quote Originally Posted by lexuscar View Post
    I would like to know to make the scripts, could help me to contribute to the forum. grateful
    There are so many sample scripts here to guide you how to write it.
    for some reference, you ca go to this site Delphi Basics

  8. The Following User Says Thank You to vergel For This Useful Post:

    BimmerGT1 (29th June, 2013)

  9. #906
    DK Veteran
    carbandit's Avatar
    Join Date
    Dec 2008
    Location
    bonnie scotland
    Posts
    608
    Thanks Thanks Given 
    202
    Thanks Thanks Received 
    159
    Thanked in
    122 Posts

    Default

    hello guys any one got the dash 25lc640 merc vito /sprinter scripts as i had version from sorin but my pc crashed and wiped all data many thanks in advance...

  10. #907
    DK Veteran

    Join Date
    Jul 2010
    Posts
    2,037
    Thanks Thanks Given 
    371
    Thanks Thanks Received 
    258
    Thanked in
    142 Posts

    Default

    Quote Originally Posted by carbandit View Post
    hello guys any one got the dash 25lc640 merc vito /sprinter scripts as i had version from sorin but my pc crashed and wiped all data many thanks in advance...
    HELLO
    take my friend
    regard
    Attached Files Attached Files

  11. The Following 9 Users Say Thank You to newgeniehex For This Useful Post:

    Adi202 (25th August, 2015), AMDOR (11th August, 2019), Dimoni (5th November, 2013), hmagga (21st June, 2019), Jashmine1983 (6th December, 2014), MOBILTRONIC (24th October, 2021), pintobraz (29th July, 2014), satesquio (28th September, 2016), schumy1502 (1st August, 2014)

  12. #908
    Senior Member
    Join Date
    Jul 2010
    Posts
    255
    Thanks Thanks Given 
    21
    Thanks Thanks Received 
    30
    Thanked in
    28 Posts

    Default

    GetDevice( DeviceName: string; var Device: TDevice ): boolean
    GetDevInfo( Name: string ): TDevInfo
    SetDevInfo( Name: string; DevInfo: TDevInfo ): boolean

    ID: string
    Name: string
    InheritedDevName: string
    e2len: byte; // length opcode
    e2cap: cardinal; // EEPROM capacity in bytes
    e2org: byte;
    Descr: string;
    e2Opr: TE2Opr; // Avalable Operations

    function GetDevInfo: TDevInfo;
    procedure SetDevInfo( DevInfo: TDevInfo );
    function ProgramDev: TTaskResult;
    function DeviceProgram: TTaskResult
    function DeviceRead: TTaskResult
    function DeviceVerify: TTaskResult
    function DeviceBlankCheck: TTaskResult



    how to use this func/proc ?

  13. #909
    Member
    martis27j's Avatar
    Join Date
    Mar 2012
    Location
    Norway
    Posts
    95
    Thanks Thanks Given 
    38
    Thanks Thanks Received 
    4
    Thanked in
    4 Posts

    Default

    hi i need to change km, can some one make script on upa for a8 2006 audi. 93lc86c eeprom?
    Attached Files Attached Files

  14. The Following User Says Thank You to martis27j For This Useful Post:

    pintobraz (29th July, 2014)

  15. #910
    DK Veteran
    Join Date
    Mar 2010
    Posts
    343
    Thanks Thanks Given 
    108
    Thanks Thanks Received 
    29
    Thanked in
    17 Posts

    Default

    anybody know where i can buy full script for upa ?

  16. #911
    Top Poster
    Join Date
    Dec 2010
    Posts
    107
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    38
    Thanked in
    22 Posts

    Default

    full scripts for UPA-USB you can download
    UPA-USB - AUTO TECHNOLOGY

  17. The Following User Says Thank You to THC For This Useful Post:

    Dimoni (5th November, 2013)

  18. #912
    DK Veteran
    Join Date
    Mar 2010
    Posts
    343
    Thanks Thanks Given 
    108
    Thanks Thanks Received 
    29
    Thanked in
    17 Posts

    Default

    this websight is in russian , can you send link to direct download , or to exACT PAGE WHERE I CAN DOWNLOAD
    THANKS

  19. #913
    DK Veteran
    Join Date
    Mar 2010
    Posts
    343
    Thanks Thanks Given 
    108
    Thanks Thanks Received 
    29
    Thanked in
    17 Posts

    Default upa script for rangrover 4X4

    hello every one
    can anybody please help me ,
    i need this script upa usb for rangrover 4x4 module .
    i have original upa usb , its not for selling it for my own use , i can give my upa serial # with no problem at all
    Attached Images Attached Images
    Last edited by samyboy; 8th September, 2012 at 11:57 PM.

  20. #914
    DK Veteran
    Join Date
    Nov 2009
    Posts
    304
    Thanks Thanks Given 
    40
    Thanks Thanks Received 
    19
    Thanked in
    13 Posts

    Default

    Quote Originally Posted by samyboy View Post
    hello every one
    can anybody please help me ,
    i need this script upa usb for rangrover 4x4 module .
    i have original upa usb , its not for selling it for my own use , i can give my upa serial # with no problem at all
    Hi
    And if it is possible for me at me too original upa

  21. #915
    Senior Member
    Join Date
    Jun 2010
    Posts
    267
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    5
    Thanked in
    5 Posts

    Default

    Quote Originally Posted by samyboy View Post
    this websight is in russian , can you send link to direct download , or to exACT PAGE WHERE I CAN DOWNLOAD
    THANKS
    No there is nothing for free download. Only buy.
    Regards.

 

 

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.