{"id":517,"date":"2023-01-12T18:26:07","date_gmt":"2023-01-12T16:26:07","guid":{"rendered":"http:\/\/kivijakola.fi\/projektit\/?p=517"},"modified":"2023-01-13T17:20:28","modified_gmt":"2023-01-13T15:20:28","slug":"hunter-l111-wheel-aligment-system","status":"publish","type":"post","link":"https:\/\/kivijakola.fi\/projektit\/2023\/01\/12\/hunter-l111-wheel-aligment-system\/","title":{"rendered":"Hunter L111 Wheel Aligment System"},"content":{"rendered":"\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"301\" height=\"473\" src=\"https:\/\/kivijakola.fi\/projektit\/wp-content\/uploads\/2023\/01\/IMG_20230111_194128_1.jpg\" alt=\"\" class=\"wp-image-520\" srcset=\"https:\/\/kivijakola.fi\/projektit\/wp-content\/uploads\/2023\/01\/IMG_20230111_194128_1.jpg 301w, https:\/\/kivijakola.fi\/projektit\/wp-content\/uploads\/2023\/01\/IMG_20230111_194128_1-191x300.jpg 191w\" sizes=\"auto, (max-width: 301px) 100vw, 301px\" \/><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Cloning system disks<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"799\" height=\"415\" src=\"https:\/\/kivijakola.fi\/projektit\/wp-content\/uploads\/2023\/01\/IMG_20230112_173807.jpg\" alt=\"\" class=\"wp-image-519\" srcset=\"https:\/\/kivijakola.fi\/projektit\/wp-content\/uploads\/2023\/01\/IMG_20230112_173807.jpg 799w, https:\/\/kivijakola.fi\/projektit\/wp-content\/uploads\/2023\/01\/IMG_20230112_173807-300x156.jpg 300w, https:\/\/kivijakola.fi\/projektit\/wp-content\/uploads\/2023\/01\/IMG_20230112_173807-768x399.jpg 768w\" sizes=\"auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><\/figure>\n\n\n\n<p>Floppies have special format: <br>heads:2<br>tracks:80 <br>sectors\/track:10<br>sector size: 1024 bytes<br>Total size = 1 638 400 bytes<\/p>\n\n\n\n<p>I used SAMdisk (<a href=\"https:\/\/simonowen.com\/samdisk\/\">https:\/\/simonowen.com\/samdisk\/<\/a>) to read and write floppies (Windows 7 32bit) and standard 3.5&#8243; IDE floppy drive<\/p>\n\n\n\n<p><strong>Remember to set original disk write protection ON before inserting to PC drive to avoid data corruption!<\/strong><\/p>\n\n\n\n<p>Read disk:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>SAMdisk.exe a: hunter.dsk -s10 -z3<\/code><\/pre>\n\n\n\n<p>Write disk:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>SAMdisk.exe hunter.dsk a: -s10 -z3<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"677\" height=\"342\" src=\"https:\/\/kivijakola.fi\/projektit\/wp-content\/uploads\/2023\/01\/read_write.png\" alt=\"\" class=\"wp-image-518\" srcset=\"https:\/\/kivijakola.fi\/projektit\/wp-content\/uploads\/2023\/01\/read_write.png 677w, https:\/\/kivijakola.fi\/projektit\/wp-content\/uploads\/2023\/01\/read_write-300x152.png 300w\" sizes=\"auto, (max-width: 677px) 100vw, 677px\" \/><\/figure>\n\n\n\n<p>I<a href=\"https:\/\/kivijakola.fi\/share\/hunter30.dsk\">mage for disk 3.0<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/kivijakola.fi\/share\/hunter31.dsk\">Image for disk 3.1<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">RTC Battery fix<\/h2>\n\n\n\n<p>System date and time settings were lost every time when power was switched off.  There is STMicroelectronics MK48T08B-15 timekeeper ram chip on the board. That chp also have an internal battery that has gone bad during years. There is lot of instructions adding external battery for that chip. Just google &#8221;MK48T08B-15 battery&#8221;!<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"780\" height=\"476\" src=\"https:\/\/kivijakola.fi\/projektit\/wp-content\/uploads\/2023\/01\/IMG_20230113_104617.jpg\" alt=\"\" class=\"wp-image-528\" srcset=\"https:\/\/kivijakola.fi\/projektit\/wp-content\/uploads\/2023\/01\/IMG_20230113_104617.jpg 780w, https:\/\/kivijakola.fi\/projektit\/wp-content\/uploads\/2023\/01\/IMG_20230113_104617-300x183.jpg 300w, https:\/\/kivijakola.fi\/projektit\/wp-content\/uploads\/2023\/01\/IMG_20230113_104617-768x469.jpg 768w\" sizes=\"auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Boot ROM Backup<\/h2>\n\n\n\n<p>There is two TMS27C010A EPROM (UV erasable) chips on the board. Those chips store the boot ROM SW that is executed first when power is switched on. I was little bit worried if bits start flipping around when chip aging. Manufacturer gives 10 years quarantee of stability but those are already around 30 years old.<\/p>\n\n\n\n<p>Read binary dump files are <a href=\"https:\/\/kivijakola.fi\/share\/hunter_TMS27C010A.zip\">here<\/a><\/p>\n\n\n\n<p>Seems that those chips are addressed parallel. First 8 bits from U15 then 8 bits from U14 and again back to U15.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"436\" height=\"393\" src=\"https:\/\/kivijakola.fi\/projektit\/wp-content\/uploads\/2023\/01\/IMG_20230113_112852.jpg\" alt=\"\" class=\"wp-image-530\" srcset=\"https:\/\/kivijakola.fi\/projektit\/wp-content\/uploads\/2023\/01\/IMG_20230113_112852.jpg 436w, https:\/\/kivijakola.fi\/projektit\/wp-content\/uploads\/2023\/01\/IMG_20230113_112852-300x270.jpg 300w\" sizes=\"auto, (max-width: 436px) 100vw, 436px\" \/><\/figure>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Cloning system disks Floppies have special format: heads:2tracks:80 sectors\/track:10sector size: 1024 bytesTotal size = 1 638 400 bytes I used SAMdisk (https:\/\/simonowen.com\/samdisk\/) to read and write floppies (Windows 7 32bit) and standard 3.5&#8243; IDE floppy drive Remember to set original disk write protection ON before inserting to PC drive to avoid data corruption! Read disk: &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/kivijakola.fi\/projektit\/2023\/01\/12\/hunter-l111-wheel-aligment-system\/\" class=\"more-link\">Jatka lukemista<span class=\"screen-reader-text\"> &#8221;Hunter L111 Wheel Aligment System&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,6,1],"tags":[],"class_list":["post-517","post","type-post","status-publish","format-standard","hentry","category-auto","category-elektroniikka","category-yleinen"],"_links":{"self":[{"href":"https:\/\/kivijakola.fi\/projektit\/wp-json\/wp\/v2\/posts\/517","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kivijakola.fi\/projektit\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kivijakola.fi\/projektit\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kivijakola.fi\/projektit\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kivijakola.fi\/projektit\/wp-json\/wp\/v2\/comments?post=517"}],"version-history":[{"count":11,"href":"https:\/\/kivijakola.fi\/projektit\/wp-json\/wp\/v2\/posts\/517\/revisions"}],"predecessor-version":[{"id":534,"href":"https:\/\/kivijakola.fi\/projektit\/wp-json\/wp\/v2\/posts\/517\/revisions\/534"}],"wp:attachment":[{"href":"https:\/\/kivijakola.fi\/projektit\/wp-json\/wp\/v2\/media?parent=517"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kivijakola.fi\/projektit\/wp-json\/wp\/v2\/categories?post=517"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kivijakola.fi\/projektit\/wp-json\/wp\/v2\/tags?post=517"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}