/*! * vue-resource v1.4.0 * https://github.com/pagekit/vue-resource * Released under the MIT License. */ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.VueResource=e()}(this,function(){"use strict";var t=2;function e(e){this.state=t,this.value=void 0,this.deferred=[];var n=this;try{e(function(t){n.resolve(t)},function(t){n.reject(t)})}catch(t){n.reject(t)}}e.reject=function(t){return new e(function(e,n){n(t)})},e.resolve=function(t){return new e(function(e,n){e(t)})},e.all=function(t){return new e(function(n,o){var r=0,i=[];function s(e){return function(o){i[e]=o,(r+=1)===t.length&&n(i)}}0===t.length&&n(i);for(var u=0;u=200&&a<300,this.status=a||0,this.statusText=c||"",this.headers=new q(u),this.body=t,d(t)?this.bodyText=t:(i=t,"undefined"!=typeof Blob&&i instanceof Blob&&(this.bodyBlob=t,(0===(r=t).type.indexOf("text")||-1!==r.type.indexOf("json"))&&(this.bodyText=(n=t,new o(function(t){var e=new FileReader;e.readAsText(n),e.onload=function(){t(e.result)}})))))};L.prototype.blob=function(){return v(this.bodyBlob)},L.prototype.text=function(){return v(this.bodyText)},L.prototype.json=function(){return v(this.text(),function(t){return JSON.parse(t)})},Object.defineProperty(L.prototype,"data",{get:function(){return this.body},set:function(t){this.body=t}});var B=function(t){var e;this.body=null,this.params={},w(this,t,{method:(e=t.method||"GET",e?e.toUpperCase():"")}),this.headers instanceof q||(this.headers=new q(this.headers))};B.prototype.getUrl=function(){return $(this)},B.prototype.getBody=function(){return this.body},B.prototype.respondWith=function(t,e){return new L(t,w(e||{},{url:this.getUrl()}))};var M={"Content-Type":"application/json;charset=utf-8"};function N(t){var e=this||{},n=function(t){var e=[I],n=[];function r(r){for(;e.length;){var i=e.pop();if(l(i)){var s=void 0,u=void 0;if(m(s=i.call(t,r,function(t){return u=t})||u))return new o(function(e,o){n.forEach(function(e){s=v(s,function(n){return e.call(t,n)||n},o)}),v(s,e,o)},t);l(s)&&n.unshift(s)}else c="Invalid interceptor of type "+typeof i+", must be a function","undefined"!=typeof console&&a&&console.warn("[VueResource warn]: "+c)}var c}return m(t)||(t=null),r.use=function(t){e.push(t)},r}(e.$vm);return function(t){u.call(arguments,1).forEach(function(e){for(var n in e)void 0===t[n]&&(t[n]=e[n])})}(t||{},e.$options,N.options),N.interceptors.forEach(function(t){d(t)&&(t=N.interceptor[t]),l(t)&&n.use(t)}),n(new B(t)).then(function(t){return t.ok?t:o.reject(t)},function(t){var e;return t instanceof Error&&(e=t,"undefined"!=typeof console&&console.error(e)),o.reject(t)})}function D(t,e,n,o){var r=this||{},i={};return g(n=w({},D.actions,n),function(n,s){n=T({url:t,params:w({},e)},o,n),i[s]=function(){return(r.$http||N)(function(t,e){var n,o=w({},t),r={};switch(e.length){case 2:r=e[0],n=e[1];break;case 1:/^(POST|PUT|PATCH)$/i.test(o.method)?n=e[0]:r=e[0];break;case 0:break;default:throw"Expected up to 2 arguments [params, body], got "+e.length+" arguments"}return o.body=n,o.params=w({},o.params,r),o}(n,arguments))}}),i}function J(t){var e,n,r;J.installed||(n=(e=t).config,r=e.nextTick,i=r,a=n.debug||!n.silent,t.url=$,t.http=N,t.resource=D,t.Promise=o,Object.defineProperties(t.prototype,{$url:{get:function(){return b(t.url,this,this.$options.url)}},$http:{get:function(){return b(t.http,this,this.$options.http)}},$resource:{get:function(){return t.resource.bind(this)}},$promise:{get:function(){var e=this;return function(n){return new t.Promise(n,e)}}}}))}return N.options={},N.headers={put:M,post:M,patch:M,delete:M,common:{Accept:"application/json, text/plain, */*"},custom:{}},N.interceptor={before:function(t){l(t.before)&&t.before.call(this,t)},method:function(t){t.emulateHTTP&&/^(PUT|PATCH|DELETE)$/i.test(t.method)&&(t.headers.set("X-HTTP-Method-Override",t.method),t.method="POST")},jsonp:function(t){"JSONP"==t.method&&(t.client=A)},json:function(t){var e=t.headers.get("Content-Type")||"";return m(t.body)&&0===e.indexOf("application/json")&&(t.body=JSON.stringify(t.body)),function(t){return t.bodyText?v(t.text(),function(e){var n,o;if(0===(t.headers.get("Content-Type")||"").indexOf("application/json")||(o=(n=e).match(/^\s*(\[|\{)/))&&{"[":/]\s*$/,"{":/}\s*$/}[o[1]].test(n))try{t.body=JSON.parse(e)}catch(e){t.body=null}else t.body=e;return t}):t}},form:function(t){var e;e=t.body,"undefined"!=typeof FormData&&e instanceof FormData?t.headers.delete("Content-Type"):m(t.body)&&t.emulateJSON&&(t.body=$.params(t.body),t.headers.set("Content-Type","application/x-www-form-urlencoded"))},header:function(t){g(w({},N.headers.common,t.crossOrigin?{}:N.headers.custom,N.headers[p(t.method)]),function(e,n){t.headers.has(n)||t.headers.set(n,e)})},cors:function(t){if(c){var e=$.parse(location.href),n=$.parse(t.getUrl());n.protocol===e.protocol&&n.host===e.host||(t.crossOrigin=!0,t.emulateHTTP=!1,R||(t.client=U))}}},N.interceptors=["before","method","jsonp","json","form","header","cors"],["get","delete","head","jsonp"].forEach(function(t){N[t]=function(e,n){return this(w(n||{},{url:e,method:t}))}}),["post","put","patch"].forEach(function(t){N[t]=function(e,n,o){return this(w(o||{},{url:e,method:t,body:n}))}}),D.actions={get:{method:"GET"},save:{method:"POST"},query:{method:"GET"},update:{method:"PUT"},remove:{method:"DELETE"},delete:{method:"DELETE"}},"undefined"!=typeof window&&window.Vue&&window.Vue.use(J),J}); /*Click Away*/ !function(e,t){"use strict";function n(e,t,n){i(e);var u=n.context,a=t.value;if("function"==typeof a){var c=!1;setTimeout(function(){c=!0},0),e[o]=function(t){var n=t.path||(t.composedPath?t.composedPath():void 0);if(c&&(n?n.indexOf(e)<0:!e.contains(t.target)))return a.call(u,t)},document.documentElement.addEventListener("click",e[o],!1)}}function i(e){document.documentElement.removeEventListener("click",e[o],!1),delete e[o]}t="default"in t?t.default:t;/^2\./.test(t.version)||t.util.warn("VueClickaway 2.2.2 only supports Vue 2.x, and does not support Vue "+t.version);var o="_vue_clickaway_handler",u={bind:n,update:function(e,t){t.value!==t.oldValue&&n(e,t)},unbind:i},a={directives:{onClickaway:u}};e.version="2.2.2",e.directive=u,e.mixin=a}(this.VueClickaway={},Vue); Maintenance | MadaMada http://hightimes247.com Motorcycle, Gadget and more experience... Sat, 17 Jul 2021 09:14:53 +0000 ja hourly 1 http://hightimes247.com/wp-content/uploads/2013/08/faviconM63.png Maintenance | MadaMada http://hightimes247.com 32 32 カウルリペア-2 http://hightimes247.com/16525?utm_source=rss&utm_medium=rss&utm_campaign=%25e3%2582%25ab%25e3%2582%25a6%25e3%2583%25ab%25e3%2583%25aa%25e3%2583%259a%25e3%2582%25a2-2 http://hightimes247.com/16525#comments Sat, 17 Jul 2021 09:14:54 +0000 http://hightimes247.com/?p=16525 先週末の好天で一気にリペア完了。 コケたところ以外の傷もついでに塗装した。 クリアーは吹かず、4日ほど乾燥させて、コンパウンドで磨いて完成。 言わなきゃリペアしてるってわからないレベルの仕上がりには満足。 でも、5万払っ...

The post カウルリペア-2 first appeared on MadaMada.]]>
http://hightimes247.com/16525/feed 2
カウルリペア http://hightimes247.com/16445?utm_source=rss&utm_medium=rss&utm_campaign=%25e3%2582%25ab%25e3%2582%25a6%25e3%2583%25ab%25e3%2583%25aa%25e3%2583%259a%25e3%2582%25a2 http://hightimes247.com/16445#respond Fri, 09 Jul 2021 17:10:18 +0000 http://hightimes247.com/?p=16445 引越しに備えて少しづつ部屋を片付け始めてるわけだけども、 コケて傷ついたカウルは切り刻んで燃えないゴミに…で、ふと思った。 これリペアできじゃん? ちなみにこのパーツ、現在の新品価格は49,830円。 15年...

The post カウルリペア first appeared on MadaMada.]]>
http://hightimes247.com/16445/feed 0
修復-3 http://hightimes247.com/16414?utm_source=rss&utm_medium=rss&utm_campaign=%25e4%25bf%25ae%25e5%25be%25a9-3 http://hightimes247.com/16414#comments Tue, 01 Jun 2021 15:05:41 +0000 http://hightimes247.com/?p=16414 欠品かなと思ってたカウル、意外にもまだ部品が出た。 値段にビビるも、のんびり中古の出ものも待ってられないので、ポチッとしましたよ。 カウルにはステッカーが貼られているので、別でステッカーを注文する必要はない。 購入が必要...

The post 修復-3 first appeared on MadaMada.]]>
http://hightimes247.com/16414/feed 2
修復-2 http://hightimes247.com/16387?utm_source=rss&utm_medium=rss&utm_campaign=%25e4%25bf%25ae%25e5%25be%25a9-2 http://hightimes247.com/16387#respond Mon, 31 May 2021 09:30:57 +0000 http://hightimes247.com/?p=16387 ステップ周りの被害は、ブレーキペダル、マスターのプッシュロッド、ステップ。 ステップは削れたのを我慢すれば使えそうに見えるけども、ベアリングとの合わせ面がダメージ受けていて、このまま使うとベアリングの動きを妨げてしまうの...

The post 修復-2 first appeared on MadaMada.]]>
http://hightimes247.com/16387/feed 0
修復-1 http://hightimes247.com/16390?utm_source=rss&utm_medium=rss&utm_campaign=%25e4%25bf%25ae%25e5%25be%25a9-1 http://hightimes247.com/16390#respond Sat, 29 May 2021 23:38:43 +0000 http://hightimes247.com/?p=16390 重めの物を持つと右手首が痛いので、念のため受診。 骨には異常なし、靭帯痛めてて3週間ぐらいで治るみたい。 ということで、バイクの修復も少しづつ。 傷ついたカウルをバラしてて、気づいた。 表面だけじゃなくて内側まで逝ってた...

The post 修復-1 first appeared on MadaMada.]]>
http://hightimes247.com/16390/feed 0
続・トラブル検証 レギュレーター結果編 http://hightimes247.com/16312?utm_source=rss&utm_medium=rss&utm_campaign=%25e7%25b6%259a%25e3%2583%25bb%25e3%2583%2588%25e3%2583%25a9%25e3%2583%2596%25e3%2583%25ab%25e6%25a4%259c%25e8%25a8%25bc%25e3%2580%2580%25e3%2583%25ac%25e3%2582%25ae%25e3%2583%25a5%25e3%2583%25ac%25e3%2583%25bc%25e3%2582%25bf%25e3%2583%25bc%25e7%25b5%2590%25e6%259e%259c%25e7%25b7%25a8 http://hightimes247.com/16312#respond Sun, 23 May 2021 01:57:31 +0000 http://hightimes247.com/?p=16312 早速レギュレーターを交換して実走してきた。 結果から言うと、アイドリングからアクセルオンまで、全域で電圧14.4-14.5V! レギュレーター交換前はアイドリング~アクセルオン~オフで14.5V~13.7V~14.2Vま...

The post 続・トラブル検証 レギュレーター結果編 first appeared on MadaMada.]]>
http://hightimes247.com/16312/feed 0
続・トラブル検証 レギュレーター http://hightimes247.com/16301?utm_source=rss&utm_medium=rss&utm_campaign=%25e7%25b6%259a%25e3%2583%25bb%25e3%2583%2588%25e3%2583%25a9%25e3%2583%2596%25e3%2583%25ab%25e6%25a4%259c%25e8%25a8%25bc-%25e3%2583%25ac%25e3%2582%25ae%25e3%2583%25a5%25e3%2583%25ac%25e3%2583%25bc%25e3%2582%25bf%25e3%2583%25bc http://hightimes247.com/16301#respond Sat, 22 May 2021 01:36:37 +0000 http://hightimes247.com/?p=16301 まだトラブルの原因解明にはたどり着いてない。 しつこいようだけれど、確認できる数値は全部サービスマニュアルの規定値どおり。 ニュートラルでは規定値の下限ぎりぎりながら14.0V(5000rpm)。 レギュレーターのダイオ...

The post 続・トラブル検証 レギュレーター first appeared on MadaMada.]]>
http://hightimes247.com/16301/feed 0
電圧再確認 http://hightimes247.com/16270?utm_source=rss&utm_medium=rss&utm_campaign=%25e9%259b%25bb%25e5%259c%25a7%25e5%2586%258d%25e7%25a2%25ba%25e8%25aa%258d http://hightimes247.com/16270#comments Sun, 16 May 2021 09:38:09 +0000 http://hightimes247.com/?p=16270 改めて、電圧を確認してきた。 アイドリングで落ち着くと14.5V、LifePoの充電電圧は14.8V以下なので、これぐらいでちょど良い。 5000rpmでは14.0V、この数字はギリギリ規定値内(14.0V-15.5V)...

The post 電圧再確認 first appeared on MadaMada.]]>
http://hightimes247.com/16270/feed 4
続・トラブル検証 http://hightimes247.com/16223?utm_source=rss&utm_medium=rss&utm_campaign=%25e7%25b6%259a%25e3%2583%25bb%25e3%2583%2588%25e3%2583%25a9%25e3%2583%2596%25e3%2583%25ab%25e6%25a4%259c%25e8%25a8%25bc http://hightimes247.com/16223#respond Tue, 11 May 2021 11:56:10 +0000 http://hightimes247.com/?p=16223 原因はQS4じゃねーかしら? ってことでヨシムラさんのメカニックサポートに電話した。 電話で症状を説明するのも面倒なので、Youtubeの動画を見てもらった結果 テクニカルサポートのアドバイスは概ねこんな感じ。 ・QS4...

The post 続・トラブル検証 first appeared on MadaMada.]]>
http://hightimes247.com/16223/feed 0
トラブル検証始めました http://hightimes247.com/16212?utm_source=rss&utm_medium=rss&utm_campaign=%25e3%2583%2588%25e3%2583%25a9%25e3%2583%2596%25e3%2583%25ab%25e6%25a4%259c%25e8%25a8%25bc%25e5%25a7%258b%25e3%2582%2581%25e3%2581%25be%25e3%2581%2597%25e3%2581%259f http://hightimes247.com/16212#respond Mon, 10 May 2021 06:57:48 +0000 http://hightimes247.com/?p=16212 10数日もあったGWも今日が最終日、ちなみに今日は有給(どうでも情報) 昨日になってやっとトミンで発生したトラブル解決に着手した。 QS4が原因かなーと思ったものの、シフトスイッチを外すと交換するロッドが無いなぁR...

The post トラブル検証始めました first appeared on MadaMada.]]>
http://hightimes247.com/16212/feed 0
TOOLS[5] http://hightimes247.com/15769?utm_source=rss&utm_medium=rss&utm_campaign=tools5 http://hightimes247.com/15769#comments Tue, 13 Apr 2021 12:34:00 +0000 http://hightimes247.com/?p=15769 ツールシリーズ、〆は車載工具。 自前の車載工具を紹介する前に、純正の車載工具を見てみよう。 (10-12mmのスパナ紛失してた) 36mmや27mmのメガネに延長ハンドルまで入ってて充実しとるやん!とはならない。 36m...

The post TOOLS[5] first appeared on MadaMada.]]>
http://hightimes247.com/15769/feed 2
TOOLS[4] http://hightimes247.com/16075?utm_source=rss&utm_medium=rss&utm_campaign=tools4 http://hightimes247.com/16075#respond Sat, 10 Apr 2021 05:51:03 +0000 http://hightimes247.com/?p=16075 中学の時って、部活の服とか体操服を入れるサブバッグってのありましたよね? いわゆるアレです。 サブと言うには少し濃い目で長めエントリー。 メインのハンドツール以外の例えば、長尺モノとかスプレー缶、ウエスなんかはバケツに入...

The post TOOLS[4] first appeared on MadaMada.]]>
http://hightimes247.com/16075/feed 0
TOOLS[3] http://hightimes247.com/16002?utm_source=rss&utm_medium=rss&utm_campaign=tools3 http://hightimes247.com/16002#comments Tue, 06 Apr 2021 15:07:01 +0000 http://hightimes247.com/?p=16002 使わないもの入れておいても邪魔なので、ツールは少数精鋭派。かと言って、ギリギリまで減量しても気持ちよく作業できないので、バランスは大事。ということで、工具箱の中身いってみよー。上段はレンチ類。  コンビネーションレンチの...

The post TOOLS[3] first appeared on MadaMada.]]>
http://hightimes247.com/16002/feed 4
TOOLS[2] http://hightimes247.com/15611?utm_source=rss&utm_medium=rss&utm_campaign=tools2 http://hightimes247.com/15611#comments Fri, 02 Apr 2021 15:16:05 +0000 http://hightimes247.com/?p=15611 メイン工具箱の中身いってみよー。 サーセン!今回はこの動画(link)でお茶濁します! 数年ぶりにWordPressやサーバーソフトウェアをアップデートしたら、ブログ記事が表示されないトラブルに見舞われまして…...

The post TOOLS[2] first appeared on MadaMada.]]>
http://hightimes247.com/15611/feed 2
TOOLS[1] http://hightimes247.com/15605?utm_source=rss&utm_medium=rss&utm_campaign=tools1 http://hightimes247.com/15605#comments Sun, 28 Mar 2021 03:43:42 +0000 http://hightimes247.com/?p=15605 玄関掃除してた日曜日の朝。 ふと、普段使ってる工具を記事にしようと思った次第。 もちろん需要がないのはわかってるw 人様の工具箱事情を知る機会がないので比較してどう?ってのはわからないけど、青空整備用としてはいい感じにま...

The post TOOLS[1] first appeared on MadaMada.]]>
http://hightimes247.com/15605/feed 2
オイル交換 http://hightimes247.com/15808?utm_source=rss&utm_medium=rss&utm_campaign=%25e3%2582%25aa%25e3%2582%25a4%25e3%2583%25ab%25e4%25ba%25a4%25e6%258f%259b http://hightimes247.com/15808#respond Sun, 21 Mar 2021 06:57:40 +0000 http://hightimes247.com/?p=15808 先日覗いた漆黒の闇を無視するのは忍びなく、オイルとフィルターを交換した。 いつもなら2500-3000kmで交換だけど、今回は前回交換から900km。 タイミングとしてはだいぶ早いとはいえ、5月のフルメンテでは7年放置し...

The post オイル交換 first appeared on MadaMada.]]>
http://hightimes247.com/15808/feed 0
再始動 http://hightimes247.com/15704?utm_source=rss&utm_medium=rss&utm_campaign=%25e5%2586%258d%25e5%25a7%258b%25e5%258b%2595 http://hightimes247.com/15704#respond Mon, 08 Mar 2021 09:28:00 +0000 http://hightimes247.com/?p=15704 3ヶ月以上ぶりにバイクを動かした週末。 30分程度の作業で気分良く再始動できるという話。   儀式は2つ 1.フロントサスの内圧合わせ サスペンションの内圧を抜く=大気圧と同調することで、サスの動きを阻害する余計な負圧を...

The post 再始動 first appeared on MadaMada.]]>
http://hightimes247.com/15704/feed 0
リアサス組み込み http://hightimes247.com/15639?utm_source=rss&utm_medium=rss&utm_campaign=%25e3%2583%25aa%25e3%2582%25a2%25e3%2582%25b5%25e3%2582%25b9%25e7%25b5%2584%25e3%2581%25bf%25e8%25be%25bc%25e3%2581%25bf http://hightimes247.com/15639#comments Fri, 05 Mar 2021 22:35:00 +0000 http://hightimes247.com/?p=15639 週末の天気予報が雨っぽいので、在宅勤務の昼休み1時間を使ってサス交換の突貫作業! したものの、天気は好転して、今日土曜日は曇りなんだけどね… というのはさておき、OHから戻ってきたリアサスの組み込み作業。 単...

The post リアサス組み込み first appeared on MadaMada.]]>
http://hightimes247.com/15639/feed 2
OH完了 http://hightimes247.com/15533?utm_source=rss&utm_medium=rss&utm_campaign=oh%25e5%25ae%258c%25e4%25ba%2586 http://hightimes247.com/15533#respond Thu, 04 Mar 2021 12:27:48 +0000 http://hightimes247.com/?p=15533 横浜の某サスペンション専門店に依頼してたリアサスとステダンがOHから戻ってきた。 発送〜OH完了〜受け取り完了まで19日間。 混んでて時間がかかるというのは、事前のやり取りでわかってたけど、長かった〜。 サスを買った時の...

The post OH完了 first appeared on MadaMada.]]>
http://hightimes247.com/15533/feed 0
抜けタァァ!! http://hightimes247.com/15476?utm_source=rss&utm_medium=rss&utm_campaign=%25e6%258a%259c%25e3%2581%2591%25e3%2582%25bf%25e3%2582%25a1%25e3%2582%25a1 http://hightimes247.com/15476#respond Sat, 13 Feb 2021 11:25:06 +0000 http://hightimes247.com/?p=15476 去年の全バラ時、リアサスとステダンをOHしていなかったので取り外してOHへ。 そして、いままで負け続けていた箇所に遂に勝った!って話。 おなじみ単管パイプでリアを吊る。 今回はノーマルのタンデムステップにロングボルトを引...

The post 抜けタァァ!! first appeared on MadaMada.]]>
http://hightimes247.com/15476/feed 0
キャリパーメンテ http://hightimes247.com/15422?utm_source=rss&utm_medium=rss&utm_campaign=%25e3%2582%25ad%25e3%2583%25a3%25e3%2583%25aa%25e3%2583%2591%25e3%2583%25bc%25e3%2583%25a1%25e3%2583%25b3%25e3%2583%2586 http://hightimes247.com/15422#respond Sun, 31 Jan 2021 06:43:33 +0000 http://hightimes247.com/?p=15422 少し暖かかったので、キャリパー洗浄。 新品のL3用ブレンボキャリパーを組み込んでから、走行距離はまだ800km。 思った以上に汚れてなかったけども、キャリパーの整備性で気になったところが一つ。 スズキ純正のBREMBOは...

The post キャリパーメンテ first appeared on MadaMada.]]>
http://hightimes247.com/15422/feed 0
サスインナー掃除 http://hightimes247.com/15379?utm_source=rss&utm_medium=rss&utm_campaign=%25e3%2582%25b5%25e3%2582%25b9%25e3%2582%25a4%25e3%2583%25b3%25e3%2583%258a%25e3%2583%25bc%25e6%258e%2583%25e9%2599%25a4 http://hightimes247.com/15379#respond Sat, 09 Jan 2021 07:39:12 +0000 http://hightimes247.com/?p=15379 あけましておめでとうございます。 バイクをOFFにしてはや1ヶ月。 昨年末にやっていなかった、フロントサスインナーの掃除をサクッと。 汚れが残ってると、乗らない間にコーティングが犯されて…コーティングにダメー...

The post サスインナー掃除 first appeared on MadaMada.]]>
http://hightimes247.com/15379/feed 0
工具磨き http://hightimes247.com/15334?utm_source=rss&utm_medium=rss&utm_campaign=%25e5%25b7%25a5%25e5%2585%25b7%25e7%25a3%25a8%25e3%2581%258d http://hightimes247.com/15334#respond Fri, 25 Dec 2020 11:21:55 +0000 http://hightimes247.com/?p=15334 家の年末掃除がひと段落したので、工具メンテ。 メンテつっても、ビール片手に工具箱を整理しながら磨くだけw で、無理やり、ブログネタに。 自分でメンテしてるとやっぱり道具関係は増える。 メイン工具箱以外にも、いろんな専用工...

The post 工具磨き first appeared on MadaMada.]]>
http://hightimes247.com/15334/feed 0
OFF準備 http://hightimes247.com/15315?utm_source=rss&utm_medium=rss&utm_campaign=off%25e6%25ba%2596%25e5%2582%2599 http://hightimes247.com/15315#respond Mon, 07 Dec 2020 04:17:32 +0000 http://hightimes247.com/?p=15315 5月のフルメンテ以降、走行距離800kmなので洗車、チェーン清掃、ブレーキキャリパー清掃程度でシーズンオフの準備はOKかなと。 カバー外して各部チェックしたら、ブレーキペダルの先っぽが無くなっってたw トミン走行後の写真...

The post OFF準備 first appeared on MadaMada.]]>
http://hightimes247.com/15315/feed 0
少しずつ http://hightimes247.com/14902?utm_source=rss&utm_medium=rss&utm_campaign=%25e5%25b0%2591%25e3%2581%2597%25e3%2581%259a%25e3%2581%25a4 http://hightimes247.com/14902#respond Sat, 22 Aug 2020 14:42:14 +0000 http://hightimes247.com/?p=14902 夏休み初日にトミンに行って、約8年ぶりにサーキット走行に戻ってきたわけだけども、筋肉痛や疲労から回復するのに3日もかかった。 歳取るってのはこういうことか、と。 体はどうにもならないけど、せめてバイクの方は万全にしておこ...

The post 少しずつ first appeared on MadaMada.]]>
http://hightimes247.com/14902/feed 0
GPインジケータ異常 http://hightimes247.com/14851?utm_source=rss&utm_medium=rss&utm_campaign=gp%25e3%2582%25a4%25e3%2583%25b3%25e3%2582%25b8%25e3%2582%25b1%25e3%2583%25bc%25e3%2582%25bf%25e7%2595%25b0%25e5%25b8%25b8 http://hightimes247.com/14851#respond Thu, 06 Aug 2020 14:04:20 +0000 http://hightimes247.com/?p=14851 BAZZAZのQS4を組み込んだ直後、ギアポジションセンサー(GPセンサー)の故障と思われる症状が出た話の続き。 結論から書くと 1)QS4のカットタイムによるFIエラー と同時多発テロ的に 2)GPセンサーの故障 3...

The post GPインジケータ異常 first appeared on MadaMada.]]>
http://hightimes247.com/14851/feed 0
BAZZAZ QS4-試走&トラブル http://hightimes247.com/14832?utm_source=rss&utm_medium=rss&utm_campaign=bazzaz-qs4-%25e8%25a9%25a6%25e8%25b5%25b0%25e3%2583%2588%25e3%2583%25a9%25e3%2583%2596%25e3%2583%25ab http://hightimes247.com/14832#respond Sun, 02 Aug 2020 00:20:18 +0000 http://hightimes247.com/?p=14832 BAZZAZのオートシフター、QS-4を取り付けて、早速その辺を試走してきた。 とにかく超気持ちイイ! 右手固定で切れ目なく上昇していく回転と加速、スーパーカーのオートマもたぶんこんな感じ。知らんけど。 1速→2速は多少...

The post BAZZAZ QS4-試走&トラブル first appeared on MadaMada.]]>
http://hightimes247.com/14832/feed 0
YOSHIMURA GRIP http://hightimes247.com/14774?utm_source=rss&utm_medium=rss&utm_campaign=yoshimura-grip http://hightimes247.com/14774#respond Fri, 17 Jul 2020 07:06:06 +0000 http://hightimes247.com/?p=14774 そろそろ走らないとネタが尽きてきた感。 振り返ると、グリップは新車で買ってからずーっとそのまんま。 相当にヤレてる感は否めない。 溝の深さが最初どうだったかは思い出せないけど、多分減ってるんだろう。 滑るーとか意識した事...

The post YOSHIMURA GRIP first appeared on MadaMada.]]>
http://hightimes247.com/14774/feed 0
OBDⅡ http://hightimes247.com/14679?utm_source=rss&utm_medium=rss&utm_campaign=obd%25e2%2585%25b1 http://hightimes247.com/14679#respond Sat, 27 Jun 2020 14:21:23 +0000 http://hightimes247.com/?p=14679 バイクでもODBⅡの設定が義務化されるってニュース見て、そういえば現行のバイクってどうなのよ?とググってみた。 2016年にODBの導入が義務化され、2017年以降に発売されたバイクは、診断コネクターを経由して汎用ODB...

The post OBDⅡ first appeared on MadaMada.]]>
http://hightimes247.com/14679/feed 0
生存報告 http://hightimes247.com/14539?utm_source=rss&utm_medium=rss&utm_campaign=%25e7%2594%259f%25e5%25ad%2598%25e5%25a0%25b1%25e5%2591%258a http://hightimes247.com/14539#respond Thu, 04 Jun 2020 13:20:41 +0000 http://hightimes247.com/?p=14539 3年ぶりに戻ってきました。そして、バイクのエントリーになると、なんと7年ぶり。ブログの操作方法もそら忘れるよ。この7年、紆余曲折あってねぇ、、、というのは言い訳で、単にずるずる放置してしまった。2013年後半から、生活環...

The post 生存報告 first appeared on MadaMada.]]>
http://hightimes247.com/14539/feed 0
バッテリー チェック http://hightimes247.com/3940?utm_source=rss&utm_medium=rss&utm_campaign=%25e3%2583%2590%25e3%2583%2583%25e3%2583%2586%25e3%2583%25aa%25e3%2583%25bc-%25e3%2583%2581%25e3%2582%25a7%25e3%2583%2583%25e3%2582%25af http://hightimes247.com/3940#comments Sun, 06 May 2012 03:37:34 +0000 http://hightimes247.com/topics CHECK ワン ツーっておかしな表示が出てたメーター。 「バッテリーが弱ってんじゃ?」ってアンチャンさんのアドバイスでティンときた。 そうだ、GSX-Rはバッテリーが弱るとFIエラーが出たりするのだわ。ということで、バ...

The post バッテリー チェック first appeared on MadaMada.]]>
http://hightimes247.com/3940/feed 2
くっ、雨ェ….。 http://hightimes247.com/3938?utm_source=rss&utm_medium=rss&utm_campaign=%25e3%2581%258f%25e3%2581%25a3%25e3%2580%2581%25e9%259b%25a8%25e3%2582%25a7-%25e3%2580%2582 http://hightimes247.com/3938#respond Tue, 01 May 2012 17:22:52 +0000 http://hightimes247.com/topics 昨日に引き続き、朝から陸運局へ。 同じバイクで3回目の車検ともなると気が抜けますね。緊張感とか全くないでやんの。 検査ラインイン! 「ナンバー灯が点いてませんね。」 「ン〜、反射板の面積が少し足りませんね。」 「光軸下向...

The post くっ、雨ェ….。 first appeared on MadaMada.]]>
http://hightimes247.com/3938/feed 0
ウッカリ http://hightimes247.com/3937?utm_source=rss&utm_medium=rss&utm_campaign=%25e3%2582%25a6%25e3%2583%2583%25e3%2582%25ab%25e3%2583%25aa http://hightimes247.com/3937#comments Mon, 30 Apr 2012 09:49:41 +0000 http://hightimes247.com/topics 朝の早くから車検行ってきた! Oh No…陸運closed。車検、明日でした(・ω<)テヘペロ

The post ウッカリ first appeared on MadaMada.]]>
http://hightimes247.com/3937/feed 4
Check one two… http://hightimes247.com/3936?utm_source=rss&utm_medium=rss&utm_campaign=check-%25e3%2583%25af%25e3%2583%25b3-%25e3%2583%2584%25e3%2583%25bc http://hightimes247.com/3936#comments Sat, 28 Apr 2012 10:18:32 +0000 http://hightimes247.com/topics 昨日予定していた車検は雨でキャンセルして、月曜日に変更。で、明日はひさしぶりにサーキットを走るのだけど、5ヶ月まともにR1000には乗ってない(笑)CT110にはちょくちょく乗ってるけど、R1000は一度少し動かしただけ...

The post Check one two… first appeared on MadaMada.]]>
http://hightimes247.com/3936/feed 6
ボチボチと http://hightimes247.com/3934?utm_source=rss&utm_medium=rss&utm_campaign=%25e3%2583%259c%25e3%2583%2581%25e3%2583%259c%25e3%2583%2581%25e3%2581%25a8 http://hightimes247.com/3934#comments Sun, 22 Apr 2012 09:31:43 +0000 http://hightimes247.com/topics 車検準備とメンテをちょろっと。2年前の車検準備と同じメニューなのでサクッと終わるかと思いきや… ノーマルマフラーの排気デバイス駆動用サーボモーターの取り付けに悪戦苦闘。 サーボモーターはシート下の狭いスペース...

The post ボチボチと first appeared on MadaMada.]]>
http://hightimes247.com/3934/feed 2
Spring has come. http://hightimes247.com/3932?utm_source=rss&utm_medium=rss&utm_campaign=spring-has-come http://hightimes247.com/3932#comments Thu, 05 Apr 2012 14:35:38 +0000 http://hightimes247.com/topics Spring has come.バネがキタ! て、訳した貴方はバイク脳  今日は20℃超えたみたいで、ほんと一気に春がキタ!って感じ。春と言えば、そう、出会いや別れの季節。  思い起こせば、このブログを立ち上げたのは、2...

The post Spring has come. first appeared on MadaMada.]]>
http://hightimes247.com/3932/feed 6
オイニーツイキー http://hightimes247.com/3926?utm_source=rss&utm_medium=rss&utm_campaign=%25e3%2582%25aa%25e3%2582%25a4%25e3%2583%258b%25e3%2583%25bc%25e3%2583%2584%25e3%2582%25a4%25e3%2582%25ad%25e3%2583%25bc http://hightimes247.com/3926#comments Thu, 22 Mar 2012 06:41:54 +0000 http://hightimes247.com/topics 「死体ぃぃぃい!!!」 これが結構臭うんですよ。  死体ツナギはRSタイチのGP WRX R301という現行モデルの2世代前のもの。買って以来4〜5年間、一度も洗った事がない。(インナーは洗ってるよ)黒色であるが故に汚れ...

The post オイニーツイキー first appeared on MadaMada.]]>
http://hightimes247.com/3926/feed 2
A.S.H→4RS http://hightimes247.com/3910?utm_source=rss&utm_medium=rss&utm_campaign=a-s-h%25e2%2586%25924rs http://hightimes247.com/3910#comments Sun, 13 Nov 2011 07:55:44 +0000 http://hightimes247.com/topics 明日から20℃を切ってグッと冷え込むみたい。よ〜し!その前にトミン行っちゃうぞー! なんて考えることは皆さん同じようで、日曜日の予約台数はグングン増えて最終的に午前45台!午後も39台!完全にオーバーフロー(苦笑)今月は...

The post A.S.H→4RS first appeared on MadaMada.]]>
http://hightimes247.com/3910/feed 2
Brake OK http://hightimes247.com/3909?utm_source=rss&utm_medium=rss&utm_campaign=%25e3%2583%2596%25e3%2583%25ac%25e3%2583%25bc%25e3%2582%25adok http://hightimes247.com/3909#comments Sat, 05 Nov 2011 12:30:50 +0000 http://hightimes247.com/topics フルードお漏らしなブレーキキャリパー。さっそく直してきました。 直すと言うか、換装。三郷にあるKENZ SPORTSさんまで首都高バビューン。ということで、brembo導入!!ナワケナイィ KENZに行ったらKeiさんの...

The post Brake OK first appeared on MadaMada.]]>
http://hightimes247.com/3909/feed 6
タイヤとディスクと http://hightimes247.com/3896?utm_source=rss&utm_medium=rss&utm_campaign=%25e3%2582%25bf%25e3%2582%25a4%25e3%2583%25a4%25e3%2581%25a8%25e3%2583%2587%25e3%2582%25a3%25e3%2582%25b9%25e3%2582%25af%25e3%2581%25a8 http://hightimes247.com/3896#comments Sun, 02 Oct 2011 09:17:55 +0000 http://hightimes247.com/topics ピレリのスパコルSC2、市場には未だ潤沢ではないようで少しレアもの。昨日タイヤ屋さんに在庫確認したらぎりぎりラストの1セット。もちろんキープをお願ぇしあす! ということで、珍品タイヤ新品タイヤ入れてきました。 そういえば...

The post タイヤとディスクと first appeared on MadaMada.]]>
http://hightimes247.com/3896/feed 4
メンテつづき http://hightimes247.com/3891?utm_source=rss&utm_medium=rss&utm_campaign=%25e3%2583%25a1%25e3%2583%25b3%25e3%2583%2586%25e3%2581%25a4%25e3%2581%25a5%25e3%2581%258d http://hightimes247.com/3891#comments Fri, 23 Sep 2011 12:42:38 +0000 http://hightimes247.com/topics うってかわって今日は、涼しすぎ。昨日の続きでクーラントのエア抜きしつつ、ブレーキペダル交換。   タンクに付いた傷汚れをコンパウンドで磨いて、足回り洗車して、チェーンの掃除と給脂。こんだけなのにダラダラと4時間もかけてと...

The post メンテつづき first appeared on MadaMada.]]>
http://hightimes247.com/3891/feed 6
秋はまだかい? http://hightimes247.com/3889?utm_source=rss&utm_medium=rss&utm_campaign=%25e7%25a7%258b%25e3%2581%25af%25e3%2581%25be%25e3%2581%25a0%25e3%2581%258b%25e3%2581%2584%25ef%25bc%259f http://hightimes247.com/3889#respond Thu, 22 Sep 2011 07:28:28 +0000 http://hightimes247.com/topics 台風過ぎてグッと秋っぽくなってき……てない!朝から暑いかと思えば、午後は急に雲が湧いてきて夕立。ってこの感じは完全に夏ですやん。食欲の秋、読書の秋、ツーリングの秋、そして整備の秋。早く秋になんない...

The post 秋はまだかい? first appeared on MadaMada.]]>
http://hightimes247.com/3889/feed 0
夏休み終盤突入 http://hightimes247.com/3875?utm_source=rss&utm_medium=rss&utm_campaign=%25e5%25a4%258f%25e4%25bc%2591%25e3%2581%25bf%25e7%25b5%2582%25e7%259b%25a4%25e7%25aa%2581%25e5%2585%25a5 http://hightimes247.com/3875#comments Wed, 17 Aug 2011 08:27:31 +0000 http://hightimes247.com/topics 小学生か!ってぐらいに長かった夏休みもそろそろ終わりが見えてきたのさ。まだ夏休みかよっ?ってまだ夏休み続行中なんです。長過ぎる休みもそれはそれで悩みも有る。休みの反動で社会復帰できないんじゃないかという不安、このまま夏休...

The post 夏休み終盤突入 first appeared on MadaMada.]]>
http://hightimes247.com/3875/feed 2
ホップ・ステップ・・・ジャンク http://hightimes247.com/3874?utm_source=rss&utm_medium=rss&utm_campaign=%25e3%2583%259b%25e3%2583%2583%25e3%2583%2597%25e3%2583%25bb%25e3%2582%25b9%25e3%2583%2586%25e3%2583%2583%25e3%2583%2597%25e3%2583%25bb%25e3%2583%25bb%25e3%2583%25bb%25e3%2582%25b8%25e3%2583%25a3%25e3%2583%25b3%25e3%2582%25af http://hightimes247.com/3874#comments Tue, 09 Aug 2011 03:47:06 +0000 http://hightimes247.com/topics 先行き怪しい感じだったステップの入手。世間がお盆休みに入ってしまうとほぼアウト・・・が!天は我を見捨ててはいなかった!  一昨日のエントリを書いた直後。某SNS、まぁmixiなんですけども。“部品売ります買います”的なト...

The post ホップ・ステップ・・・ジャンク first appeared on MadaMada.]]>
http://hightimes247.com/3874/feed 7
ステップで足踏み。 http://hightimes247.com/3872?utm_source=rss&utm_medium=rss&utm_campaign=%25e3%2582%25b9%25e3%2583%2586%25e3%2583%2583%25e3%2583%2597%25e3%2581%25a7%25e8%25b6%25b3%25e8%25b8%258f%25e3%2581%25bf%25e3%2580%2582 http://hightimes247.com/3872#comments Sun, 07 Aug 2011 05:37:56 +0000 http://hightimes247.com/topics なんということでしょう。ベースプレートからポッキリと折れていたチタンカラーのバックステップが、匠の手によって見事に新品と見まごう品へと生まれ変わったではありませんか。 といきたいところですが、世の中そんなに上手くはいきま...

The post ステップで足踏み。 first appeared on MadaMada.]]>
http://hightimes247.com/3872/feed 6
ガラス→ゴム http://hightimes247.com/3868?utm_source=rss&utm_medium=rss&utm_campaign=%25e3%2582%25ac%25e3%2583%25a9%25e3%2582%25b9%25e2%2586%2592%25e3%2582%25b4%25e3%2583%25a0 http://hightimes247.com/3868#comments Sat, 23 Jul 2011 03:24:36 +0000 http://hightimes247.com/topics オヤジ!ゴム一丁頼むよ。ヘイだんな!ところで、本日発売のガラスはよろしいんで?ガラスはもうイイんだよ。とりあえずゴムだ、ゴム。 ということで、タイヤ交換してきました。あぁ、3週間しか保たなかったよ(泣) サーキット走行時...

The post ガラス→ゴム first appeared on MadaMada.]]>
http://hightimes247.com/3868/feed 6
プチメンテからのプチカスタム http://hightimes247.com/3866?utm_source=rss&utm_medium=rss&utm_campaign=%25e3%2583%2597%25e3%2583%2581%25e3%2583%25a1%25e3%2583%25b3%25e3%2583%2586%25e3%2581%258b%25e3%2582%2589%25e3%2581%25ae%25e3%2583%2597%25e3%2583%2581%25e3%2582%25ab%25e3%2582%25b9%25e3%2582%25bf%25e3%2583%25a0 http://hightimes247.com/3866#comments Thu, 21 Jul 2011 08:59:04 +0000 http://hightimes247.com/topics 台風…関東は大した事なかったですね。午後からは青空も見えて、涼しくとても過ごしやすい一日。バイクのプチメンテにプチカスタムを3つばかし。 まずは、フロントブレーキのエア抜き最終確認。エアが抜けやすいようにリザ...

The post プチメンテからのプチカスタム first appeared on MadaMada.]]>
http://hightimes247.com/3866/feed 2
“おわりました” http://hightimes247.com/3865?utm_source=rss&utm_medium=rss&utm_campaign=%25e3%2581%258a%25e3%2582%258f%25e3%2582%258a%25e3%2581%25be%25e3%2581%2597%25e3%2581%259f http://hightimes247.com/3865#comments Mon, 18 Jul 2011 15:06:00 +0000 http://hightimes247.com/topics どうやら、台風はかなりのものらしい。ただし、木曜日には回復傾向で、ギリギリ降りださない曇天。降ったとしてもポツポツとタープで凌げる雨。そんな中でのキャリパーOHの仕上げ。そんな光景を想像してたけど、自分、超雨男だった(笑...

The post “おわりました” first appeared on MadaMada.]]>
http://hightimes247.com/3865/feed 4
“はじめました” http://hightimes247.com/3864?utm_source=rss&utm_medium=rss&utm_campaign=%25e3%2581%25af%25e3%2581%2598%25e3%2582%2581%25e3%2581%25be%25e3%2581%2597%25e3%2581%259f http://hightimes247.com/3864#comments Sun, 17 Jul 2011 13:42:22 +0000 http://hightimes247.com/topics 先日のキャリパー清掃後に動きが渋くなってたフロントホイール。今日の夕方、クルクル回るようになったー!!! す、すっごい回るよ!そりゃ回るよばかやろー。キャリパー付いてないんだもの。 世間が3連休で浮かれる中、日曜仕事後の...

The post “はじめました” first appeared on MadaMada.]]>
http://hightimes247.com/3864/feed 4
ん~イマイチ http://hightimes247.com/3863?utm_source=rss&utm_medium=rss&utm_campaign=%25e3%2582%2593%25ef%25bd%259e%25e3%2582%25a4%25e3%2583%259e%25e3%2582%25a4%25e3%2583%2581 http://hightimes247.com/3863#respond Sat, 16 Jul 2011 12:06:32 +0000 http://hightimes247.com/topics さて、もうそろそろオイル交換かな。と、㊙メンテファイルを開いてみたところ、前回のオイル交換から3031kmでした。31kmオーバーだけど、なかなかいい勘。 オイルって銘柄や使用状況によって変化の度合いに違いはあれど、徐々...

The post ん~イマイチ first appeared on MadaMada.]]>
http://hightimes247.com/3863/feed 0