Post Reply 
PPL INPUT function
04-12-2014, 04:48 AM (This post was last modified: 04-12-2014 04:51 AM by jlastofka.)
Post: #5
RE: PPL INPUT function
I'M having a lot of trouble with the INPUT function. It seems very buggy, working differently on various runs of a simple program. I've got the latest Firmware (flashed it twice), and I've reset the calculator with the pin hole, and Apps Esc On, and the FCO method. I've deleted all the programs and reset the user variables. And I've tried other programs similar to this with the same result.

Program calculates Euler buckling of beams:

EXPORT BUCKLE()
BEGIN
K:=1;
INPUT(E);
INPUT(I);
INPUT(L);
F:=E*I*pi^2/(K*L)^2;
RETURN F;
END;

( pi IS REALLY THE GREEK SYMBOL
AND THE ^2 ARE REALLY SUPERSCRIPTS,
I JUST DON'T KNOW HOW TO PUT THEM HERE)

This will work a few times. Then it will start corrupting the E,I and L variables and causing run errors or bad results. I'll do some editing and it will work a few times and then start corrupting again. I've also tried the longer INPUT(E, "text", "text", "text", 100); optional version. It ignores the 100 value and pretty much misbehaves like the simper version. All else on the calculator seems to work well.

If I take out the INPUT lines and use EXPORT BUCKLE(E, I, L) to get the I/O it works fine, but then of course I have to type in all three values every time I rerun the program. And I want my INPUT function to work right anyway.

-AND- I get the same bogus behavior on the PC emulator, too. I guess I'm doing something wrong, but I don't see it.

Thanks for any help.

-Jeff
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
PPL INPUT function - orcinus - 04-04-2014, 01:35 AM
RE: PPL INPUT function - Karl-Ludwig Butte - 04-04-2014, 06:33 AM
RE: PPL INPUT function - DrD - 04-04-2014, 09:39 AM
RE: PPL INPUT function - orcinus - 04-04-2014, 01:48 PM
RE: PPL INPUT function - jlastofka - 04-12-2014 04:48 AM
RE: PPL INPUT function - Tim Wessman - 04-12-2014, 05:51 AM
RE: PPL INPUT function - jlastofka - 04-12-2014, 01:23 PM
RE: PPL INPUT function - Han - 04-13-2014, 02:17 AM
RE: PPL INPUT function - jlastofka - 04-13-2014, 03:04 AM
RE: PPL INPUT function - Han - 04-13-2014, 03:41 AM
RE: PPL INPUT function - jlastofka - 04-13-2014, 04:51 AM
RE: PPL INPUT function - Joe Horn - 04-13-2014, 06:37 AM



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