[表紙頁]へ  副目次へ 我楽多苑 別亭]へ
独り言集 令和元年七月版



iPhone利用で幅確認  「7月26日」   to English Note

+++ iPhoneで表示横幅の確認 +++

私は、(表紙ページを除き)自苑の図/写真は、物事を思い出す為の“補助手段”と考えていて、このサイトの写真のサイズは400x300ドット2程度に抑えてある。

だが、ある時、手持ちの「iPhone」(ジャンク)群の確認・保守を目的として、我がサイトを見ていると、図/写真と文章のバランスが良くないことに気が付いた。
図/写真が大きいと、文字群が小さくなっていて、時には、その程度が過ぎる時もあった。

文字群を拡大するのは簡単だが、図/写真とのバランスが良くないのには違和感が強い。
そこで、常時、「iPhone」で確認するようにしたが、まだ、“400x300”ではアンバランスだ。

表示の際に、更に“320x240”に縮める方法を採った。
これなら、縦持ち「iPhone」の横幅にぴったりだ!
...しかし、横持ちでは、図/写真の幅が、足りない。(が、まぁいいか!)
今は、数台ある「iPhone」ジャンクを、順番に充電しながら、それらの保守を兼ねて、当サイトの看視用として利用している。

−−−−−−−−−−−−−−−−−−−−−−−−−
Check with the iPhone

+++ Picture width check with the iPhone +++

I think that the picture / photograph on my website (except the main page) is an "auxiliary means" for remembering things recorded, and the size of the picture on this site is about 400x300 dots 2 .

One day, when I was looking at my site with the iPhones (junk) ,
I realized that the figure / photograph and the sentence were not well-balanced.
When the figure / photograph is large, the character group is small and sometimes the degree is over.

It's easy to expand the text group, but it is awkward to see if the balance with the picture / photograph is not good.
Therefore, I always check with " iPhone " but it is still unbalanced with "400x300".

At the time of display, the method of shrinking to "320 x 240" was adopted.
This is perfect for the width of the vertically held "iPhone"!

. . . However, with horizontal holding, the width of the figure / photograph is not enough. (But, okay?)
Now, while using a series of " iPhone "s, while charging them in order, they are also used for monitoring of this site, also for their maintenance.



BOOT SECTOR 改変  「7月22日」   to English Note

+++ ct65535uの試作 +++

PC110」TFT化の為のプログラミングは、丸で迷路のようなものだ。
こちらの方向が正しい!と思っていても、実際は“行き止まり”だったりする。

実は、「PC-DOS」で作ったプログラムを「Win95」で試すのに便利なように、汎用の「マルチ・ブート・セレクタ」を組み込むことを思い付いた。
ところが、その「セレクタ」には「ct65535a.exe」が起動出来ない。
従って、TFT画面には、「セレクタ」のメニュー表示が出ない/見えないのだ。(これは困る!)

では、その「セレクタ」の起動前に「ct65535a.exe」を働かせてはどうかと考えた。
其処で、“BOOT SECTOR”内に、その縮小版「ct65535u.exe」を組み込む実験を始めた。(図2<クリック>
...だが、待てよ!?
OSのブート後に、通常の“ディスプレイ・ドライバ”が組み込まれるはずだ。それで、LCD表示側も影響を受けるかもしれない。
だとしたら、折角組み込んだ「ct65535u.exe」は、無効になってしまうのではないか?
むしろ、組み込んだことによる弊害があるかもしれない。

試しに、この「ct65535u.exe」を組み込んで、それで起動(Boot)してみた。
結果は、画面が異常になるが、それには、およそ2パターンあって、その一つは、LCD, CRT共、同じ赤く細かい模様。(図1)
もう一つは、LCD特有の異常で、画面全体は綺麗なのに、上部が2ライン下にずり下がっていて、それが中央部辺りで解消されている状態。
その為、中央部付近で2行分が欠落してしまう。...これは、DSTN-LCDを2分割駆動する方式と関係があるのだろうと思う。
しかし、これらのどちらも、(後続する)「ct65535a.exe」では、解消出来ない。


+++ ct65535uの実態と効果 +++

「ct65535u.exe」の“埋込部”は約100バイト未満の大きさなので、小さな空き空間にも埋め込み易い。(実験用zipファイル
幸い、HDDの“BOOT SECTOR(トラック0、ヘッド0、セクタ1)”はかなり空きがある。
(ただ、FDDの方だと、かなり苦労して埋め込まないといけないようだ...埋め込みは、禁止)

埋め込んだ状態と、それをクリアした状態を、図3、図4<クリック>に示す。
これらの両方で、ブートしてみた。
結果は、上記の通りで、埋め込んだ場合は、表示異常になる。
それに、Ctrl+Alt+Delキーにを使った“リセット”が、ちゃんと機能・動作しない。
埋め込んでいない時には、何も異常は起きない。
どちらの状態も再現性はあるので、プログラムに“通常のバグ”は無さそうだ。
しかし、TFT化の設定をブート・セクタに埋め込んでも、殆ど速く表示は出ないし、“表示異常”も発生するので、このプログラム自体が無意味だった。(悲)
(このプログラムは、改造すれば、別の用途に転用出来るかもしれないので、名称を変えて保存しておくつもり)

−−−−−−−−−−−−−−−−−−−−−−−−−
Rewrite BOOT SECTOR  「7/22」

+++ ct65535u trial +++

The programming for TFTized" PC110 " is like a round maze.
This direction is correct ! Even if I think, it is actually "dead end".

Actually, "ct65535a.exe" created for " PC-DOS " is immediately used by " Win95 ".
So, I came up with using the "multi boot selector" to try it out.
However, the "multi boot selector" does not have a function to launch " ct65535a.exe ".
Therefore, there is no menu display of "selector" on the TFT screen. (This is trouble!)

I thought it would be good to make " ct65535a.exe " work before launching that "selector".
At this point, I started an experiment to incorporate the reduced version "ct65535u.exe" into "BOOT SECTOR". (Fig_2 <click> )

. . . But wait! ?
After booting the OS you should usually have a "display driver" built into your PC. It may affect "ct65535u".
If so, would "ct65535u.exe" embedded at the same time be invalidated ?
Rather, there may be other harms from incorporating.
These really need to be verified.

As a trial, I incorporated this "ct65535u.exe" and tried to boot with it.
The result is that the screen becomes abnormal, but it has about 2 patterns, one of which is the same red and fine pattern for both LCD and CRT. (Fig_1)
The other is an abnormality peculiar to LCD and the entire screen is clean, but the upper part slips down two lines and it is in the state where it is canceled around the central part.
Therefore, two lines will be missing near the central part. . . . This seems to be related to the method of driving the DSTN-LCD in two.
However, neither of these can be resolved by (following) " ct65535a.exe ".


+++ Actual state and effect of ct65535u +++

Because the "embedded part" of "ct65535u.exe" is less than about 100 bytes in size, it is easy to embed in a small empty space. ( zip for experiment )
Fortunately, the HDD "BOOT SECTOR (track 0, head 0, sector 1)" is quite open.
(But if you are FDD, you have to put in quite hard to embed, so we made embedding prohibited)

The embedded state and the cleared state are shown in Fig_3 and Fig_4 <click> .
I tried to boot on both of these.
The result is as described above. When embedded, the display becomes abnormal.
Besides, "Reset" using "Ctrl + Alt + Del" keys doesn't work properly.
Of course, when not embedded, nothing happens.
Both states are repeatable, so there is no "ordinary bug" in the program.
However, even if the setting of TFT is embedded in the boot sector, the display does not appear almost immediately and "display abnormality" also occurs, so this program itself was meaningless. (Sad)
(This program may be diverted to another use, so I will change the name and save it)



机上模様替え   「7月16日」   to English Note

+++ シンクロ・スコープ大き過ぎ! +++

以前、“波形観測”と“電圧・電流・抵抗測定”を兼務させる為と、重量物は出来るだけ低い場所に置く為に、「岩通シンクロスコープ:SS-5711D」を机上正面に据えた。(図2<クリック>
暫くこの状態で様子を見ていたのだが、やはりスペース・パフォーマンスが、大変悪いことが分かった。
デジタル・マルチメーターの使用頻度は高くて有用なんだが、シンクロスコープの方は、最近あまり使わないので、無駄に空間を占めているだけになっている。
机上前面の使えるスペースが狭い状態なので、不便を感じ始めた。

そこで、先日買ったマルチメータ「SOAR5025」(ジャンク ¥780送料込み)と小型オシロスコープ「SONY/TEK.335とに置き替えてみた。(図1)
これだと、随分開きスペースが広くなって、小物を置く類の“分解作業”などがやり易くなった♪

+++ 90度BNCコネクタ利用 +++

ところが、「SONY/TEK.335」は、全体は小型だが、プローブを横から差すタイプなので、横に余分なスペースが必要になる。(これは、邪魔だ!図4<クリック>

思案した挙句、90度に曲がった「BNCコネクタ」の存在を思い出して、ジャンク箱を探したが、1個も無い!?
で、「ヤフオク!」で、2個落札。(¥370送料込み、¥620送料込み)

これらを使うと、横空間もスッキリ!
我ながら上手く解決した!と自画自賛。

−−−−−−−−−−−−−−−−−−−−−−−−−
Desk Toprdesign   「7/16」

+++ Synchro scope too big!  +++

In the past, in order to combine "waveform observation" and "voltage, current, and resistance measurement" and to place heavy objects as low as possible, " Iwatsu Synchro Scope: SS-5711D "was placed on the front of the desk. (Fig_2 <click> )
I was looking at this for a while, but it turned out that space performance was very bad.

The digital multimeters is good and useful, but the use of synchroscopes has recently been infrequently used, so it is only wasting space.
Because the space available on the front of the desk was narrow, I started to feel inconvenient strongly.

Therefore, I bought a multimeter " SOAR 5025 " (Junk \ 780 shipping included) and I tried replacing it with small oscilloscope SONY/TEK.335 ". (Fig_1)
With this, the open space became wide enough, and it became easier to do things like "disassemble" of putting small items.

+++ 90 degree BNC connector use +++

However, " SONY/TEK.335 " is small overall, but because it is a type that inserts the probe from the side, extra space is required at the side. (It's a bother! Fig_4 <click> )

After thinking about it, I remembered the existence of the "BNC connector" that turned 90 degrees, and searched for my junk box, but there was none.

So, with the bids on " Yahoo! Auctions! ", I bought 2 connectors. (\ 370 shipping included, \ 620 shipping included)

With these, the horizontal space is also refreshing!
I solved it well though! and Self-portrait.



PC110用 ct65535.com バグ  「7月10日」   to English Note

+++ Fn+F7による不具合 +++

以前に作成して、今使用中の「ct65535.com」は、通常は安定して動作していて、「PC-DOS」下でも、「Win95」下でも、正常な表示が出来ている。(図1は「PC-DOS」下でのファイラ「FILMTN」の画面)

ところが、Fn+F7キーを使って“ディスプレイ切替”を行おうとすると、異常が発生し、画面が横方向に約1/2に、圧縮され、更に右端が欠けてしまう。(図2<クリック>
時には、スタンバイ後にも発生することがある。

これは、再度「ct65535.com」を起動して「w」をキーインすれば、正常に復帰するのだが、それを手作業で行うにはかなり困難を伴う。
それに、「Win95」下では、その復帰も上手く行かない。
最後の手段は、“電源断&入”である。

“キー割り込みの横取り”や“F7キーだけでの操作”などを試したり、「65535チップ」の“内部レジスタ群”を調べたりして、この不具合の改善(異常発生の抑制や簡単/自動復帰など)を検討しているのだが、なかなか思うように改善が進まない。

この際、思い切って「ct65535s.com(仮称)」を大幅に書き直して常駐型にして、「F7キー」だけで切替処理させる方式が良いのではないかと考えている。
こうした“謎解き&改造”を、呻きながらも愉しんでいる。(笑)

−−−−−−−−−−−−−−−−−−−−−−−−−
「PC110] ct65535.com Bug  「7/10」

+++ trouble by Fn+F7 +++

" ct65535.com " currently in use is normally stable, and even under " PC-DOS " or under " Win95 ", the display is normal. (Fig_1 is the screen of the filer under " PC-DOS ")

However, when I try to perform "display switching" using the Fn + F7 key , an error occurs, and the screen is compressed to about 1/2 in the horizontal direction, and the right end is chipped It will (Fig_2 <click> )
This phenomenon may also occur after standby.

This returns to normal if " ct65535.com " is activated again and "w" is keyed in, but it is quite difficult to do it manually.
Besides, " Win95 " doesn't work well.
The last resort is "power off and on".

I am trying to remedy this problem, for example, by trying to “take in key interrupt” or “operation with only F7 key” or check “internal registers”of “ C65535 chip”.

In this case, " ct65535s.Com (tentative name) " should be largely rewritten as a resident type, and I am thinking it might be a good way to proceed it with a "F7 key" only.
Now, I am enjoying such "solving & remodeling of problems" . (Lol)



PC110用 失敗PCB  「7月6日」   to English Note

+++ 間違ったまま出図・生産 +++

3種をドタドタしながら製図して、初めてのPCB(プリント基板)製作でワクワク。上手くガーバーデータが送信出来るかとドキドキ。
その内の2種が、1番目のPCB受領の後、2日遅れで納品されて来た。(図1)
(各20個/10枚 各$24.51 DHL送料込み)
しかし、どちらも不具合あり

内1種は「手レイアウト基板」に不慣れな所為もあって、“不具合”は始めの段階から分かっていたのだが、「配線群」がコネクタの「ピン端子」と繋がっていないこと。(図1右側)
到着した「現物」のギャップを見て、改めて“やっぱりなぁ!”と慨嘆。

もう1種の「自動レイアウト基板」は、「40ピン・コネクタ」の端子番号が反対側だったこと。(図1左側)
「コネクタ群」を載せてしまってから、一番最後に、気が付いた。
(使えないのは明白だが、)一応、「PC110」と「5型TFT」との結合状態の確認、だけはしておいた。(図2<クリック>

今回、(PC110-TFT(DTN))を結合する場合、これらの「コネクタ類」は、「上ピン・タイプ・コネクタ」を使う場合でも、(脚ピン側から見て)「40ピン・コネクタ」は左端を「No.1ピン」に、30ピンは右端を「No.1ピン」にしておかないといけない。
自分で“手動レイアウト”した時は、「40ピン」の方には逆順の番号を書いた細短冊を貼り付けて、間違えないようにしていたのだが、「自動」でやらせた時には、すっかり失念。私は、一番最初の「回路図」に任せっ切りだった。
ところが、「自動レイアウト・ソフト(FreeRouter)」は、(端子位置にはお構い無しに、)「回路図」の“端子番号通り”に、てきぱきと結線作業をしてしまったわけだ。
(後知恵で、「40ピン・コネクタ」を左右反転させればよかったと思ったのだが、実は、そんな具合の良いパーツは、リスト内には無かったように思う)

残念ながら、「自動レイアウト基板」の良し悪しを確かめることは出来なかった。
後は、最終版として発注した、「部品搭載のPCBA」に期待しよう!(でも、あくまでも“趣味の範囲”でだが)
それを待つ間、プログラム「ct65535.com」の改善をしたいと思っている。

−−−−−−−−−−−−−−−−−−−−−−−−−
「PC110] Failed PCBs  「7/6」

+++ Drawing and making mistakes +++

While drawing 3 types while drafting, I am excited by the first PCB (printed circuit board) production. I'm thrilled to be able to transfer Gerber data to the maker.
Two of them were delivered two days later after the first. (Fig_1)
(20 pieces / 10 plate each $ 24.51 DHL shipping fee included)

However, both have problems.
One of them was for the (unfamiliar) "hand layout board", so " Bad " was known from the beginning, but The“ wiring group ”is not connected to the“ pin terminal ”of the connector . (Right side of Fig_1)
Seeing the split in the wiring of arrived boards, I lamented with "It's true !"

Another type of "auto layout board" is The terminal number of "40 pin connector" was opposite .(Left side of Fig_1)
After putting "connectors", I noticed last.
(It is obvious that it can not be used), but for a while, only confirmation of the bonding state of " PC110 " and 5-inch TFT" has been performed. (Fig_2 <click>)

This time, when combining PC110 with TFT ( DTN ), these upper-pin Connectors" (when viewed from the side of the leg pin) the "40 pin connector" has the left end "No. 1 pin".
In addition, the "30 pin connector" must have the right end to "No. 1 pin".

When I did "manual layout" by myself, I attached a narrow strip with the reverse number on the "40 pin" side to prevent mistakes.
However, when I let it do by "automatic", I completely forgot.

Accord with the first "circuit diagram" , "automatic layout software ( FreeRouter )" had worked followed the terminal number of the circuit diagram without regard to the direction of the terminal.
(I think it would be nice if I could flip the "40-pin connector" left and right in hindsight, but in fact, it seems that there aren't any good "parts" like that in the list)

Unfortunately, it was not possible to confirm the property of the "automatic layout substrate".
After that, I shall wait the " connectors mounted PCBA " that I ordered as the final version.
(But it's just in a range of hobbies and not the products).

While waiting for it, I would like to improve the program ct65535.com.



不動PC110 検討  「7月2日」   to English Note

+++ POST中に致命的不具合を検知 +++

表示関係のPCBを試作中(未到着)なのだが、それを確認するのに、今不動状態のものが使えないか?と考えた。(図1)
当然、来るまでに動かさねば使えないので、何とか修理の可否を探っているが、状況は良くない。

現状は、(悪質な方の)“00163エラー”で、手順通りに“日時”を入れて[OK]を押すと、再びリセットが掛かって、最初からの繰り返しになる。(図2<クリック>
調べてみて分かったことは、
 1.メモリの表示値は正常。(3MB、あるいは20MB)
   (メモリ・チェックは正常なようだ)
 2.ボタン電池の有無には、無関係。
   (満タンのボタン電池でも同じ。端子なども異常さは見えない)
 3.Fnキーは、殆どが有効。
   (Fn+F7,Fn+Bなども有効だが、“時刻”は出ない)
 4.FD(フロッピー)は、3回ほどアクセスしているらしい。
   (720MB、1.44MBのFDを試したがブートはせず。1.2MBは試していない)
 5.バッテリは100%まで充電可能。
   (Fn+Zは効果不明。Fn+Bで0,1,2,3切替可能)
 6.ポトリ無しでも同じ動作(?)
   (外部ディスプレイは使えないが、ビープ音や小液晶表示は同じ動作)
 7.CPUクロックは、影響なし。
   (66,80,52MHzのいずれでも同じ)
 8.電源投入前から、F1キーを押し続けても、応答無し。
   (BIOS設定/Easy Setupに入る前に弾かれる)


+++ 突っ込むべきはハードかソフトか? +++

電源投入時から、異常を検出して、“日時を再設定”するまでの全体の動作からは、本体全体は、健康そのものの感じがする。
だが、初期の「時刻設定」のところで“書き込みに失敗”しているので、プログラム的には、先へは進めないらしい。
修理する私にすれば、そんな箇所は今は無視して先へ進んでくれ!って言いたいのだが、メーカ側としては、そんなことを許すつもりは無かったようだ。

別機体だが、「ボタン電池」結線の周りを見ても、不良化する場所や可能性は、殆ど無さそうに見える。(図3、図4<クリック>
それに、“端子間ショート”や“電池除去”があったとしても、現実には、ハードウェアを壊すような可能性は少ない。
ハードウェア起因だったら、それを取り除けば、手っ取り早い解決になるが、今回は、そちらの方からのアプローチは無駄だろう。

一番考え易いのは、BIOSでのその箇所のエラーを無視/パスさせること!?
それで、日時設定は使えないことになるが、他の動作の大半は正常だろうと思う。

...しかし、ここまで考えて、実際にどうするか?どんな方法があるか?の良案が浮かばない。
(初期に、FDを少し読んでいる様子だが、これが使えないか?と、想像したりしているが、具体案は無い)

一瞬、「BIOSチップ」の植え替えを思い付いて、手持ち在庫を探してみたが、ずっと前に“不要品”として棄ててしまっていたようだ。(悔!)
やるなら、今の「BIOSチップ」を料理する方策だけか!?でも、それに要する期間は、多分1年以上だろうな。

−−−−−−−−−−−−−−−−−−−−−−−−−
Study of non-working 「PC110」  「7/2」

+++ Detects fatal defects during POST  +++

I'm in the process of making prototype PCBs for the TFT display (not yet arrived), but I wanted to use the immobile PC110 for confirmation if possible.(Fig_1)
Of course, it can not be used until it comes, so I'm somehow searching for repair, but the situation is not so good.

The current situation is " 00163 error "(the malicious one) , and when I enter "Date and Time" according to the procedure and press [OK], the reset is occured again. (Fig_2 <click>)
It hangs up and becomes repetition from the beginning.

What I found out after examining,
 1. Memory display value is normal. (3MB or 20MB)
  (Memory check seems normal)
 2. It is not affected by the presence or absence of button cells.
  (Even if it is full, removing it has no effect. No abnormality is seen in the terminal metal etc.)
 3. The Fn key is mostly effective.
  (Fn + F7, Fn + B, etc. are also valid, but "time" does not appear)
 4. It seems that FD (floppy) is accessed about 3 times.
  (I tried 720MB, 1.44MB FD but did not boot. I did not try 1.2MB)
 5. The battery can be charged to 100%.
  (Fn + Z is unknown effect. Fn + B can switch 0, 1, 2, 3)
 6. Same behavior without port replicator
  (The external display can not be used, but the beeper and the small liquid crystal display operate in the same way)
 7. CPU clock has no effect.
  (The same at either 66, 80 or 52 MHz)
 8. No response when pressing and holding the F1 key before turning on the power.
  (It cann"t to enter to BIOS setup / Easy Setup)


+++  Should it be hard or soft ? +++

From the time the power is turned on to the "date and time setting", the main body looks almost healthy.
However, after the initial "date setting", it seems that it is impossible to go ahead programmatically because the writing process has failed.

For me, please ! ignore that point now and move on ! I want to say. However, it seems that the manufacturer engineer did not intend to allow such a thing.
Although it is a photograph of another machine, looking at the "button battery" connection, it seems that there is almost no place or no possibility of failures. (Fig_3, Fig_4 <click>)

Besides, even if there is a "terminal short" or "battery removal", in reality, there is little possibility of breaking the hardware.
If it's hardware-related, removing it would be a quick solution, but in this part the approach would be less hopeful.

The most obvious thing is to ignore / pass errors in that part of the BIOS! ?
So I can not use date and time settings, but I think most of the other actions will be normal.

. . . But what do I actually do ? What kind of method is there ? The good idea of repairing does not come up.
(In the beginning, it looks like to read a little sectors of FD track, but I'm wondering if it can't be used? I have no idea what to do.)

For a moment, I tried to search for the stock on hand, thinking of replanting the BIOS chip, but long ago I had dropped it as a "don't care". (Repent!)
If I shall do, it's just a recipe to cook the current "BIOS chip"!
But it will probably take more than a year.(?)


[表紙頁]へ  副目次へ