Post Reply 
41 Programs for 7470 Plotter - Why so few?
08-10-2016, 05:15 AM (This post was last modified: 08-10-2016 05:17 AM by Ángel Martin.)
Post: #22
RE: 41 Programs for 7470 Plotter - Why so few?
(08-10-2016 03:09 AM)Sylvain Cote Wrote:  I am doing a diff on the source code ...

Edit: LINH related, preliminary bugs found, not tested yet, too late for plotter test, wife will kill me Wink
Code:
=== ====================================== ======================================
bug current                                correction
--- -------------------------------------- --------------------------------------
    LBL "X*"                               LBL "X*"
    ...                                    ...
--> RDN - R^   CHS  E +                    RDN - R^ / CHS  E + 
    FIX 1 CLA "DATEN " ARCL X AVIEW        FIX 1 CLA "DATEN " ARCL X AVIEW 
--> INT  E3 /  E + STO 00 STO 30           INT  E3 *  E + STO 00 STO 30 
    RTN                                    RTN
--- -------------------------------------- --------------------------------------
    LBL "Y*"                               LBL "Y*"
    ...                                    ...
--> "Y-DIF?" PROMPT STO 34                 "Y-DIF?" PROMPT STO 44
    RTN                                    RTN 
--- -------------------------------------- --------------------------------------
--> LBL "H"                                LBL "Q" 
    SF 17 GTO 43                           SF 17 GTO 43 
--- -------------------------------------- --------------------------------------

Well, looks there's some obvious differences that suggests errors in the code... will correct them and send you the image back (or can you do that on your end as well using the Excel sheet I sent you? The compile macro is on it as well...)

Both LBL "*X" and LBL "*Y" are shared by different programs, I guess the similarities were not identical in the registers used :-(

"To live or die by your own sword one must first learn to wield it aptly."
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: 41 Programs for 7470 Plotter - Why so few? - Ángel Martin - 08-10-2016 05:15 AM



User(s) browsing this thread: 1 Guest(s)