Post Reply 
Casio Pro fx-1 card reader programmable
04-16-2020, 06:13 PM (This post was last modified: 04-18-2020 03:22 AM by Geoff Quickfall.)
Post: #10
RE: Casio Pro fx-1 card reader programmable
These are not elegant examples of coding!!!! I wanted to see how the calcs performed so I quickly wrote these routines in a language I was not familiar with. Yes have programmed in FORTRAN but not like this!

Hope they give you ideas.

The moon phase is not my program and I am trying to remember and/or find the link. I will update the citation when i find it.

Cheers, Geoff

P.S. they are beautiful machines to say the least.





Great circle distance and track

[Image: 591AA6EF-15B1-4FAE-8593-B67264DB7D83_zpsvjkzwnsz.jpeg]

[Image: 72C4A575-47CA-48BC-8A8F-02A141FDE355_zpsa3avsc7d.jpeg]

Intermediate latitude

[Image: 6559BCDA-A783-401C-A2BF-F29A96979F78_zpsmvq4mw2b.jpeg]

Cold weather (temp<10’C application):

[Image: 8B2BE7A4-4904-4D53-9C89-9160DAD97DA2_zpsbktik1xj.jpeg]

Fuel in tank at prior to departure: fuel in tank is a check that the fuel IS in your tank ;-)

A = TOTAL FUEL AFTER REFUELLING IN KILOGRAMS -

B = ARRIVAL FUEL IN KILOGRAMS

C = FUEL REQUIRED TO BE LOADED.

D = TENDER UPLIFT (FUEL LOADED IN LITRES)

E = FWCF (SPECIFIC GRAVITY OF ‘A’ OR ‘A1’ KEROSENE (SG)

F = TENDER UPLIFT IN KILOGRAMS

G = DIFFERENCE IN KILOGRAMS

DIFFERENCE BETWEEN THE THE ‘C’ AND ‘F’ ON THE 787 AND 777 MUST BE < 5%.

C = A - B

F = D X E

G = C - F

% = (A - G) / A * 100. (Left this bit off the code as I am more interested in the difference in kilograms, especially if under required or making the aircraft over max taxi, ramp or takeoff weight.


[Image: 5D5DE427-46B0-4F0B-BA0A-DDEF50D7D4A1_zpsyc1rtmqn.jpeg]

Moon Phase:

[Image: F441B781-F6B8-4414-91D0-1DABF8F1DA2A_zps9gcwdzkf.jpeg]

ETOPS legalities

[Image: DA580CF5-7E08-43E1-AAFA-F8A7BDD4E9B0_zpsakzugqtb.jpeg]

Conversion routines; imperial to metric and back

[Image: 577C0B62-3A00-447A-B225-436D97BE8F2B_zpsovtqpxvs.jpeg]

[Image: 2043E577-1EB7-4C2D-9F62-C8565B1D76EB_zpsocd1hzbm.jpeg]

Unfortunately these models will convert sexidecimal to decimal but not back so here is a routine that does what the HR->HMS functions do on the HP:

The routine is too long to include in the Intermediate latitude program which can convert your HMS latitude and longitude to decimal lat and Lon. But cannot convert it back to HMS.

[Image: 4165A01D-16F8-4FF4-ABB5-2BC0F7E9FDA8_zps9b1ut1t1.jpeg]

Useful links:

Description and some coding

YouTube of the cards manufacturer

The producer of the new replacement cards and a member here:

Hpmuseum link about cards
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Casio Pro fx-1 card reader programmable - Geoff Quickfall - 04-16-2020 06:13 PM



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