<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MS Flight Simulator &#8211; Macな暮らし</title>
	<atom:link href="https://polo-web.com/category/ms-flight-simulator/feed/" rel="self" type="application/rss+xml" />
	<link>https://polo-web.com</link>
	<description></description>
	<lastBuildDate>Wed, 25 Feb 2026 23:47:27 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://polo-web.com/wp-content/uploads/2025/03/site-icon-150x150.png</url>
	<title>MS Flight Simulator &#8211; Macな暮らし</title>
	<link>https://polo-web.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>MobiflightとWASMモジュールを使用して点滅LEDを作成する方法</title>
		<link>https://polo-web.com/how-to-create-a-blinking-led-using-mobiflight-and-the-wasm-module/</link>
		
		<dc:creator><![CDATA[polo-web]]></dc:creator>
		<pubDate>Sun, 31 Aug 2025 01:54:31 +0000</pubDate>
				<category><![CDATA[MS Flight Simulator]]></category>
		<guid isPermaLink="false">https://polo-web.com/?p=15086</guid>

					<description><![CDATA[今回の開発環境 Window 11 MobiFlightバージョン9.3.2 Mega 2560 Arduino互換ボード パーキングブレーキがオンの状態で …]]></description>
										<content:encoded><![CDATA[
<div class="box27"><span class="box-title">今回の開発環境</span>
Window 11<br>
MobiFlightバージョン9.3.2<br>
Mega 2560 Arduino互換ボード
</div>



<figure class="wp-block-embed is-type-rich"><div class="wp-block-embed__wrapper">
		<div class="ystdb-card is-horizon" >
			<div class="ystdb-card__container is-horizon has-image-align-">
									<figure class="ystdb-card__image is-fit is-size--normal">
						<img decoding="async" src="https://opengraph.githubassets.com/b9dcd6b759279b73819ffde2491ffceeeea48d25cbb223974ae3c447f0e50d4f/MobiFlight/MobiFlight-Connector" alt="">					</figure>
								<div class="ystdb-card__text">
					<div class="ystdb-card__title">
						<a class="ystdb-card__link" href="https://github.com/MobiFlight/MobiFlight-Connector/wiki/MSFS2020-How-to-Create-a-Blinking-LED-configuration">MSFS2020 How to Create a Blinking LED configuration · MobiFlight/MobiFlight-Connector Wiki · GitHub</a>
					</div>
											<div class="ystdb-card__dscr">
							MobiFlight is an open source project that allows you to create your own home coc&hellip;						</div>
																<div class="ystdb-card__domain">github.com</div>
									</div>
			</div>
		</div>
		
</div></figure>



<p>パーキングブレーキがオンの状態で点滅するLEDを設定します。この手順は、Mobiflight、wasmモジュール、および少なくとも1つのLEDがボードに接続されていて、それをMobiflightモジュールで構成します。</p>



<h2 class="wp-block-heading"><a href="https://github.com/MobiFlight/MobiFlight-Connector/wiki/MSFS2020-How-to-Create-a-Blinking-LED-configuration#two-output-config-method"></a>2つのOutputを使った方式</h2>



<p><strong>１つはシミュレーターの時間変数を使用した出力構成を作成。</strong><br>この変数名を、出力構成ウィンドウの「変数」フィールドに入力します。この変数は、シミュレーターが開始してから経過した時間を秒単位で表示します。</p>



<p>この変数に整数演算を追加すると以下のようになり、毎秒0と1の交互の値を表示します。</p>



<p class="has-gray-2-background-color has-background"><span class="ystdb-inline--code-text">(E:SIMULATION TIME, second) 2 %</span></p>



<p>この構成は以下のマッピングだけで実際のLEDのピンとかの作成はしない。ここで作成したLED点滅はこれを指定すればどのLEDでも使えるようになる。</p>



<p>まずメインウインドウで以下を作成、名前は「Blnk1second」とする。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/3499cbc66aca3a68753a12c3a8d40785.png" alt="" class="wp-image-3482"/></figure>



<p>「Blnk1second」の右端のEditで下のように作成する。他の３つのタブでは何も設定しない。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-05-20.47.28.png" alt="" class="wp-image-3480"/></figure>



<p>LED点滅のための設定はこれだけで完了です。<br>後はこれを実際のLED（例えばパーキングブレーキ用のLED）でこの「Blnk1second」を指定するだけ。</p>



<h2 class="wp-block-heading">一般的なパーキングブレーキLEDの作成</h2>



<p>パーキングブレーキのLEDを作成しこれを点滅させる、他のLEDにすることもできます。</p>



<p>まずLEDモジュールを作成し、アップロードを実行する。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/Settings-2022-05-06-10.45.05.png" alt="" class="wp-image-3498"/></figure>



<p>ここでは名前を「ParkingBrake LED Lamp」とします。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/1fce92fac01ad0c7e8ae197bd43f290c.png" alt="" class="wp-image-3483"/></figure>



<p>ボードでLEDを使用するように[Display]タブを構成します。TestボタンでLEDが点灯するか確認。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-06-10.48.36.png" alt="" class="wp-image-3499"/></figure>



<p>「Sim Variable」タブで以下のように設定する。</p>



<p>Select Presetでは <span class="ystdb-inline--code-text">BRAKE PARKING INDICATOR</span> を指定します。</p>



<p>Show Preset Codeでは自動的に (A:BRAKE PARKING INDICATOR,Bool) が入っているはずです。</p>



<p>この部分は、一般的なパーキングブレーキのLEDと同じです。これで、パーキングブレーキインジケーターでオンとオフを切り替えるLEDができました。</p>



<p>次に、More OptionsのTransformフィールドを使用して点滅機能を追加します。</p>



<p><span class="ystdb-inline--code-text">$*#</span></p>



<p>更にConfig References設定でAdd Referencesボタンをクリックし「Blink1second」を指定し、チェックマークを付けます。その構成参照（config ref）のプレースホルダー、この場合は「＃」記号になります。<br>この式の両方の変数は0または1のいずれかの値のみを取るため、2つを乗算すると、値も0（いずれかの変数が0に等しい場合）または1（両方の変数が1に等しい場合のみ）になります。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-05-20.55.28.png" alt="" class="wp-image-3484"/></figure>



<p>MF構成を保存します。パーキングブレーキがオンのとき、LEDは1秒に1回点滅します。</p>



<p>実際に点滅が始まるのは以下の画面になったときになる。但しMobiFlightのAutiRunが有効になっている必要がある。</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/Microsoft-Flight-Simulator-1.25.7.0-2022-05-05-21.04.41-1024x551.png" alt="" class="wp-image-3485"/></figure>



<p>この設定は以下の画面でも点滅を確認することができる。点滅が開始されると矢印の数値が1と0に交互に変化する。上のスタート画面になるまでは何の反応も無い。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/e86cdd8fea618b2f0028627b10f17162.png" alt="" class="wp-image-3486"/></figure>



<p>ここまでは実際に実行できることを確認している。以下の説明はチュートリアルサイトをそのまま載せただけで未確認です。</p>



<h2 class="wp-block-heading">複数のLED点滅を指定する</h2>



<p>この方法には、点滅出力構成が実際に点滅する変数とは別であるという便利さがある。そのため、必要に応じて、これを利用して点滅構成を他の複数の点滅出力でも以下のように設定して使用できるようになる。</p>



<figure class="wp-block-image"><img decoding="async" src="https://user-images.githubusercontent.com/86563553/126081046-c0853b98-a4ff-4519-a03c-2173455adc1f.png" alt="画像"/></figure>



<h2 class="wp-block-heading"><a href="https://github.com/MobiFlight/MobiFlight-Connector/wiki/MSFS2020-How-to-Create-a-Blinking-LED-configuration#alternate-method-using-one-output-configuration"></a>1つの出力構成を使用する代替方法</h2>



<p>同じ効果は、2つの変数とすべての計算を出力構成変数フィールドに移動することにより、1つの出力構成でのみ達成できます。構文は、イベント名がないことを除いて、他のWASMモジュールイベントスクリプトと同じです。前に説明したのと同じ数学演算が、次のステートメントを使用して1つの式に凝縮されます。</p>



<p class="has-gray-2-background-color has-background"><span class="ystdb-inline--code-text">(A:BRAKE PARKING INDICATOR,Bool) (E:SIMULATION TIME, second) 2 % *</span></p>



<figure class="wp-block-image"><img decoding="async" src="https://user-images.githubusercontent.com/86563553/126081082-1aa25313-8a5f-401b-9136-089cac5d3f67.png" alt="画像"/></figure>



<h2 class="wp-block-heading"><a href="https://github.com/MobiFlight/MobiFlight-Connector/wiki/MSFS2020-How-to-Create-a-Blinking-LED-configuration#possible-variations-for-other-use-cases"></a>他のユースケースで考えられるバリエーション</h2>



<p>このタイプの手法は、前提条件と式を変更して、LCD画面の値を点滅させたり、3ステートLEDインジケータ（OFF-ON-BLINK）を実装したりする場合に使用できます。</p>



<p>まばたきの頻度は、まばたきで使用される式を変更することによっても調整できます。たとえば、E：変数に2を掛けることで、頻度を1秒あたり2回に増やすことができます。</p>



<p class="has-gray-2-background-color has-background"><code><span class="ystdb-inline--code-text">(E:SIMULATION TIME, second) 2 * 2 %</span></code></p>



<p>逆に、変数を5ずつ下げることにより、頻度を5秒に1回に減らすことができます。</p>



<p class="has-gray-2-background-color has-background"><code><span class="ystdb-inline--code-text">(E:SIMULATION TIME, second) 5 / 2 %</span></code></p>



<p>これらのすべての例で、バイナリカウントを見てきました。ただし、このカウントは、モジュロ演算（％）で除算器を変更することにより、他のアプリケーションで変更できます。したがって、たとえば、毎秒0から5までのカウントは、次のように簡単にプログラムできます。</p>



<p class="has-gray-2-background-color has-background"><code><span class="ystdb-inline--code-text">(E:SIMULATION TIME, second) 6 %</span></code></p>



<p><span class="ystdb-inline--code-text">(A:BRAKE PARKING INDICATOR,Bool) (E:SIMULATION TIME, second) 2 % *</span></p>



<p>または2秒ごと：</p>



<p class="has-gray-2-background-color has-background"><code><span class="ystdb-inline--code-text">(E:SIMULATION TIME, second) 2 / 6 %</span></code></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MobiFlight｜FlyByWireA320NXによるVSの７セグメント表示</title>
		<link>https://polo-web.com/vs-7-segment-display-by-mobiflightflybywirea320nx/</link>
		
		<dc:creator><![CDATA[polo-web]]></dc:creator>
		<pubDate>Sun, 31 Aug 2025 05:10:52 +0000</pubDate>
				<category><![CDATA[MS Flight Simulator]]></category>
		<guid isPermaLink="false">https://polo-web.com/?p=15088</guid>

					<description><![CDATA[今回の開発環境 Window 11 MobiFlightバージョン9.3.2 Mega 2560 Arduino互換ボード この表示は単純では無い。そのまま …]]></description>
										<content:encoded><![CDATA[
<div class="box27"><span class="box-title"><font size="1">今回の開発環境</font></span>
Window 11<br>
MobiFlightバージョン9.3.2<br>
Mega 2560 Arduino互換ボード
</div>



<p>この表示は単純では無い。そのままMobiFlightで作成すると「-300」となり「0」が入らないとか、「-」の入れかたなど。</p>



<p><a href="https://github.com/Mobiflight/MobiFlight-Connector/wiki/Tutorial-for-Airbus-VS-display-via-7-Segment-LED-Module">https://github.com/Mobiflight/MobiFlight-Connector/wiki/Tutorial-for-Airbus-VS-display-via-7-Segment-LED-Module</a></p>



<h2 class="wp-block-heading">究極の目標</h2>



<p>ここでは、FBW（FlyByWire）A32NXプロジェクトのAirbusA320でのV/S値を表示するプロセスについて説明します。 <br>このチュートリアルに続いて、MobiFlight前提条件の使用法と、複数の値を1つのLEDモジュールに結合する方法を示します。</p>



<p>結果は次のようになります。実際の表示通りです。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/a22471cadf21ae05ca60f4e310b41597.png" alt="" class="wp-image-3551"/></figure>



<p>これは、複数のMobiFlightデータ要素を構成することによって実現されます。</p>



<ul class="wp-block-list">
<li>数値データを移動せずに表示値を否定する</li>



<li>10桁と1桁の小さなゼロ</li>



<li>V/Sが管理されている場合の適切な「ダッシュ」プレースホルダー</li>
</ul>



<h2 class="wp-block-heading"><a href="https://github.com/Mobiflight/MobiFlight-Connector/wiki/Tutorial-for-Airbus-VS-display-via-7-Segment-LED-Module#prerequisites"></a>前提条件</h2>



<p>このチュートリアルは、MobiFlightがすでに機能していて、<a href="https://github.com/MobiFlight/MobiFlight-Connector/wiki/Example-7-segment-display">Example 7 segment display</a>&nbsp;の例を実行していることを前提としています。</p>



<p>必要なハードウェア：</p>



<ul class="wp-block-list">
<li>7セグメントLEDモジュール</li>



<li>MobiFlightがサポートするArduino</li>
</ul>



<p>ソフトウェア：</p>



<ul class="wp-block-list">
<li>Microsoft Flight Simulator 2020</li>



<li>FlyByWire Simulators A32NX Mod</li>
</ul>



<h2 class="wp-block-heading"><a href="https://github.com/Mobiflight/MobiFlight-Connector/wiki/Tutorial-for-Airbus-VS-display-via-7-Segment-LED-Module#data-elements-to-be-used"></a>使用するデータ要素</h2>



<p>コンポジットディスプレイを作成するために必要なデータ要素は次のとおりです。 それぞれについては、以下の実装セクションで詳しく説明します。 同じLEDモジュール内の特定のLED文字にさまざまなデータソースを配置します。</p>



<figure class="wp-block-table"><table><thead><tr><th>Logical Element</th><th>SimConnect Variable</th><th>Transform</th><th>Comparison Settings</th><th>Usage</th><th>LED Range</th><th>Precondition</th></tr></thead><tbody><tr><td>V/S Rate</td><td>(L:A32NX_AUTOPILOT_VS_SELECTED)</td><td>Abs($/100)</td><td></td><td>Sim value for V/S</td><td>2-3</td><td>V/S is Managed = 0</td></tr><tr><td>V/S Rate (Dashes)</td><td></td><td></td><td>Literal &#8220;&#8211;&#8220;</td><td>Sim value for V/S</td><td>2-3</td><td>V/S is Managed = 1</td></tr><tr><td>V/S Small Zeros</td><td></td><td></td><td>Literal &#8220;oo&#8221;</td><td>Two lower case o&#8217;s (not zeros)</td><td>4-5</td><td>V/S is Managed = 0</td></tr><tr><td>V/S Small Zeros (Dashes)</td><td></td><td></td><td>Literal &#8220;&#8211;&#8220;</td><td>Placeholder when V/S is Managed</td><td>4-5</td><td>V/S is Managed = 1</td></tr><tr><td>V/S Sign</td><td></td><td></td><td>Conditional literal &#8220;-&#8220;</td><td>Indicates when a V/S rate is negative</td><td>1</td><td>V/S is Managed = 0</td></tr><tr><td>V/S Sign (Dashes)</td><td></td><td></td><td>Literal &#8220;-&#8220;</td><td>Placeholder when V/S is Managed</td><td>1</td><td>V/S is Managed = 1</td></tr><tr><td>V/S is Managed</td><td>(L:A32NX_FCU_VS_MANAGED)</td><td></td><td></td><td>Indicates is the FCU is managing our V/S</td><td></td><td></td></tr></tbody></table></figure>



<p>重要：MobiFlightの前提条件の動作により、すべての文字にダッシュプレースホルダー（ &#8220;&#8212;&#8212;&#8220;）の単一のインスタンスを使用することはできません。 LEDの範囲ごとに値/プレースホルダーのペアが必要です（つまり、「V/S Rate：V/Sレート」と「V/Sレート（ダッシュ）」）</p>



<h1 class="wp-block-heading"><a href="https://github.com/Mobiflight/MobiFlight-Connector/wiki/Tutorial-for-Airbus-VS-display-via-7-Segment-LED-Module#implementation"></a>実装</h1>



<p>まず、以下の赤枠を新規に作成する。V/Sの７セグメント表示だけでこれだけ必要になる。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/FlyByWire-A320neo-Autopilot-panel.mcc-MobiFlight-Connector-9.3.2-2022-05-15-16.50.50.png" alt="" class="wp-image-3895"/></figure>



<p>まず、７セグメントモジュールが構成されていることを確認します。 これには、メインウインドウの[MobiFlight Modulesをクリック。 <br>この例では、「VS7seg Display」という名前を使用します。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/Settings-2022-05-06-13.09.39.png" alt="" class="wp-image-3518"/></figure>



<h2 class="wp-block-heading"><a href="https://github.com/Mobiflight/MobiFlight-Connector/wiki/Tutorial-for-Airbus-VS-display-via-7-Segment-LED-Module#vs-rate"></a>V/S Rate</h2>



<p>「Output」のマッピングを「V/S Rate」として作成、右のEditボタンでマッピング開始。</p>



<p>「V/S Rate」という名前で新しいマッピングを作成します。<br>上記の表（使用するデータ要素）に従って、「(L:A32NX_AUTOPILOT_VS_SELECTED)」のSimConnect変数を使用。 値は常に数百で表されるため、値を100で割って、シムの10と1の値を無視します。さらに、MobiFlightは基になる値を右にシフトするため、手動で独自の符号値を指定します。 負の符号に対応するためのディスプレイ。 したがって、 Abs($/100)の変換を含めます。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/f8875df5129f9803282ceebfab193bc6.png" alt="" class="wp-image-3537"/></figure>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-06-13.19.37.png" alt="" class="wp-image-3520"/></figure>



<p>ここで、前に作成した７セグメントモジュールを指定し、適切な範囲を指定します。必ず、「Use Left Padding」を値「0」でチェックしてください（これにより、値2は02として変換表示されます） ：</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-06-15.11.52.png" alt="" class="wp-image-3535"/></figure>



<p>Testボタンで、ディスプレイが機能していることを確認することができます。ディスプレイには４桁と３桁が表示され、この時点ではまだマイナス記号は表示されません。08となっているがテストボタンでは12と表示される。 この数値は実際にMSFS2020を起動して数値を08にした場合になります。</p>



<figure class="wp-block-image"><img decoding="async" src="https://user-images.githubusercontent.com/2242776/127075634-2aed0e7c-4752-453e-b8a6-371319a96fdf.png" alt="image"/></figure>



<h2 class="wp-block-heading"><a href="https://github.com/Mobiflight/MobiFlight-Connector/wiki/Tutorial-for-Airbus-VS-display-via-7-Segment-LED-Module#vs-negative-sign"></a>V/S Sign（V/S負符号）</h2>



<p>次に、「V/S Sign」という名前で新しいマッピングを作成します。 このマッピングには、SimConnect &#8220;(L:A32NX_AUTOPILOT_VS_SELECTED)&#8221;をもう一度使用します。 [Compare]タブで、値がゼロ未満の場合は負の符号を表示します。それ以外の場合は、引用符なしの1つのスペース&#8221;&#8221;の空白の文字列値を表示します。 （次のスクリーンショットでは、カーソルの直前の[else set to]フィールドに空白が入力されていることがわかります）</p>



<p>注意！：else set it toのところは必ず空白（半角スペース）を入れること。これで7セグが何も表示しない設定になる。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/66b5ec266c8780fe4c6a4bc4d9ff9e4f.png" alt="" class="wp-image-3541"/></figure>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-06-13.40.42.png" alt="" class="wp-image-3525"/></figure>



<p>[Display]タブで、位置に数字1を指定します。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-06-13.43.18.png" alt="" class="wp-image-3526"/></figure>



<p>&nbsp;</p>



<p>これで、シム内でV / Sレートを負の値に変更したときに、位置1に負の符号が適切に表示されることをテストできます。</p>



<p>しかしTestボタンを使っても上の設定で１を指定しているので１としか表示されない。これは実際にMSFS2020を起動して４桁目があ０になる必要があるので、Testボタンでは確認する方法は無い、そのまま進める。</p>



<p><img decoding="async" src="https://user-images.githubusercontent.com/2242776/127075512-344b0c27-7c24-4934-af0e-598ed590dfa7.png" alt="image"></p>



<h2 class="wp-block-heading"><a href="https://github.com/Mobiflight/MobiFlight-Connector/wiki/Tutorial-for-Airbus-VS-display-via-7-Segment-LED-Module#small-zeros"></a>VS Small Zeros（小さなゼロ）</h2>



<p>これは簡単なものです。 新しいマッピング「V/S Small Zeros」を作成し、変数タイプとしてSimConnectを選択しますが、リテラル値を表示するため、変数を指定しないでください。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/c868e052f4152862e63474d3f65993e0.png" alt="" class="wp-image-3542"/></figure>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-06-16.02.34.png" alt="" class="wp-image-3543"/></figure>



<p> [Compare]タブで、[if current value is]がゼロに等しい場合（この場合は常にtrue）、[比較設定 set it to]を変更して「oo」（アルファベットから2つの小文字のo文字）を入力します。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-06-14.12.11.png" alt="" class="wp-image-3528"/></figure>



<p>次に、[表示]タブに移動し、位置を4および5として指定します：</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-06-14.13.48.png" alt="" class="wp-image-3529"/></figure>



<p>この時点で、構成を実行し、シム内で負のV/S値を設定すると、次のように表示されます：</p>



<p>ここでもTestボタンを押しても下２桁で12としか表示されない。</p>



<figure class="wp-block-image"><img decoding="async" src="https://user-images.githubusercontent.com/2242776/127076066-ab9af7c5-78cd-49aa-87ff-978c51a4d6c8.png" alt="image"/></figure>



<h2 class="wp-block-heading"><a href="https://github.com/Mobiflight/MobiFlight-Connector/wiki/Tutorial-for-Airbus-VS-display-via-7-Segment-LED-Module#managed-vs"></a>VS is Managed</h2>



<p>もうすぐです！ ここで、V / Sが管理されている場合は、表示されている値をダッシュに置き換えます。 注：すべてのLED文字位置を同時に置き換えることはできません。 これは、フィールドグループ1、2-3、4-5ごとに管理モードと非管理モードを「ペアリング」する方法で実行する必要があります。</p>



<p>まず、マッピングを作成して、V/Sが管理されているかどうかを判断します。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/52979f8abc9fe0a00256d8da38ea3bbd.png" alt="" class="wp-image-3532"/></figure>



<p> 「(L:A32NX_FCU_VS_MANAGED)」のSimConnect変数を使用して、「VS is Managed」構成を作成します。</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-15-15.58.38.png" alt="" class="wp-image-3878"/></figure>
</div>


<p>これで、これを使用して前提条件を（ペアで）作成し、マネージドモードで各フィールドグループを文字通りのダッシュで交換できます。 フィールドの1つであるV/Sレート（文字2〜3）についてこれを説明します。</p>



<p>「V/S Rate」マッピングを編集し、「V/S is Managed」が0に等しい場合にのみマッピングを処理するための前提条件を追加します。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/f8875df5129f9803282ceebfab193bc6.png" alt="" class="wp-image-3537"/></figure>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-06-16.12.00.png" alt="" class="wp-image-3544"/></figure>
</div>


<p>このルールの前提条件を定義します。 前提条件がtrueの場合にのみ、現在の構成が適用されます。 これは便利です。 マルチラジオ用。</p>



<p>ここで、リテラルの「-」値とペアにします（置き換えるフィールドは2桁の長さであるため、2つのダッシュ）。 上記と同じ「比較」トリック（小さなゼロの場合）を使用して、変数が指定されていないSimConnectタイプの新しいマッピング「V/S Rate (Dashes)」を作成し、2つのダッシュを表示します。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ee95d99cd6117e070b0101d31911f75a.png" alt="" class="wp-image-3545"/></figure>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-06-16.18.46.png" alt="" class="wp-image-3546"/></figure>
</div>


<p>[表示]タブで、値を「ペアリング」しているのと同じ表示フィールドを選択します。</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-06-16.21.03.png" alt="" class="wp-image-3547"/></figure>
</div>


<p>次に、[前提条件]タブで、この構成が「V/Sが管理されている」が1に等しい場合にのみ評価されることを示します。</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-06-16.22.54.png" alt="" class="wp-image-3548"/></figure>
</div>


<p>これは、V / Sレートが管理モードのときに、V / Sレートフィールド（数字2〜3）がダッシュに正しく置き換えられていることをテストする良い機会です。</p>



<figure class="wp-block-image"><img decoding="async" src="https://user-images.githubusercontent.com/2242776/127077111-b0b38b7a-e027-409a-9652-66ba30379eaa.png" alt="image"/></figure>



<h2 class="wp-block-heading">残りのプレースホルダー（Placeholders）を完成させる</h2>



<p>後残りはV/S Small Zeros (Dahes)とV/S Sign (Dahes)の２つがある。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/FlyByWire-A320neo-Autopilot-panel.mcc-MobiFlight-Connector-9.3.2-2022-05-15-16.33.22.png" alt="" class="wp-image-3880"/></figure>


<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-15-16.35.55.png" alt="" class="wp-image-3882"/><figcaption class="wp-element-caption">何も設定しない</figcaption></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-15-16.37.14-1.png" alt="" class="wp-image-3884"/><figcaption class="wp-element-caption">小さい０は２つあるのでダッシュも２つ入れる</figcaption></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-15-16.41.19.png" alt="" class="wp-image-3886"/></figure>
</div>


<p>ダッシュが表示されるのはV/S is Managedが１のときだから１を指定する。</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-15-16.42.11.png" alt="" class="wp-image-3887"/></figure>
</div>


<p>最後にV/S Sign (Dashes)を作成</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/FlyByWire-A320neo-Autopilot-panel.mcc-MobiFlight-Connector-9.3.2-2022-05-15-16.34.18.png" alt="" class="wp-image-3881"/></figure>


<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-15-16.35.55.png" alt="" class="wp-image-3882"/><figcaption class="wp-element-caption">何も設定しない</figcaption></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-15-16.45.37.png" alt="" class="wp-image-3889"/><figcaption class="wp-element-caption">負のサインは１つだけなのでダッシュも１つ入れる</figcaption></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-15-16.47.03.png" alt="" class="wp-image-3892"/></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-15-16.47.56.png" alt="" class="wp-image-3893"/><figcaption class="wp-element-caption">ダッシュが表示されるのはV/S is Managedが１のときだから１を指定する。</figcaption></figure>
</div>


<p>プロセスが完了すると、正の上昇率のプラス記号を除いて、シムに正確にマップするV / Sインジケーターが表示されます（プラス記号は通常の7セグメントLEDディスプレイでは表示できません）。 </p>



<p>以上で完成です。</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MobiFlight｜A320neo HDG 7セグメントのダッシュ（ーーー）表示</title>
		<link>https://polo-web.com/mobiflighta320neo-hdg-7-segment-dash-display/</link>
		
		<dc:creator><![CDATA[polo-web]]></dc:creator>
		<pubDate>Sun, 31 Aug 2025 05:18:57 +0000</pubDate>
				<category><![CDATA[MS Flight Simulator]]></category>
		<guid isPermaLink="false">https://polo-web.com/?p=15090</guid>

					<description><![CDATA[今回の開発環境 Window 11 MobiFlightバージョン9.3.2 Mega 2560 Arduino互換ボード MobiFlightが起動と同時 …]]></description>
										<content:encoded><![CDATA[
<div class="box27"><span class="box-title"><font size="1">今回の開発環境</font></span>
Window 11<br>
MobiFlightバージョン9.3.2<br>
Mega 2560 Arduino互換ボード
</div>



<p>MobiFlightが起動と同時に7セグメントが000で点灯、フライト準備完了で&#8212;3点ダッシュ表示となる。MSFS200が完全起動するとフライトプランを設定していると&#8212;3点ダッシュ、何も設定していないとその時のヘディング方位の数値が表示される。</p>


<div class="wp-block-image">
<figure class="alignleft size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/Microsoft-Flight-Simulator-1.25.7.0-2022-05-09-12.07.55.png" alt="" class="wp-image-3667"/></figure>
</div>


<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/Microsoft-Flight-Simulator-1.25.7.0-2022-05-09-12.08.55.png" alt="" class="wp-image-3668"/></figure>



<p>Outputタブで３つのマッピングを作成する必要がある。</p>



<ul class="wp-block-list">
<li><strong>HDG ７セグメント表示</strong></li>



<li><strong>HDG is Managed</strong></li>



<li><strong>HDG Rate (Dashes)</strong></li>
</ul>



<p>中央の「HDG is Managed」は上下のマッピングを切り替える役目がある。</p>



<p>下の画像で左端に赤丸！が表示されているが、これは正常、管理モード（上矢印をクリックしたとき）に出る。逆にセレクトモードになったときは、HDG Rate (Dashes)の方に赤丸！が出る。どちらが選択されたかを示しているのだと思う。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/3ff5c9053d82c31f607edb26b732a0e7.png" alt="" class="wp-image-3641"/></figure>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/Settings-2022-05-09-09.05.37.png" alt="" class="wp-image-3640"/></figure>



<h3 class="wp-block-heading">HDG is Managed</h3>



<p>ここは「Sim Vriable」タブで管理者モードか、セレクトモードかを判別するデータを取得するだけである。「Select Preet」で (A:AUTOPILOT HEADING SLOT INDEX, Number) を選択するだけ、他は何も設定しない。<br>管理者モードなら下のように「2」と表示される。セレクトモードなら「1」になる。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/1d4f0ff11ad36fe62ff210914c280650.png" alt="" class="wp-image-3654"/></figure>


<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-09.33.19.png" alt="" class="wp-image-3649"/><figcaption class="wp-element-caption">(A:AUTOPILOT HEADING SLOT INDEX, Number)を選択するだけ</figcaption></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-09.34.20.png" alt="" class="wp-image-3650"/><figcaption class="wp-element-caption">何も設定しない</figcaption></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-12.37.25.png" alt="" class="wp-image-3670"/><figcaption class="wp-element-caption">何も設定しない</figcaption></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-09.35.29.png" alt="" class="wp-image-3652"/><figcaption class="wp-element-caption">何も設定しない</figcaption></figure>
</div>


<h3 class="wp-block-heading">HDG ７セグメント表示</h3>



<p>セレクトモード「1」が出力された場合、この設定を実行する。</p>


<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-09.13.59.png" alt="" class="wp-image-3642"/><figcaption class="wp-element-caption">AUTOPILOT HEADING LOCK DIRとRound($0)これで四捨五入</figcaption></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-09.15.36.png" alt="" class="wp-image-3643"/><figcaption class="wp-element-caption">設定は何も無い</figcaption></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-08-16.52.31.png" alt="" class="wp-image-3634"/><figcaption class="wp-element-caption">HDG 7eg Displayを選択</figcaption></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-08-16.53.23.png" alt="" class="wp-image-3635"/><figcaption class="wp-element-caption">HDG is Managedを選択</figcaption></figure>
</div>


<h3 class="wp-block-heading">HDG Rate (Dases)</h3>



<p>セレクトモード「2」が出力された場合、この設定を実行する。</p>


<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-09.25.36.png" alt="" class="wp-image-3644"/><figcaption class="wp-element-caption">何も設定しない</figcaption></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-09.26.42.png" alt="" class="wp-image-3645"/><figcaption class="wp-element-caption">２より小さくなったら３つのダッシュを表示する</figcaption></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-09.28.42.png" alt="" class="wp-image-3646"/><figcaption class="wp-element-caption">HDG ７セグメントを指定</figcaption></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-09.30.04.png" alt="" class="wp-image-3647"/><figcaption class="wp-element-caption">HDG is Managedを指定して「2」を入れる</figcaption></figure>
</div>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MobiFlight｜A320neo SPD 7セグメントのダッシュ（ーーー）表示</title>
		<link>https://polo-web.com/mobiflighta320neo-spd-7-segment-dash-display/</link>
		
		<dc:creator><![CDATA[polo-web]]></dc:creator>
		<pubDate>Wed, 03 Sep 2025 06:50:26 +0000</pubDate>
				<category><![CDATA[MS Flight Simulator]]></category>
		<guid isPermaLink="false">https://polo-web.com/?p=15180</guid>

					<description><![CDATA[今回の開発環境 Window 11 MobiFlightバージョン9.3.2 Mega 2560 Arduino互換ボード MobiFlightが起動と同時 …]]></description>
										<content:encoded><![CDATA[
<div class="box27"><span class="box-title"><font size="1">今回の開発環境</font></span>
Window 11<br>
MobiFlightバージョン9.3.2<br>
Mega 2560 Arduino互換ボード
</div>



<p>MobiFlightが起動と同時に7セグメントが000で点灯、フライト準備完了で&#8212;3点ダッシュ表示となる。MSFS200が完全起動するとフライトプランを設定していると&#8212;3点ダッシュ、何も設定していないとその時のヘディング方位の数値が表示される。</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/Microsoft-Flight-Simulator-1.25.7.0-2022-05-09-13.27.45.png" alt="" class="wp-image-3683" style="width:138px;height:55px"/></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/Microsoft-Flight-Simulator-1.25.7.0-2022-05-09-13.28.54.png" alt="" class="wp-image-3684"/></figure>
</div>


<p>Outputタブで３つのマッピングを作成する必要がある。</p>



<ul class="wp-block-list">
<li><strong>SPD ７セグメント表示</strong></li>



<li><strong><strong>SPD</strong> is Managed</strong></li>



<li><strong>SPD Rate (Dashes)</strong></li>
</ul>



<p>中央の「SPD is Managed」は上下のマッピングを切り替える役目がある。</p>



<p>下の画像で左端に赤丸！が表示されているが、これは正常、管理モード（上矢印をクリックしたとき）に出る。逆にセレクトモードになったときは、SPD Rate (Dashes)の方に赤丸！が出る。どちらが選択されたかを示しているのだと思う。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/7b9081915966c3170d97304bc707d878.png" alt="" class="wp-image-3673"/></figure>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/Settings-2022-05-09-13.13.14.png" alt="" class="wp-image-3674"/></figure>



<h3 class="wp-block-heading">SPD is Managed</h3>



<p>ここは「Sim Vriable」タブで管理者モードか、セレクトモードかを判別するデータを取得するだけである。「Select Preet」で (A:AUTOPILOT HEADING SLOT INDEX, Number) を選択するだけ、他は何も設定しない。<br>管理者モードなら下のように「1」と表示される。セレクトモードなら「2」になる。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/5e960c3224744310a0355ed13451da75-1.png" alt="" class="wp-image-3676"/></figure>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-13.16.06.png" alt="" class="wp-image-3677"/><figcaption class="wp-element-caption">(A:AUTOPILOT HEADING SLOT INDEX, Number)を選択するだけ</figcaption></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-09.34.20.png" alt="" class="wp-image-3650"/><figcaption class="wp-element-caption">何も設定しない</figcaption></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-09.35.05.png" alt="" class="wp-image-3651"/><figcaption class="wp-element-caption">何も設定しない（ちょっと画面が違うが何もしないで良い）</figcaption></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-09.35.29.png" alt="" class="wp-image-3652"/><figcaption class="wp-element-caption">何も設定しない</figcaption></figure>
</div>


<h3 class="wp-block-heading">SPD ７セグメント表示</h3>



<p>セレクトモード「1」が出力された場合、この設定を実行する。</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-13.17.54.png" alt="" class="wp-image-3678"/><figcaption class="wp-element-caption">Round($0)これで四捨五入</figcaption></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-09.15.36.png" alt="" class="wp-image-3643"/><figcaption class="wp-element-caption">設定は何も無い</figcaption></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-13.18.44.png" alt="" class="wp-image-3679"/><figcaption class="wp-element-caption">SPD 7eg Displayを選択</figcaption></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-13.20.27.png" alt="" class="wp-image-3680"/><figcaption class="wp-element-caption">SPD is Managedを選択</figcaption></figure>
</div>


<h3 class="wp-block-heading">SPD Rate (Dases)</h3>



<p>セレクトモード「2」が出力された場合、この設定を実行する。</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-09.25.36.png" alt="" class="wp-image-3644"/><figcaption class="wp-element-caption">何も設定しない</figcaption></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-09.26.42.png" alt="" class="wp-image-3645"/><figcaption class="wp-element-caption">２より小さくなったら３つのダッシュを表示する</figcaption></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-13.26.04.png" alt="" class="wp-image-3681"/><figcaption class="wp-element-caption">HDG ７セグメントを指定</figcaption></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-13.26.32.png" alt="" class="wp-image-3682"/><figcaption class="wp-element-caption">SPD is Managedを指定して「2」を入れる</figcaption></figure>
</div>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MobiFlight｜A320neo SPD 7セグメントのダッシュ（ーーー）表示</title>
		<link>https://polo-web.com/mobiflighta320neo-spd-7-segment-dash-display-2/</link>
		
		<dc:creator><![CDATA[polo-web]]></dc:creator>
		<pubDate>Wed, 03 Sep 2025 06:54:55 +0000</pubDate>
				<category><![CDATA[MS Flight Simulator]]></category>
		<guid isPermaLink="false">https://polo-web.com/?p=15182</guid>

					<description><![CDATA[今回の開発環境 Window 11 MobiFlightバージョン9.3.2 Mega 2560 Arduino互換ボード MobiFlightが起動と同時 …]]></description>
										<content:encoded><![CDATA[
<div class="box27"><span class="box-title"><font size="1">今回の開発環境</font></span>
Window 11<br>
MobiFlightバージョン9.3.2<br>
Mega 2560 Arduino互換ボード
</div>



<p>MobiFlightが起動と同時に7セグメントが000で点灯、フライト準備完了で&#8212;3点ダッシュ表示となる。MSFS200が完全起動するとフライトプランを設定していると&#8212;3点ダッシュ、何も設定していないとその時のヘディング方位の数値が表示される。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/381229dfa54a0e6e64dcd0f14789205c.png" alt="" class="wp-image-3713"/></figure>



<p>Outputタブで３つのマッピングを作成する必要がある。</p>



<ul class="wp-block-list">
<li><strong>SPD ７セグメント表示</strong>（セレクトモード表示）</li>



<li><strong>SPD is Managed</strong>（どちらが現在のモードかを取得する）</li>



<li><strong>SPD Rate (Dashes)</strong>（管理モード表示）</li>
</ul>



<p>中央の「SPD is Managed」は上下のマッピングを切り替える役目がある。</p>



<p>下の画像で左端に赤丸！が表示されているが、これは正常、管理モード（上矢印をクリックしたとき）に出る。逆にセレクトモードになったときは、SPD Rate (Dashes)の方に赤丸！が出る。MSFS2020が起動中でどちらを選択したかを示している。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/2d214a8aa366f1104b2ed99ba87f81a0.png" alt="" class="wp-image-3699"/></figure>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/Settings-2022-05-09-15.33.24.png" alt="" class="wp-image-3701"/></figure>



<h3 class="wp-block-heading">SPD is Managed</h3>



<p>ここは「Sim Vriable」タブで管理者モードか、セレクトモードかを判別するデータを取得するだけである。「Select Preet」で (A:AUTOPILOT HEADING SLOT INDEX, Number) を選択するだけ、他は何も設定しない。<br>管理者モードなら下のように「2」と表示される。セレクトモードなら「1」になる。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/489d67b95cb64f9f834dd6cd37d4c0a4.png" alt="" class="wp-image-3702"/></figure>


<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-15.34.56.png" alt="" class="wp-image-3703"/><figcaption class="wp-element-caption">(A:AUTOPILOT SPEED SLOT INDEX, Number)を選択するだけ</figcaption></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-09.34.20.png" alt="" class="wp-image-3650"/><figcaption class="wp-element-caption">何も設定しない</figcaption></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-12.37.25.png" alt="" class="wp-image-3670"/><figcaption class="wp-element-caption">何も設定しない</figcaption></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-09.35.29.png" alt="" class="wp-image-3652"/><figcaption class="wp-element-caption">何も設定しない</figcaption></figure>
</div>


<h3 class="wp-block-heading">SPD ７セグメント表示</h3>



<p>セレクトモード「1」が出力された場合、この設定を実行する。</p>


<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-15.37.32.png" alt="" class="wp-image-3704"/><figcaption class="wp-element-caption">AUTOPILOT HEADING LOCK DIRとRound($0)これで四捨五入</figcaption></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-09.15.36.png" alt="" class="wp-image-3643"/><figcaption class="wp-element-caption">設定は何も無い</figcaption></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-15.38.24.png" alt="" class="wp-image-3705"/><figcaption class="wp-element-caption">SPD 7eg Displayを選択</figcaption></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-15.39.15.png" alt="" class="wp-image-3707"/><figcaption class="wp-element-caption">SPD is Managedを選択</figcaption></figure>
</div>


<h3 class="wp-block-heading">SPD Rate (Dases)</h3>



<p>セレクトモード「2」が出力された場合、この設定を実行する。</p>


<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-09.25.36.png" alt="" class="wp-image-3644"/><figcaption class="wp-element-caption">何も設定しない</figcaption></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-09.26.42.png" alt="" class="wp-image-3645"/><figcaption class="wp-element-caption">２より小さくなったら３つのダッシュを表示する</figcaption></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-15.42.18.png" alt="" class="wp-image-3709"/><figcaption class="wp-element-caption">SPD ７seg Displayを指定</figcaption></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-09-15.43.58.png" alt="" class="wp-image-3711"/><figcaption class="wp-element-caption">SPD is Managedを指定して「2」を入れる</figcaption></figure>
</div>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MobiFlight｜A320neo ALT 7セグメント表示</title>
		<link>https://polo-web.com/mobiflighta320neo-alt-7-segment-display/</link>
		
		<dc:creator><![CDATA[polo-web]]></dc:creator>
		<pubDate>Wed, 03 Sep 2025 06:57:56 +0000</pubDate>
				<category><![CDATA[MS Flight Simulator]]></category>
		<guid isPermaLink="false">https://polo-web.com/?p=15184</guid>

					<description><![CDATA[AUTOPILOT ALTITUDE LOCK VAR（セレクトモード状態では動作するが、管理モードになると動作しない）、そこで下のようにコードに「:3」と …]]></description>
										<content:encoded><![CDATA[
<p>AUTOPILOT ALTITUDE LOCK VAR（セレクトモード状態では動作するが、管理モードになると動作しない）、そこで下のようにコードに「:3」とインデックスを追加してやるとうまくどちらのモードでも動作するようになる。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/04725dcc7f615a153e98c39e77b9d6be.png" alt="" class="wp-image-3727"/></figure>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/Settings-2022-05-10-09.43.02.png" alt="" class="wp-image-3724"/></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-10-09.33.26.png" alt="" class="wp-image-3719"/><figcaption class="wp-element-caption">(A:AUTOPILOT ALTITUDE LOCK VAR:3.Feet)にする「:3」を追加するだけ</figcaption></figure>
</div>


<p>問題発生、高度を1000以下に下ときに00100で止まらなければいけないの、７セグは進んでしまい、マイナス表示になってしまう。例えば「0-100」のように。00100で止める方法を設定する必要がある。以下のように設定することで止めることができる。</p>


<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-10-10.20.04.png" alt="" class="wp-image-3730"/><figcaption class="wp-element-caption">00100になったらそれ以下にならないようにする設定</figcaption></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-10-09.34.34.png" alt="" class="wp-image-3721"/><figcaption class="wp-element-caption">Use Left Paddinにチェックを入れて0にする</figcaption></figure>
</div>

<div class="wp-block-image size-full">
<figure class="aligncenter"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-10-09.34.59.png" alt="" class="wp-image-3722"/><figcaption class="wp-element-caption">何も設定しない</figcaption></figure>
</div>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MobiFlight｜74HC165を使ってインプットのピンを増やす</title>
		<link>https://polo-web.com/increase-input-pins-using-mobiflight74hc165/</link>
		
		<dc:creator><![CDATA[polo-web]]></dc:creator>
		<pubDate>Tue, 09 Sep 2025 06:30:46 +0000</pubDate>
				<category><![CDATA[MS Flight Simulator]]></category>
		<guid isPermaLink="false">https://polo-web.com/?p=15344</guid>

					<description><![CDATA[Mobiflight 9.3 から inputにシフトレジスタ「74HC165」を使って、Arduinoの入力ポートを増やせるようになった。 入力シフトレジ …]]></description>
										<content:encoded><![CDATA[
<p>Mobiflight 9.3 から inputにシフトレジスタ「74HC165」を使って、Arduinoの入力ポートを増やせるようになった。</p>



<p>入力シフトレジスタを使用する(例:74HC165)</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/54a104fa1c58b9536fc326fcb9191e95-1.png" alt="" class="wp-image-4312"/></figure>



<p>ピンの配置</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/1452f3961970b90abaab95182ae662f6.png" alt="" class="wp-image-4313"/></figure>



<p>プルアップ抵抗を入れている。これによって安定した入力ができるようになる。ここではボタンを４つしか使っていないが、未使用のピンも空白にしないで抵抗を入れてピンの状態を安定させておく必要がある。<br>もしこのプルアップ抵抗（10kΩ）を入れないとチャタリング状態になり、スイッチを入れていないのの小刻みに動作したりするので必ず必要になる。</p>



<figure class="wp-block-image size-full"><a href="https://polo-web.com/WP/wp-content/uploads/2022/07/Notification_Center.png"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/07/Notification_Center.png" alt="" class="wp-image-5631"/></a></figure>



<p>Latch：SH/LD（74HC165の1番ピン）上図（Arduinoの13ピン）オレンジライン<br>Clock：CLK（74HC165の2番ピン）上図（Arduinoの12ピン）水色ライン<br>Data：QH（74HC165の9番ピン）上図（Arduinoの11ピン）ピンクライン</p>



<h2 class="wp-block-heading">実際にパーキングブレーキのオン・オフを実行してみる。</h2>



<p>InputShifterを追加、例としてピンは以下の設定で行っている。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/Settings-2022-05-31-15.03.17.png" alt="" class="wp-image-4303"/></figure>



<p>Inputsタブを選択して「74HC165_Input」を作成。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/FlyByWire-A320neo-Autopilot-panel.mcc-MobiFlight-Connector-9.4.0-2022-05-31-15.02.03.png" alt="" class="wp-image-4302"/></figure>



<p>以下は設定無し。</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/InputConfigWizard-2022-05-31-15.05.42.png" alt="" class="wp-image-4305" style="width:590px;height:260px"/></figure>
</div>


<p>以下は設定無し。</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/InputConfigWizard-2022-05-31-15.06.19.png" alt="" class="wp-image-4307"/></figure>
</div>


<p>ここでの設定のみ、Deviceを「InputShifter」の5番のスイッチを選択している。他の設定は以下の通り。</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/InputConfigWizard-2022-05-31-15.04.20.png" alt="" class="wp-image-4304"/></figure>
</div>


<p>これで問題なくパーキングのスイッチが5番のボタンをクリックするたびにトグルでオン・オフになる。</p>



<figure class="wp-block-embed is-type-rich"><div class="wp-block-embed__wrapper">
		<div class="ystdb-card is-horizon" >
			<div class="ystdb-card__container is-horizon has-image-align-">
									<figure class="ystdb-card__image is-fit is-size--normal">
						<img decoding="async" src="https://opengraph.githubassets.com/0a3e4681187fb7f4b522d57bf59b6e9e9553a9eea93dc625f4b246a4c82674b8/MobiFlight/MobiFlight-Connector" alt="">					</figure>
								<div class="ystdb-card__text">
					<div class="ystdb-card__title">
						<a class="ystdb-card__link" href="https://github.com/MobiFlight/MobiFlight-Connector/wiki/Adding-lots-of-buttons-with-an-input-shift-register">Adding lots of buttons with an input shift register · MobiFlight/MobiFlight-Connector Wiki · GitHub</a>
					</div>
											<div class="ystdb-card__dscr">
							MobiFlight is an open source project that allows you to create your own home coc&hellip;						</div>
																<div class="ystdb-card__domain">github.com</div>
									</div>
			</div>
		</div>
		
</div></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MobiFlight｜オン・オフデータの反転</title>
		<link>https://polo-web.com/mobiflight-on-off-data-flip/</link>
		
		<dc:creator><![CDATA[polo-web]]></dc:creator>
		<pubDate>Tue, 09 Sep 2025 06:34:08 +0000</pubDate>
				<category><![CDATA[MS Flight Simulator]]></category>
		<guid isPermaLink="false">https://polo-web.com/?p=15346</guid>

					<description><![CDATA[例えばパーキングブレーキのオン・オフでLEDの点灯を逆にしたい場合。 これでうまくいく。オン「1」のときオフ「0」に、それ以外つまり「0」のときは「1」にセ …]]></description>
										<content:encoded><![CDATA[
<p>例えばパーキングブレーキのオン・オフでLEDの点灯を逆にしたい場合。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/05/ConfigWizard-2022-05-23-11.31.50.png" alt="" class="wp-image-4245"/></figure>



<p>これでうまくいく。オン「1」のときオフ「0」に、それ以外つまり「0」のときは「1」にセットする。<br>比較を適用して現在の値を変更することで反転することができる。</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MobiFlight｜Megaボードを認識しなくなった場合</title>
		<link>https://polo-web.com/if-the-mobiflightmega-board-is-no-longer-recognized/</link>
		
		<dc:creator><![CDATA[polo-web]]></dc:creator>
		<pubDate>Tue, 09 Sep 2025 06:37:34 +0000</pubDate>
				<category><![CDATA[MS Flight Simulator]]></category>
		<guid isPermaLink="false">https://polo-web.com/?p=15348</guid>

					<description><![CDATA[他のプログラムをアップロードして、再度MobiFlightを起動した場合、メガボードを認識しなくなります。 メガボードを繋いだ状態でMobiFlightを起 …]]></description>
										<content:encoded><![CDATA[
<p>他のプログラムをアップロードして、再度MobiFlightを起動した場合、メガボードを認識しなくなります。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/06/Settings-2022-06-05-12.19.23.png" alt="" class="wp-image-4322"/></figure>



<p>メガボードを繋いだ状態でMobiFlightを起動すると以下のように「Unknown」となりボード自体の存在は認識されるようになる、後はそれがMega2560であることを認識させる必要があります。それには「Unknown」を選択して右クリックして「Update Firmware」を選択すると認識されるようになる。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/06/Snapshot-2022-06-05-12.26.43.png" alt="" class="wp-image-4324"/></figure>



<p>以下のように認識された。これでMegaボードを使えるようになる。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/06/Settings-2022-06-05-12.29.50.png" alt="" class="wp-image-4326"/></figure>



<p>以下の「Modules」にグリーンのチェックが入っていることを確認。MobiFlightの再起動が必要かも。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/06/FlyByWire-A320neo-Autopilot-panel.mcc-MobiFlight-Connector-9.4.0-2022-06-05-12.47.36.png" alt="" class="wp-image-4329"/></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>FlyByWire A32NX ｜日本の機体カラーリング（LIVERIES：塗装）</title>
		<link>https://polo-web.com/flybywire-a32nx-japanese-aircraft-livery-liveries/</link>
		
		<dc:creator><![CDATA[polo-web]]></dc:creator>
		<pubDate>Mon, 08 Sep 2025 02:55:24 +0000</pubDate>
				<category><![CDATA[MS Flight Simulator]]></category>
		<guid isPermaLink="false">https://polo-web.com/?p=15322</guid>

					<description><![CDATA[JAL ダウンロード先： インストール: フォルダをコミュニティ フォルダにドラッグ アンド ドロップするだけです。 ANA ダウンロード先： インストール …]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="1008" height="458" src="https://polo-web.com/wp-content/uploads/2025/09/post-id-15322.png" alt="" class="wp-image-15323" srcset="https://polo-web.com/wp-content/uploads/2025/09/post-id-15322.png 1008w, https://polo-web.com/wp-content/uploads/2025/09/post-id-15322-300x136.png 300w, https://polo-web.com/wp-content/uploads/2025/09/post-id-15322-768x349.png 768w" sizes="(max-width: 1008px) 100vw, 1008px" /></figure>



<h2 class="wp-block-heading">JAL</h2>



<p>ダウンロード先：</p>



<figure class="wp-block-embed is-type-rich"><div class="wp-block-embed__wrapper">
		<div class="ystdb-card is-horizon" >
			<div class="ystdb-card__container is-horizon has-image-align-">
									<figure class="ystdb-card__image is-fit is-size--normal">
						<img decoding="async" src="https://cdn.flightsim.to/images/24/a320-japan-airlines-5-1675799218-9QlDC.jpg" alt="">					</figure>
								<div class="ystdb-card__text">
					<div class="ystdb-card__title">
						<a class="ystdb-card__link" href="https://jp.flightsim.to/file/61/a320-japan-airlines">[A32NX] Japan Airlines JA320J [8K] Livery - MSFS Add-on - Flightsim.to</a>
					</div>
											<div class="ystdb-card__dscr">
							✓ For Microsoft Flight Simulator: Inspired and traced upon the real-life B737 JA&hellip;						</div>
																<div class="ystdb-card__domain">jp.flightsim.to</div>
									</div>
			</div>
		</div>
		
</div></figure>



<figure class="wp-block-image size-large"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/09/A32NX-Japan-Airlines-JA320J-8K-Microsoft-Flight-Simulator-Google-Chrome-2022-09-20-14.44.37-1024x628.png" alt="" class="wp-image-7153"/></figure>



<p>インストール: フォルダをコミュニティ フォルダにドラッグ アンド ドロップするだけです。</p>



<h2 class="wp-block-heading">ANA</h2>



<p>ダウンロード先：</p>



<figure class="wp-block-embed is-type-rich"><div class="wp-block-embed__wrapper">
		<div class="ystdb-card is-horizon" >
			<div class="ystdb-card__container is-horizon has-image-align-">
									<figure class="ystdb-card__image is-fit is-size--normal">
						<img decoding="async" src="https://cdn.flightsim.to/images/13/Td59mAx_.png" alt="">					</figure>
								<div class="ystdb-card__text">
					<div class="ystdb-card__title">
						<a class="ystdb-card__link" href="https://jp.flightsim.to/file/12510/fbw-a320neo-all-nippon-airways-ja219a-4k">[A32NX] FBW A320neo ANA All Nippon Airways JA219A(4K) - Sharklets Fixed - MSFS Add-on - Flightsim.to</a>
					</div>
											<div class="ystdb-card__dscr">
							✓ For Microsoft Flight Simulator: Enhance your experience with the [A32NX] FBW A&hellip;						</div>
																<div class="ystdb-card__domain">jp.flightsim.to</div>
									</div>
			</div>
		</div>
		
</div></figure>



<figure class="wp-block-image size-large"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/09/A32NX-FBW-A320neo-ANA-All-Nippon-Airways-JA219A4K-Sharklets-Fixed-Microsoft-Flight-Simulator-Google-Chrome-2022-09-20-14.47.26-1024x653.png" alt="" class="wp-image-7154"/></figure>



<h2 class="wp-block-heading">インストール方法</h2>



<p>インストール先：C:\Users\%USERNAME%\AppData\Local\Packages\ Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalCache\Packages\Community</p>



<p>ANAダウンロードフォルダ名：liveries_JA219A_FBWa320_1.45_ICFmMこの中にある「<strong>liveries_JA219A_FBWa320</strong>」を入れる</p>



<p>JALダウンロードフォルダ名：Miggle A32NX Japan Airlines 1.5_f1nuMこの中にある「<strong>a320-livery-JAL</strong>」を入れる。</p>



<p>以下が入れた状態、もしMSFS2020を起動していたら再起動する必要がある。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/09/Community-2022-09-20-14.38.00.png" alt="" class="wp-image-7152"/></figure>



<p><strong>FlyByWire Simulations A320neo</strong>で以下のように選択できるようになる。</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/09/Microsoft-Flight-Simulator-1.26.5.0-2022-09-20-15.10.47-1024x378.png" alt="" class="wp-image-7157"/></figure>



<h2 class="wp-block-heading">MSFSaddons.org からのダウンロード</h2>



<figure class="wp-block-embed is-type-rich"><div class="wp-block-embed__wrapper">
<a class="ystdb-card__text-link" href="https://www.msfsaddons.org/" >https://www.msfsaddons.org/</a>
</div></figure>



<figure class="wp-block-image size-large"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/09/MSFS-Addons-MSFSaddons.org-Google-Chrome-2022-09-20-14.57.22-1024x484.png" alt="" class="wp-image-7155"/></figure>



<p>ここから入るようだが日本の機体があるのかわかりません。</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://polo-web.com/WP/wp-content/uploads/2022/09/052d02b8941ad66e2ce9269816ca8593-1024x336.png" alt="" class="wp-image-7156"/></figure>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
