• Library Data Object for HP-50g

    From cahlucas56@gmail.com@21:1/5 to All on Tue Aug 27 09:25:25 2019
    Hello all,

    For a programming project on the HP-50g I want to know how to create and read out a library data object. This way I can protect the data that is created by the library from being corrupted. Does anyone know how to do this in System RPL and want to share
    this with me? Thanks in advance! Sincerely, Karel.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Cesar Vasquez Alvarado@21:1/5 to All on Tue Aug 27 09:34:38 2019
    Hello

    In the forum HonradosHP you can view the answer of your question:

    https://www.honradoshp.com/t82-library-data

    In the manual "System RPL with Debug 4x" you can view information about Library Data in the chapter 17 "DATOS DE BIBLIOTECA (LIBRARY DATA)"

    https://sites.google.com/view/cesarv1821/system-rpl-debug-4x

    Is the version 2019 of the manual

    Regards

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From cahlucas56@gmail.com@21:1/5 to All on Tue Aug 27 18:21:00 2019
    Dear Mr. Alvarado,

    Unfortunately I do not speak the Spanish language, so I ask you if this information is also available in English. Sincerely, Karel.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From cahlucas56@gmail.com@21:1/5 to All on Wed Aug 28 12:23:29 2019
    Dear Mr. Alvarado,

    I was able to read the text via google translate and was able to work with the code. Creating a library data object was successful, although I cannot say that the data in the object is intact. Unpacking the library data object was unfortunately not
    successful, and therefore I cannot use both program codes. Sincerely, Karel.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Cesar Vasquez Alvarado@21:1/5 to All on Wed Aug 28 19:15:34 2019
    Greetings

    What is the object that will become Library Data?
    You can send me through this forum as a string after using on it, the command -> H

    Did you use the calculator or the Debug 4x to convert it?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From cahlucas56@gmail.com@21:1/5 to All on Thu Aug 29 16:32:10 2019
    Dear Mr. Alvarado,
    The string is: "47A2047A20C2A207000014C2A207000024C2A207000034C2A207000044B213047A20C2A207000013C2A207000003C2A207000013C2A207000003C2A207000013C2A207000085C2A207000013C2A207000085C2A207000013C2A207000003C2A207000013C2A207000003C2A207000003C2A207000003C2A
    207000003C2A207000003B2130739F2C2A20D000045543545B2130". The object was made on my calculator, because I don't use windows. I work with linux and mac osx. I hope this information wil be useful. Sincerely, Karel.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c.rushton@att.net@21:1/5 to All on Sat Sep 7 08:23:48 2019
    Here's a SYSRPL program that may solve your problem.
    NOTE: Backup your calculator before using and enter or copy/paste (as a string) *exactly* before compiling. Use at your own risk.

    Inputs:
    List and real number
    or
    Library Data object

    ::
    CK1&Dispatch
    BINT81
    ::
    CK2
    COERCE
    TOTEMPOB
    >HCOMP
    DUP
    OSIZE
    #5-
    CODE 0002D 8F14660D6061431333488B20145174071451318D94150
    ;
    # AF
    ::
    TOTEMPOB
    CODE 00027 1431333447A2014517434119201451318D94150
    DUP
    CDRCOMP
    SWAP
    CARCOMP
    UNCOERCE
    ;
    ;
    @

    Chksum # 64811d
    Bytes 109.5

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From cahlucas56@gmail.com@21:1/5 to All on Mon Sep 9 15:01:00 2019
    Hello my unknown friend,

    I would like to thank you for this contribution. I have not yet had the opportunity to test this, but I will certainly do it. Thank you! Sincerely, Karel.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)