Тёмный

Casio fx-201p Programmable Calculator from 1976 

Calculator Culture
Подписаться 7 тыс.
Просмотров 4,2 тыс.
50% 1

➡️ Get a Casio fx-991CW: is.gd/haxe68
This video is about the Casio fx-201p, the first Casio programmable calculator available outside of Japan.
The version of the N-Queens solution I ran is here:
community.casiocalc.org/topic...
Sections of this video:
0:00 - Intro
1:33 - Physical Design
3:26 - Internals
4:09 - Basic Usage
7:08 - Programming
11:42 - Summary
For more calculator videos check out my channel / calculatorculture

Наука

Опубликовано:

 

13 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 32   
@geoffquickfall
@geoffquickfall Год назад
Thanks for the posting. I have the 201, 201P and Pro FX1 with cards. All three not working but all are now. Love the card one and have new cards made for me by Menadue. Used to take it to work on the B787 for the fun of it. Wrote the following programs for the cards: Great Circle program, Intermediate latitude, fuel on board, conversions, Cold temperature altitude corrections, Wind chill, Lunar cycle moon phase, and others. Love the VFD display. Cheers, Geoff
@CalculatorCulture
@CalculatorCulture Год назад
Sounds interesting. Does Menadue have a website? can you post a link?
@geoffquickfall
@geoffquickfall Год назад
Let’s try again on the url. It seems you might have url turned off for your reply section. Here is the card guy Menadue: “youtu. be / 1NByD6thetA” Remove the spaces. Cheers, Geoff Just retired as an airline pilot (Jan 1/23) and my last flight was to Aukland from Vancouver and return. That was my first international flight in 1988. Love New Zealand.
@CalculatorCulture
@CalculatorCulture Год назад
@@geoffquickfall there is so setting that I know of - RU-vid disallows most URLs in comments for anti spam/scam reasons.
@geoffquickfall
@geoffquickfall Год назад
@@CalculatorCulture: probably not, the algorithm does expect a space after a period “.” If it does not see a space it treats the rest of the letters as a URL. Anyhow, glad we got around it ;-) cheers, Geoff
@menadue
@menadue Год назад
@@CalculatorCulture Here I am...
@jurjenbos228
@jurjenbos228 Год назад
This weird programming language is really interesting! Thanks for going into its details.
@MattMcIrvin
@MattMcIrvin 5 месяцев назад
I remember encountering calculators with something like that "constant" feature and never quite getting how it worked. It's a natural thing you'd think of if you were trying to replace a slide rule, because "multiply many numbers by the same constant" is perhaps the most efficient calculation a slide rule can do. While the language bears some resemblance to FORTRAN, the real FORTRAN's great special sauce from the beginning was that it had algebraic expressions with order of operations and parentheses. Without that, I'm not sure it deserves the name.
@CalculatorCulture
@CalculatorCulture 3 месяца назад
Yeah if you have a table of numbers that you need to perform the same operation on the constant operation is useful. I guess would have been more common in the days before computer spreadsheets.
@markgreco1962
@markgreco1962 Год назад
Thanks
@Schraf
@Schraf Год назад
Si vous voulez d'autres exemples pour la CASIO fx-201P pour compléter cette excellente vidéo, je viens de terminer la mienne (avec sous-titre) : ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-zAiBMrizU2I.html
@Crazytesseract
@Crazytesseract Год назад
Programmable calculators were useful that time. They (Casio) never brought out a new programmable model after the fx-5800P (2006). I have the scans of the original Japanese brochure for the 201P.
@CalculatorCulture
@CalculatorCulture Год назад
Yeah, there is also the fx-3650p II from around 2013 which seems to be available in a few places like Hong Kong and Japan. I managed to find one recently and will make a video about it at some point.
@Schraf
@Schraf Год назад
Hello. Where can I find the "program manual" in PDF?
@CalculatorCulture
@CalculatorCulture Год назад
I’m not sure actually. I haven’t been able to find it either.
@JohnnieMartynov
@JohnnieMartynov Год назад
IMHO the hidden connection ready thing on the circuit board is preparation for any higher model with memory card reader / writer unit. Maybe. If I remember it right, the only difference between TI-58 and TI-59 was the memory card unit for programs store on a higher model.
@watchmakerful
@watchmakerful Год назад
Isn't it a connector for program cartridges, like on a TI-95?
@CalculatorCulture
@CalculatorCulture Год назад
True, it may have shared the same circuit board with the PRO fx-1, although the carder read on that was at the top of the device. If that is the case is it still odd they put an access panel in the body of the calculator. It is as if they planned for a future pluggable peripheral that was never released.
@CalculatorCulture
@CalculatorCulture Год назад
​@@watchmakerful could be.
@menadue
@menadue Год назад
The edge connector on the FX202P has mainly address lines on it, I haven't looked at the FX201P yet but I suspect it is very similar. I have looked at the internal program representation of the FX201P by replacing the HD36106 memory ICs with a raspberry Pi Pico. That gives you flash storage in the RP2040 flash and a USB interface. 1 Pin 6 HD36106 (CLKB) 2 Pin 15 T5006P (DIN) 3 nc (connected to a signal on the FX-201P) 4 Pin 16 TC5006P (5V) 0V on calculator 5 Pin 8 HD36106 (0V) 6 Pin 4 TC5006P A1 7 Pin 6 TC5006P A4 8 A9 9 A8 10 A7 11 A6 12 A5 13 A2 14 A0 15 A3 16 nc 17 nc
@AlexPayneKU
@AlexPayneKU Год назад
Спасибо!
@i.k.8868
@i.k.8868 2 месяца назад
What games does it run :p
@BlakeHelms
@BlakeHelms Год назад
12:03 🐜
@watchmakerful
@watchmakerful Год назад
I can't understand two lines in the last program. 1. 0 = 0 - IM x =. What does "x =" mean? 2. IF 0 = K0 3: 2: 3:. Why three labels after a simple IF, not two?
@CalculatorCulture
@CalculatorCulture Год назад
Yeah great questions - there is an explanation of both in the note 1 and note 2 below the listing here: community.casiocalc.org/topic/3902-the-n-queens-problem-on-a-casio-fx-201p-8-queens/
@watchmakerful
@watchmakerful Год назад
17 steps for this simple program??? On a typical RPN programmable like Electrónica MK-61, this will take: 00: 22 x^2 01: 040A09 4.9 04: 12 * 05: 50 STOP SIX STEPS... You can also add 06: 5100 GOTO 00 for an automatic return and it's still 8 steps...
@CalculatorCulture
@CalculatorCulture Год назад
Yeah, it is quite wasteful of space. They did move to more of an efficient keystroke programming model in the fx-501p/fx-502p
@menadue
@menadue 8 месяцев назад
The PRO-101 does have over twice as many steps as the MK-61, though, and they are non-volatile. You could put the parameters in memories and leave the results there too and save some steps. The PRO-101 uses colons to separate statements, which does use a lot of steps up. I suspect that when they decided to go for the 'Fortran' language they had to put the colons in to help with problems like deciding what the '3' is in the following: ENT 1 : 2 : 3 as it could be either: ENT 1 : 2 : 3 = 1 or ENT 1 : 2 : 3 : 2 = 1 You need to check for either '=' or ':' to know what the statement is. the colon actually helps a bit there.
@watchmakerful
@watchmakerful Год назад
RPN was much better for such devices...
@CalculatorCulture
@CalculatorCulture Год назад
True, with a four register stack it would have been easier to use.
@LuisRodriguez-vh6fg
@LuisRodriguez-vh6fg Год назад
First
Далее
HP 21S Stat/Math Calculator from 1989
12:32
Просмотров 2,2 тыс.
HP 42S Scientific Calculator from 1988
16:29
Просмотров 10 тыс.
My Puzzle Robot is 200x Faster Than a Human
21:21
Просмотров 4 млн
Почему худеют от Оземпик?
00:37
Просмотров 316 тыс.
I Hacked a $10 Calculator to Run Doom Eternal
10:36
Casio Z-1GR 16-Bit Pocket Computer from 1997
15:07
Просмотров 9 тыс.
I Found My Calculator Collection!
17:09
Просмотров 26 тыс.
TI-58C Scientific Calculator from 1978
16:58
Просмотров 4,5 тыс.
WP 34S Calculator Review
20:51
Просмотров 8 тыс.
HP 48GX Graphing Calculator from 1993
16:10
Просмотров 6 тыс.
Why do calculators get this wrong? (We don't know!)
12:19
HP 50G Graphing Calculator Review
20:26
Просмотров 31 тыс.
Я УКРАЛ ТЕЛЕФОН В МИЛАНЕ
9:18
Просмотров 93 тыс.
Собери ПК и Получи 10,000₽
1:00
Просмотров 2,5 млн