Post Reply 
Easiest groups/lineages of machines to port software between?
05-30-2015, 02:40 PM
Post: #13
RE: Easiest groups/lineages of machines to port software between?
(05-10-2015 10:13 PM)Csaba Tizedes Wrote:  I have a hydrostatics example where the program code totally same for the two calculator and the 32Sii can to SOLVE that program and after few seconds gives a result but 35s can't.

(05-29-2015 09:14 AM)Csaba Tizedes Wrote:  Try to use these programs on 32SII and on 35s. The 32SII will produce the right result and 35s can not.

The link:
https://drive.google.com/file/d/0B1AqWV7...sp=sharing

This can reproduced with a simpler program:
Code:
I001 LBL I
I002 INPUT F
I003 INPUT O
I003 1.001
I004 STO I
I005 0
G001 LBL G
G002 RCL+ 0
G003 ISG I
G004 GTO G001
G004 RCL- F
G005 RTN

You can test the program with:

XEQ I ENTER
F? 140 R/S
0? 100 R/S
-40

To solve for O you can run:

FN= I
100 STO O
200 SOLVE 0
F? 140 R/S

After this the calculator just displays:

SOLVING

The solver returns immediately with the correct result when lines G003-G004 are removed:

O=140


Cheers
Thomas
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Easiest groups/lineages of machines to port software between? - Thomas Klemm - 05-30-2015 02:40 PM



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