<?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>IoT関連 &#8211; EXPERTGIG</title>
	<atom:link href="https://expertgig.jp/category/iot/feed/" rel="self" type="application/rss+xml" />
	<link>https://expertgig.jp</link>
	<description>工場IoT に特化したシステム開発</description>
	<lastBuildDate>Mon, 06 Apr 2026 04:38:20 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>MZ-80K/C で micro SDから mzt を読み込む基板の改善</title>
		<link>https://expertgig.jp/2026/03/29/mz-80k-c-%e3%81%a7-micro-sd%e3%81%8b%e3%82%89-mzt-%e3%82%92%e8%aa%ad%e3%81%bf%e8%be%bc%e3%82%80%e5%9f%ba%e6%9d%bf%e3%81%ae%e6%94%b9%e5%96%84/</link>
					<comments>https://expertgig.jp/2026/03/29/mz-80k-c-%e3%81%a7-micro-sd%e3%81%8b%e3%82%89-mzt-%e3%82%92%e8%aa%ad%e3%81%bf%e8%be%bc%e3%82%80%e5%9f%ba%e6%9d%bf%e3%81%ae%e6%94%b9%e5%96%84/#respond</comments>
		
		<dc:creator><![CDATA[Ariyuki Tano]]></dc:creator>
		<pubDate>Sun, 29 Mar 2026 08:02:20 +0000</pubDate>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[マイコン]]></category>
		<category><![CDATA[情報発信基地]]></category>
		<category><![CDATA[arduino pro]]></category>
		<category><![CDATA[MZ-80]]></category>
		<category><![CDATA[SD-CARD]]></category>
		<guid isPermaLink="false">https://expertgig.jp/?p=6241</guid>

					<description><![CDATA[MZ-80K向けに開発したプログラムを実機で試すには、それなりに手間がかかります。そんな悩みを持つ同志の手によって、micro-SDからmztファイルの読み込みを可能にするという夢のような基板を Git にて公開されてい [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>MZ-80K向けに開発したプログラムを実機で試すには、それなりに手間がかかります。そんな悩みを持つ同志の手によって、micro-SDからmztファイルの読み込みを可能にするという夢のような基板を Git にて公開されている。</p>



<p><a href="https://github.com/yanataka60/MZ80K_SD">GitHub &#8211; yanataka60/MZ80K_SD: MZ-80KシリーズでSD-CARDからのアプリケーション起動、BASICなどのアプリケーションからSD-CARDへのロード、セーブを実現するものです · GitHub</a></p>



<p></p>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="768" height="1024" data-id="6245" src="https://expertgig.jp/wp/wp-content/uploads/2026/03/15026-768x1024.jpg" alt="" class="wp-image-6245" srcset="https://expertgig.jp/wp/wp-content/uploads/2026/03/15026-768x1024.jpg 768w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15026-225x300.jpg 225w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15026-1152x1536.jpg 1152w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15026-1536x2048.jpg 1536w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15026-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /></figure>
</figure>



<p>これに基づいて、製作された基板を手に入れて、MZ-80Kで試したのだが、FDLコマンドによる ファイルリストの表示が途中でとまってしまったり、FDでファイル名指定で読み込み開始までこぎつけても途中で通信エラーになってしまったりで、一度も成功しませんでした。</p>



<p>一方、同志によるMZ-700向けやPC-8001向けの基板はすんなり動いていますので、この基板固有の何か問題があるんだろうなと思って、Arduino pro や micro-SD ユニットなどを疑って、交換してみたものの、逆に症状が悪化したりしていました。</p>



<p>しまいには、Arduino pro の プログラムソースを書き換えて、通信速度を落としたりもしたのですが、ダメでした。</p>



<p>そこで、こうなったらできることはすべてやってみるかということで、ロジックIC  74LS30と 74LS04 について、調べたところ、74HCT シリーズのほうが出力波形が綺麗であるという情報があったので、74LS30, 74LS04 の代わりに 74HCT30, 74HCT04 を購入して、差し替えたら、なんと一発でエラー解消。</p>



<p>MZ-80K2、MZ-80C、MZ-80K2E を所有していまして、どれも同じ症状でしたらので、MZの個体の問題ではないと思いますので、MZ-80K/Cシリーズでは、ノイズの話や通信制御の能力という点で結構きわどいのか? その辺はよくわかりません。</p>



<p class="has-medium-font-size">もし同様の悩みを持っている、またはこれから基板作成に挑戦するという方はぜひ <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color"><strong>74HCT シリーズ</strong></mark>をご検討ください。</p>



<p>ちなみに、ノイズも疑って、ノイズ除去のデカップリング用途を狙って、いくつかコンデンサも同時に購入しましたが、今回は不要のようでした。</p>



<p></p>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="768" data-id="6246" src="https://expertgig.jp/wp/wp-content/uploads/2026/03/IMG_20260329_154350-1024x768.jpg" alt="" class="wp-image-6246" srcset="https://expertgig.jp/wp/wp-content/uploads/2026/03/IMG_20260329_154350-1024x768.jpg 1024w, https://expertgig.jp/wp/wp-content/uploads/2026/03/IMG_20260329_154350-300x225.jpg 300w, https://expertgig.jp/wp/wp-content/uploads/2026/03/IMG_20260329_154350-768x576.jpg 768w, https://expertgig.jp/wp/wp-content/uploads/2026/03/IMG_20260329_154350-1536x1152.jpg 1536w, https://expertgig.jp/wp/wp-content/uploads/2026/03/IMG_20260329_154350-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="768" data-id="6242" src="https://expertgig.jp/wp/wp-content/uploads/2026/03/15023-1024x768.jpg" alt="" class="wp-image-6242" srcset="https://expertgig.jp/wp/wp-content/uploads/2026/03/15023-1024x768.jpg 1024w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15023-300x225.jpg 300w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15023-768x576.jpg 768w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15023-1536x1152.jpg 1536w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15023-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" data-id="6243" src="https://expertgig.jp/wp/wp-content/uploads/2026/03/15024-1024x768.jpg" alt="" class="wp-image-6243" srcset="https://expertgig.jp/wp/wp-content/uploads/2026/03/15024-1024x768.jpg 1024w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15024-300x225.jpg 300w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15024-768x576.jpg 768w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15024-1536x1152.jpg 1536w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15024-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" data-id="6244" src="https://expertgig.jp/wp/wp-content/uploads/2026/03/15025-1024x768.jpg" alt="" class="wp-image-6244" srcset="https://expertgig.jp/wp/wp-content/uploads/2026/03/15025-1024x768.jpg 1024w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15025-300x225.jpg 300w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15025-768x576.jpg 768w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15025-1536x1152.jpg 1536w, https://expertgig.jp/wp/wp-content/uploads/2026/03/15025-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
</figure>
]]></content:encoded>
					
					<wfw:commentRss>https://expertgig.jp/2026/03/29/mz-80k-c-%e3%81%a7-micro-sd%e3%81%8b%e3%82%89-mzt-%e3%82%92%e8%aa%ad%e3%81%bf%e8%be%bc%e3%82%80%e5%9f%ba%e6%9d%bf%e3%81%ae%e6%94%b9%e5%96%84/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Raspi Zero 2W ベアメタル開発 03 ( 画面描画テスト編)</title>
		<link>https://expertgig.jp/2025/06/07/raspi-zero-2w-%e3%83%99%e3%82%a2%e3%83%a1%e3%82%bf%e3%83%ab%e9%96%8b%e7%99%ba-03-%e7%94%bb%e9%9d%a2%e6%8f%8f%e7%94%bb%e3%83%86%e3%82%b9%e3%83%88%e7%b7%a8/</link>
					<comments>https://expertgig.jp/2025/06/07/raspi-zero-2w-%e3%83%99%e3%82%a2%e3%83%a1%e3%82%bf%e3%83%ab%e9%96%8b%e7%99%ba-03-%e7%94%bb%e9%9d%a2%e6%8f%8f%e7%94%bb%e3%83%86%e3%82%b9%e3%83%88%e7%b7%a8/#respond</comments>
		
		<dc:creator><![CDATA[Ariyuki Tano]]></dc:creator>
		<pubDate>Fri, 06 Jun 2025 20:28:29 +0000</pubDate>
				<category><![CDATA[IoT関連]]></category>
		<category><![CDATA[マイコン]]></category>
		<category><![CDATA[情報発信基地]]></category>
		<category><![CDATA[Lazarus]]></category>
		<category><![CDATA[MZ-80]]></category>
		<category><![CDATA[Raspi Zero 2W]]></category>
		<category><![CDATA[Ultibo]]></category>
		<category><![CDATA[エミュレータ]]></category>
		<guid isPermaLink="false">https://expertgig.jp/?p=6057</guid>

					<description><![CDATA[さて、前回は画面に文字を書きましたが、今度は MZ-80K のフォントデータ 8&#215;8 ドット 256文字 = 2048 byte のデータを読み込んで、FrameBuffer に直接書き込むテストをしてみます。 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>さて、前回は画面に文字を書きましたが、今度は MZ-80K のフォントデータ 8&#215;8 ドット 256文字 = 2048 byte のデータを読み込んで、FrameBuffer に直接書き込むテストをしてみます。</p>



<h2 class="wp-block-heading">ファイルの読み込みの準備</h2>



<p>ファイルをmicroSDから読み込む想定で考えていきます。</p>



<p>調べたところ、uses には色々と追加しなければならない。</p>



<pre class="wp-block-code"><code class="">uses<br>  RaspberryPi3, // ← ここが機種名<br>  GlobalConst, GlobalTypes,<br>  Platform, Console, SysUtils,<br>  Framebuffer,   // HDMI出力のある場合<br>  BCM2837,       // SoC定義（Zero2Wならこちら）<br>  Classes,       // TFileStreamやTStringList用<br>  FileSystem,    // コアファイルシステム<br>  FATFS,         // FATファイルシステム<br>  MMC,           // SDカードアクセスの中核<br>  BCM2710,       // Raspberry Pi向けMMC実装<br>  BCMSDHOST;     // SD Hostドライバ    </code></pre>



<p>この後、画面出力もあるので、 Framebuffer も一緒に追加しますが、なんか色々と追加。参考資料がないとお手上げですね。</p>



<h2 class="wp-block-heading">ファイル読み込み</h2>



<p>Raspiでは、C:ドライブが規定のドライブになるらしい。またドライブの準備ができるまでは、C: が見つからないのでエラーになってしまうから、C:の読み込み準備ができるまで待つ。ベアメタルの場合はいきなり起動するので、こういった処理も必要なんですね。</p>



<pre class="wp-block-code"><code class="">procedure LoadFontRom;<br>var<br>  FS: TFileStream;<br>begin<br>  ConsoleWindowWriteLn(Console1, 'Waiting for C:\ drive...');<br>  while not DirectoryExists('C:\') do Sleep(100);<br>  ConsoleWindowWriteLn(Console1, 'C:\ is ready.');<br><br>  if FileExists('C:\cg_rom') then<br>  begin<br>    ConsoleWindowWriteLn(Console1, 'Loading font file...');<br>    FS := TFileStream.Create('C:\cg_rom', fmOpenRead);<br>    FS.Read(FontRom, SizeOf(FontRom));<br>    FS.Free;<br>    ConsoleWindowWriteLn(Console1, 'Font loaded successfully!');<br>  end<br>  else<br>  begin<br>    ConsoleWindowWriteLn(Console1, 'Font file not found.');<br>  end;<br>end;  </code></pre>



<p>今回は、Dlephi で開発した MZ-80K エミュの時に作成したフォントデータファイル [cg_rom] をそのまま使うことにする。</p>



<p>ちなみにフォントデータ用に配列を次のように定義している。</p>



<pre class="wp-block-code"><code class="">FontRom: array [0..2047] of Byte;       // キャラクタフォントデータ </code></pre>



<div class="wp-block-file"><a id="wp-block-file--media-b33b7c83-2f84-4b66-af58-28634ecafb95" href="https://expertgig.jp/wp/wp-content/uploads/2025/06/cg_rom.zip">cg_rom</a><a href="https://expertgig.jp/wp/wp-content/uploads/2025/06/cg_rom.zip" class="wp-block-file__button wp-element-button" download aria-describedby="wp-block-file--media-b33b7c83-2f84-4b66-af58-28634ecafb95">ダウンロード</a></div>



<p>こちらご自由にお使いください。</p>



<h2 class="wp-block-heading">フォントを画面に書き込む</h2>



<p>フォントを 16 × 16 で順番に並べ画面に書き込む。</p>



<pre class="wp-block-code"><code class="">procedure DrawFontGridFromProperties;<br>var<br>  FB: PFramebufferDevice;<br>  Props: TFramebufferProperties;<br>  BaseAddr: PtrUInt;<br>  ch, cx, cy, x, y, bit: Integer;<br>  PixelAddr: PLongWord;<br>begin<br>  FB := FramebufferDeviceGetDefault;<br>  FramebufferDeviceGetProperties(FB, @Props);<br><br>  // 画面クリア（黒）<br>  for y := 0 to Props.VirtualHeight - 1 do<br>    for x := 0 to Props.VirtualWidth - 1 do<br>    begin<br>      PixelAddr := PLongWord(Props.Address + y * Props.Pitch + x * 4);<br>      PixelAddr^ := COLOR_BLACK;<br>    end;<br><br>  // フォント描画（8x8）<br>  for ch := 0 to 255 do<br>  begin<br>    cx := ch mod 16;<br>    cy := ch div 16;<br><br>    for y := 0 to 7 do<br>      for bit := 0 to 7 do<br>        if (FontRom[ch * 8 + y] and (128 shr bit)) &lt;&gt; 0 then<br>        begin<br>          x := cx * 8 + bit;<br>          PixelAddr := PLongWord(Props.Address + (cy * 8 + y) * Props.Pitch + x * 4);<br>          PixelAddr^ := COLOR_WHITE;<br>        end;<br>  end;<br>end;    </code></pre>



<h2 class="wp-block-heading">コンパイルして実行</h2>



<p>先ほどの [cg_rom] をmicroSDのルートにコピーして、コンパイル済の kernel7.img もコピーして、実機を起動。</p>



<figure class="wp-block-video"><video height="720" style="aspect-ratio: 1280 / 720;" width="1280" controls src="https://expertgig.jp/wp/wp-content/uploads/2025/06/VID_20250607_045115.mp4"></video></figure>



<p>表示されたが、なにやら緑の線がいっぱい。でもしばらく放っておいたら落ち着いたのか、ちゃんと表示されました。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250607_045240-1024x576.jpg" alt="" class="wp-image-6060" srcset="https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250607_045240-1024x576.jpg 1024w, https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250607_045240-300x169.jpg 300w, https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250607_045240-768x432.jpg 768w, https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250607_045240-1536x864.jpg 1536w, https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250607_045240-2048x1152.jpg 2048w, https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250607_045240-800x450.jpg 800w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>準備が整うまで、少し待つというのが基本なのかな? ベアメタル。<br>ところで、このキャラクタの並びですがこれはディプレイコードというものです。MZ-80Kは、キャラクターコード (ASCIIコードみたいなもの) とディスプレイコードというのが別になっていて、プログラム中で扱う文字としてはキャラクターコードなのですが、VRAMに表示するときは、このディスプレイコードに基づいて表示されるのです。私も長年不思議におもっていましたし、小学生の時は意味が分かりませんでした。</p>



<p>エミュレータをつくる際に、マシンの回路図を見ていて思ったのが、当時はこの方式が回路をシンプルにするのに都合がよかったのでしょうね。上から、4段ずつみていくと、キーボードと対応しています。SHIFT + A で クローバーが表示されますし、カナモードにしてAキーを押すと「チ」が表示されます。そしてカナ文字の部分は海外バージョンでは、小文字や面白い記号が割り当てられています。キーを押したときにCGROMから読み出すのが簡単だったのでしょうね。またそれをディスプレイに展開するのも単純になったのだと思います。<br><br>下は、手持ちのMZ-80K2のメイン基板です。右中央で水色のコンデンサの左上にあるのが CPU (Z80) で、Z80の左に少し行くと、大きなIC がありますが、これが CG-ROM です。このROMを差し替えると、表示される文字が変わります。</p>



<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" width="1440" height="2560" src="https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250607_060112-scaled.jpg" alt="" class="wp-image-6065" style="width:354px;height:auto"/></figure>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" decoding="async" width="461" height="1024" src="https://expertgig.jp/wp/wp-content/uploads/2025/06/Screenshot_2025-06-07-06-01-41-924_com.google.android.apps_.photos-461x1024.jpg" alt="" class="wp-image-6066" style="width:283px;height:auto" srcset="https://expertgig.jp/wp/wp-content/uploads/2025/06/Screenshot_2025-06-07-06-01-41-924_com.google.android.apps_.photos-461x1024.jpg 461w, https://expertgig.jp/wp/wp-content/uploads/2025/06/Screenshot_2025-06-07-06-01-41-924_com.google.android.apps_.photos-135x300.jpg 135w, https://expertgig.jp/wp/wp-content/uploads/2025/06/Screenshot_2025-06-07-06-01-41-924_com.google.android.apps_.photos-768x1707.jpg 768w, https://expertgig.jp/wp/wp-content/uploads/2025/06/Screenshot_2025-06-07-06-01-41-924_com.google.android.apps_.photos-691x1536.jpg 691w, https://expertgig.jp/wp/wp-content/uploads/2025/06/Screenshot_2025-06-07-06-01-41-924_com.google.android.apps_.photos-922x2048.jpg 922w, https://expertgig.jp/wp/wp-content/uploads/2025/06/Screenshot_2025-06-07-06-01-41-924_com.google.android.apps_.photos.jpg 1080w" sizes="(max-width: 461px) 100vw, 461px" /></figure>



<p>あれ、CG-ROMの右側の掃除ができていなかった。</p>



<h2 class="wp-block-heading">プロジェクトソース全体</h2>



<pre class="wp-block-code"><code class="">program hellopi;<br><br>uses<br>  RaspberryPi3, // ← ここが機種名<br>  GlobalConst, GlobalTypes,<br>  Platform, Console, SysUtils,<br>  Framebuffer,   // HDMI出力のある場合<br>  BCM2837,       // SoC定義（Zero2Wならこちら）<br>  Classes,       // TFileStreamやTStringList用<br>  FileSystem,    // コアファイルシステム<br>  FATFS,         // FATファイルシステム<br>  MMC,           // SDカードアクセスの中核<br>  BCM2710,       // Raspberry Pi向けMMC実装<br>  BCMSDHOST;     // SD Hostドライバ<br><br><br>var<br>  Console1: TWindowHandle;<br>  FontRom: array [0..2047] of Byte;       // キャラクタフォントデータ<br><br>procedure InitFramebuffer320x200;<br>var<br>  FB: PFramebufferDevice;<br>  Props: TFramebufferProperties;<br>begin<br>  FB := FramebufferDeviceGetDefault;<br><br>  FillChar(Props, SizeOf(Props), 0);<br>  Props.PhysicalWidth := 320;<br>  Props.PhysicalHeight := 200;<br>  Props.VirtualWidth := 320;<br>  Props.VirtualHeight := 200;<br>  Props.Depth := 32;  // 32bit（ARGB）<br><br>  FramebufferDeviceSetProperties(FB, @Props);<br>end;<br><br>procedure LoadFontRom;<br>var<br>  FS: TFileStream;<br>begin<br>  ConsoleWindowWriteLn(Console1, 'Waiting for C:\ drive...');<br>  while not DirectoryExists('C:\') do Sleep(100);<br>  ConsoleWindowWriteLn(Console1, 'C:\ is ready.');<br><br>  if FileExists('C:\cg_rom') then<br>  begin<br>    ConsoleWindowWriteLn(Console1, 'Loading font file...');<br>    FS := TFileStream.Create('C:\cg_rom', fmOpenRead);<br>    FS.Read(FontRom, SizeOf(FontRom));<br>    FS.Free;<br>    ConsoleWindowWriteLn(Console1, 'Font loaded successfully!');<br>  end<br>  else<br>  begin<br>    ConsoleWindowWriteLn(Console1, 'Font file not found.');<br>  end;<br>end;<br><br>procedure DrawFontGridFromProperties;<br>var<br>  FB: PFramebufferDevice;<br>  Props: TFramebufferProperties;<br>  BaseAddr: PtrUInt;<br>  ch, cx, cy, x, y, bit: Integer;<br>  PixelAddr: PLongWord;<br>begin<br>  FB := FramebufferDeviceGetDefault;<br>  FramebufferDeviceGetProperties(FB, @Props);<br><br>  // 画面クリア（黒）<br>  for y := 0 to Props.VirtualHeight - 1 do<br>    for x := 0 to Props.VirtualWidth - 1 do<br>    begin<br>      PixelAddr := PLongWord(Props.Address + y * Props.Pitch + x * 4);<br>      PixelAddr^ := COLOR_BLACK;<br>    end;<br><br>  // フォント描画（8x8）<br>  for ch := 0 to 255 do<br>  begin<br>    cx := ch mod 16;<br>    cy := ch div 16;<br><br>    for y := 0 to 7 do<br>      for bit := 0 to 7 do<br>        if (FontRom[ch * 8 + y] and (128 shr bit)) &lt;&gt; 0 then<br>        begin<br>          x := cx * 8 + bit;<br>          PixelAddr := PLongWord(Props.Address + (cy * 8 + y) * Props.Pitch + x * 4);<br>          PixelAddr^ := COLOR_WHITE;<br>        end;<br>  end;<br>end;<br><br>begin<br>  Console1 := ConsoleWindowCreate(ConsoleDeviceGetDefault, 0, True);<br><br>  if Console1 &lt;&gt; -1 then<br>  begin<br>    ConsoleWindowWriteLn(Console1, 'Hello from Ultibo on Pi Zero 2 W!');<br>  end;<br><br>  InitFramebuffer320x200;<br>  LoadFontRom;<br>  DrawFontGridFromProperties;<br>  while True do Sleep(1000);<br>end.<br></code></pre>



<h2 class="wp-block-heading">プロジェクトファイル一式</h2>



<div class="wp-block-file"><a id="wp-block-file--media-b4eb4587-2ab4-4840-99c1-df65aeab5573" href="https://expertgig.jp/wp/wp-content/uploads/2025/06/DrawFont_Sample.zip">DrawFont_Sample</a><a href="https://expertgig.jp/wp/wp-content/uploads/2025/06/DrawFont_Sample.zip" class="wp-block-file__button wp-element-button" download aria-describedby="wp-block-file--media-b4eb4587-2ab4-4840-99c1-df65aeab5573">ダウンロード</a></div>



<p></p>



<h2 class="wp-block-heading">まとめ</h2>



<p>FrameBuffer への直接書き込みとファイルの読み込みテストができましたので、これで一気に目処が立ちましたね。</p>



<p>私は、新たな環境で開発を行う際に、まず文字の入出力、画面描画、キー入力、文字列の処理、データベースの読み書きなどのあたりを付けます。これらがうまく行けば、手足と羽がついたようなもので、あとは気兼ねなくプログラミングということになります。</p>



<p>プログラムの基本は、代入、条件分岐、繰り返し。これしかないんです。</p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://expertgig.jp/2025/06/07/raspi-zero-2w-%e3%83%99%e3%82%a2%e3%83%a1%e3%82%bf%e3%83%ab%e9%96%8b%e7%99%ba-03-%e7%94%bb%e9%9d%a2%e6%8f%8f%e7%94%bb%e3%83%86%e3%82%b9%e3%83%88%e7%b7%a8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://expertgig.jp/wp/wp-content/uploads/2025/06/VID_20250607_045115.mp4" length="5614646" type="video/mp4" />

			</item>
		<item>
		<title>Raspi Zero 2W ベアメタル開発 02 (環境構築～Hello表示編)</title>
		<link>https://expertgig.jp/2025/06/07/raspi-zero-2w-%e3%83%99%e3%82%a2%e3%83%a1%e3%82%bf%e3%83%ab%e9%96%8b%e7%99%ba-02-%e7%92%b0%e5%a2%83%e6%a7%8b%e7%af%89%ef%bd%9ehello%e8%a1%a8%e7%a4%ba%e7%b7%a8/</link>
					<comments>https://expertgig.jp/2025/06/07/raspi-zero-2w-%e3%83%99%e3%82%a2%e3%83%a1%e3%82%bf%e3%83%ab%e9%96%8b%e7%99%ba-02-%e7%92%b0%e5%a2%83%e6%a7%8b%e7%af%89%ef%bd%9ehello%e8%a1%a8%e7%a4%ba%e7%b7%a8/#respond</comments>
		
		<dc:creator><![CDATA[Ariyuki Tano]]></dc:creator>
		<pubDate>Fri, 06 Jun 2025 15:08:10 +0000</pubDate>
				<category><![CDATA[IoT関連]]></category>
		<category><![CDATA[マイコン]]></category>
		<category><![CDATA[情報発信基地]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Lazarus]]></category>
		<category><![CDATA[MZ-80]]></category>
		<category><![CDATA[Pascal]]></category>
		<category><![CDATA[Raspi Zero 2W]]></category>
		<category><![CDATA[Ultibo]]></category>
		<category><![CDATA[Z80]]></category>
		<category><![CDATA[エミュレータ]]></category>
		<guid isPermaLink="false">https://expertgig.jp/?p=6035</guid>

					<description><![CDATA[さて、意を決してから、右往左往して、ようやくHDMI 接続したモニタに文字を表示できましたので、そこまでの手順を手短に解説します。 Ultibo Core のダウンロード Lazarus IDE と統合された Ultib [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>さて、意を決してから、右往左往して、ようやくHDMI 接続したモニタに文字を表示できましたので、そこまでの手順を手短に解説します。</p>



<h2 class="wp-block-heading">Ultibo Core のダウンロード</h2>



<p>Lazarus IDE と統合された Ultibo は下記よりダウンロードします。</p>



<p>/<a href="https://ultibo.org/download/">https://ultibo.org/download/</a></p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="788" src="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-1024x788.png" alt="" class="wp-image-6036" srcset="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-1024x788.png 1024w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-300x231.png 300w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-768x591.png 768w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-1536x1182.png 1536w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image.png 2008w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>2025/6/6 時点では、Ultibo-Core-2.6.049-Beetroot.exe が最新ですので、これをダウンロード。<br><br>もしくは、GitHub からもダウンロードできます。必要に応じて古いバージョンのダウンロードもできます。<br></p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="787" src="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-1-1024x787.png" alt="" class="wp-image-6037" srcset="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-1-1024x787.png 1024w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-1-300x231.png 300w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-1-768x590.png 768w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-1-1536x1181.png 1536w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-1.png 2014w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>こちらだと、少しサイズの大きい Ultibo-Core-2.6.049-Beetroot-Main.exe というのもあります。</p>



<p>私は、何か不足してもいやなので、こちらからダウンロードしました。</p>



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



<p>ダウンロードしたファイルを実行するとインストールが始まります。インストールディレクトリの指定などもできますが、とりあえずデフォルトのまま次へ次へと進みインストール。数分でインストールが完了します。</p>



<p>インストールが完了すると、C:\Ultibo\Core というフォルダができています。</p>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="842" src="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-2-1024x842.png" alt="" class="wp-image-6038" style="width:455px;height:auto" srcset="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-2-1024x842.png 1024w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-2-300x247.png 300w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-2-768x632.png 768w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-2.png 1075w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>C:\Ultibo\Core の下にこんなフォルダとファイルができていればとりあえずインストール成功かと思います。</p>



<h2 class="wp-block-heading">Lazarus (Ultibo Edition) を起動</h2>



<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" width="339" height="353" src="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-3.png" alt="" class="wp-image-6039" style="width:204px;height:auto" srcset="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-3.png 339w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-3-288x300.png 288w" sizes="(max-width: 339px) 100vw, 339px" /></figure>



<p>Lazarus IDE (Ultibo Edition) を起動します。</p>



<p>初回の起動はFPC (free pascal ) のパスなどを設定する画面が表示されますが、デフォルトで設定されているので、開発環境のWindow のモードを選択するだけで良いでしょう。Windowモードは、Classic だと 昔風にそれぞれのウィンドが独立している形になっていて、今風だと、最近のDelphi風に1つのWindowにメニュー、プロジェクトインスペクタ、ソースエディタ、コードエクスプローラなどがドッキングされた感じになります。特に深い思い入れがなければ、今風のほうが良いでしょう。</p>



<p></p>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="690" src="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-4-1024x690.png" alt="" class="wp-image-6040" style="width:567px;height:auto" srcset="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-4-1024x690.png 1024w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-4-300x202.png 300w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-4-768x518.png 768w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-4-1536x1035.png 1536w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-4-2048x1380.png 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>これは今風の場合。</p>



<h2 class="wp-block-heading">プロジェクトの作成</h2>



<p>メニューの[ファイル]→[新規] で下の画面が開きます。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="605" src="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-5-1024x605.png" alt="" class="wp-image-6041" srcset="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-5-1024x605.png 1024w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-5-300x177.png 300w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-5-768x453.png 768w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-5.png 1128w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>今回は、Raspi Zero 2W をターゲットにしますので、これを選んで[OK] ボタンでプロジェクトが作成されます。</p>



<h2 class="wp-block-heading">プロジェクトオプションの設定</h2>



<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" width="524" height="634" src="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-6.png" alt="" class="wp-image-6042" style="width:237px;height:auto" srcset="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-6.png 524w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-6-248x300.png 248w" sizes="(max-width: 524px) 100vw, 524px" /></figure>



<p>[プロジェクト] → [プロジェクトオプション] で下の画面が開きます。</p>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="679" src="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-7-1024x679.png" alt="" class="wp-image-6043" style="width:683px;height:auto" srcset="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-7-1024x679.png 1024w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-7-300x199.png 300w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-7-768x509.png 768w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-7.png 1208w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>[コンパイラオプション] → [設定と対象] で、対称プラットフォームは、上記画面のように設定してください。</p>



<p>ARMV7A 、RPIZERO2W がポイントです。設定したら[OK]ボタンで画面を閉じます。</p>



<h2 class="wp-block-heading">Hello world サンプルプログラムの作成</h2>



<pre class="wp-block-code"><code class="">program HelloPi;<br><br>uses<br>  RaspberryPi3, // ← ここが機種名<br>  GlobalConst, GlobalTypes,<br>  Platform, Console, SysUtils;<br><br>var<br>  Console1: TWindowHandle;<br><br>begin<br>  Console1 := ConsoleWindowCreate(ConsoleDeviceGetDefault, 0, True);<br><br>  if Console1 &lt;&gt; -1 then<br>  begin<br>    ConsoleWindowWriteLn(Console1, 'Hello from Ultibo on Pi Zero 2 W!');<br>  end;<br><br>  while True do Sleep(1000);<br>end.<br></code></pre>



<p>最初は何も考えずに、初期表示されているソースを消して、上記コードをペタッと貼り付けましょう!</p>



<h2 class="wp-block-heading">プロジェクトの保存</h2>



<p>まず最初にソースを保存してみましょうか。</p>



<p>Pascal は、ソースの先頭に書いた名前とファイル名が一致しないといけないので、 program hellopi; としたので、ファイルに名前を付けて保存で、 hellopi.lpr として保存してください。</p>



<p>とりあえず今は、このファイルしかないので、メニューの [プロジェクト] → [名前を付けてプロジェクト保存] で保存しても同じ結果かなと思います。 </p>



<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" width="513" height="624" src="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-8.png" alt="" class="wp-image-6044" style="width:216px;height:auto" srcset="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-8.png 513w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-8-247x300.png 247w" sizes="(max-width: 513px) 100vw, 513px" /></figure>



<p>Pascal はこの他 unit というファイルもありまして、この後開発していく中で unit に分けて、uses で宣言して使うことになると思います。</p>



<h2 class="wp-block-heading">構築 (コンパイル + img出力)</h2>



<p>さていよいよ、コンパイルです。</p>



<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" width="387" height="229" src="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-10.png" alt="" class="wp-image-6046" style="width:194px;height:auto" srcset="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-10.png 387w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-10-300x178.png 300w" sizes="(max-width: 387px) 100vw, 387px" /></figure>



<p>[構築] でコンパイルと Raspi 用の img ファイルができあがります。</p>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="104" src="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-11-1024x104.png" alt="" class="wp-image-6047" style="width:601px;height:auto" srcset="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-11-1024x104.png 1024w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-11-300x31.png 300w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-11-768x78.png 768w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-11.png 1061w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>こんな風に表示されたら、コンパイルは成功です。</p>



<p>出力先のフォルダ内をみてみましょう。</p>



<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" width="164" height="254" src="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-12.png" alt="" class="wp-image-6048" style="width:112px;height:auto"/></figure>



<p>このように出力されていれば成功かと思います。</p>



<h2 class="wp-block-heading">SDカードに書き込む</h2>



<p>先ほど生成された kernel7.img がこのプログラムの本体です。まずはこれをSDカードにコピーしましょう。</p>



<p>次に、 C:\Ultibo\Core\firmware\RPi3 のフォルダにある下の3つのファイルをSDカードにコピーします。</p>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="389" src="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-13-1024x389.png" alt="" class="wp-image-6049" style="width:474px;height:auto" srcset="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-13-1024x389.png 1024w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-13-300x114.png 300w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-13-768x291.png 768w, https://expertgig.jp/wp/wp-content/uploads/2025/06/image-13.png 1041w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>結果、SDカードの中身は、下のようになります。</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="200" height="191" src="https://expertgig.jp/wp/wp-content/uploads/2025/06/image-14.png" alt="" class="wp-image-6050"/></figure>



<h2 class="wp-block-heading">Raspi Zero に差して実行!</h2>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="576" src="https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250606_235558-1024x576.jpg" alt="" class="wp-image-6051" style="width:355px;height:auto" srcset="https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250606_235558-1024x576.jpg 1024w, https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250606_235558-300x169.jpg 300w, https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250606_235558-768x432.jpg 768w, https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250606_235558-1536x864.jpg 1536w, https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250606_235558-2048x1153.jpg 2048w, https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250606_235558-800x450.jpg 800w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>micro SD-CARD を Raspi に差して、HDMIケーブルとモニタを繋いで、電源コードを差し込めば、すぐに起動します。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250606_235603-1024x576.jpg" alt="" class="wp-image-6052" srcset="https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250606_235603-1024x576.jpg 1024w, https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250606_235603-300x169.jpg 300w, https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250606_235603-768x432.jpg 768w, https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250606_235603-1536x864.jpg 1536w, https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250606_235603-2048x1152.jpg 2048w, https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250606_235603-800x450.jpg 800w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250606_235607-1024x576.jpg" alt="" class="wp-image-6053" srcset="https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250606_235607-1024x576.jpg 1024w, https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250606_235607-300x169.jpg 300w, https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250606_235607-768x432.jpg 768w, https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250606_235607-1536x864.jpg 1536w, https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250606_235607-2048x1153.jpg 2048w, https://expertgig.jp/wp/wp-content/uploads/2025/06/IMG_20250606_235607-800x450.jpg 800w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>さすがに、OS無しは起動が速い!</p>



<p>とりあえず、起動までできたので、次からはさっそくDelphi で書いた MZ-80K2 のエミュを移植したいと思います。</p>



<p>うん? まてよ。まだUSBキーボードのテストをしていなかった。こちらが先かな。</p>



<p>ということで、今回はここまで。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://expertgig.jp/2025/06/07/raspi-zero-2w-%e3%83%99%e3%82%a2%e3%83%a1%e3%82%bf%e3%83%ab%e9%96%8b%e7%99%ba-02-%e7%92%b0%e5%a2%83%e6%a7%8b%e7%af%89%ef%bd%9ehello%e8%a1%a8%e7%a4%ba%e7%b7%a8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>第8回スマート工場EXPO2024にご来場頂き、誠にありがとうございました</title>
		<link>https://expertgig.jp/2024/01/16/factory_innovation_week_2024/</link>
		
		<dc:creator><![CDATA[tochiya]]></dc:creator>
		<pubDate>Tue, 16 Jan 2024 00:45:16 +0000</pubDate>
				<category><![CDATA[IoT関連]]></category>
		<category><![CDATA[ニュース]]></category>
		<category><![CDATA[出展関連]]></category>
		<guid isPermaLink="false">https://expertgig.jp/?p=5929</guid>

					<description><![CDATA[第8回スマート工場EXPO2024にご来場頂き、誠にありがとうございました 第8回スマート工場EXPO2024 来場者数 01/24(水) 21,425名 01/25(木) 26,111名 01/26(金) 30,208 [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="5929" class="elementor elementor-5929" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-34174aa elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="34174aa" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-722f809" data-id="722f809" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a822a73 elementor-widget elementor-widget-heading" data-id="a822a73" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">第8回スマート工場EXPO2024にご来場頂き、誠にありがとうございました</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-af1a737 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="af1a737" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5577acd" data-id="5577acd" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a2339d9 elementor-widget elementor-widget-heading" data-id="a2339d9" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">第8回スマート工場EXPO2024</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-d4ea50a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d4ea50a" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-41393fb" data-id="41393fb" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-8a0972e elementor-widget elementor-widget-heading" data-id="8a0972e" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">来場者数</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-a2daaf0 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a2daaf0" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3389716" data-id="3389716" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4981a06 elementor-widget__width-initial elementor-widget elementor-widget-heading" data-id="4981a06" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">01/24(水)</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c9eafbc" data-id="c9eafbc" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f5426d5 elementor-widget elementor-widget-heading" data-id="f5426d5" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">21,425名</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-8a0676d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8a0676d" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-cb5f7db" data-id="cb5f7db" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3be76c4 elementor-widget elementor-widget-heading" data-id="3be76c4" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">01/25(木)</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-75eaca0" data-id="75eaca0" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-aa0ce8b elementor-widget elementor-widget-heading" data-id="aa0ce8b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">26,111名</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-93b936f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="93b936f" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-659af43" data-id="659af43" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e04fb8e elementor-widget elementor-widget-heading" data-id="e04fb8e" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">01/26(金)</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-24eefcc" data-id="24eefcc" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-85d82f7 elementor-widget elementor-widget-heading" data-id="85d82f7" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">30,208名</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1a5f961 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1a5f961" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e012e26" data-id="e012e26" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5200aca elementor-widget elementor-widget-heading" data-id="5200aca" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">3日間合計</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-46604f4" data-id="46604f4" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f10a7aa elementor-widget elementor-widget-heading" data-id="f10a7aa" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">77,744名</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-50d3a66 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="50d3a66" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-59e494f" data-id="59e494f" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-85a74fd elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="85a74fd" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-310c3c5" data-id="310c3c5" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-521a51a elementor-widget elementor-widget-heading" data-id="521a51a" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">2024年01月24日(水)～01月26日(金)にて、東京ビッグサイトで開催されます
「第8回スマート工場EXPO2024」に「生産設備の稼働監視・実績収集 パワーあんどん」を出展致します。
</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6f2fa12 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6f2fa12" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6a19de9" data-id="6a19de9" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a203434 elementor-widget elementor-widget-heading" data-id="a203434" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">ぜひご来場の検討を頂ければ幸甚でございます。
なお、来場は無料となっておりますが、下記の来場登録を利用することで
当日はスムーズにご入場頂けると存じます。</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-af37fb2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="af37fb2" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f20c0f8" data-id="f20c0f8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c466932 elementor-widget elementor-widget-heading" data-id="c466932" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">公式ＨＰ</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9cfad1c" data-id="9cfad1c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-af4c772 elementor-widget elementor-widget-text-editor" data-id="af4c772" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><a href="https://www.fiweek.jp/tokyo/ja-jp/about/sfe.html" target="_blank" rel="noopener">https://www.fiweek.jp/tokyo/ja-jp/about/sfe.html</a></strong></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-fbf2fe8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="fbf2fe8" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-413baeb" data-id="413baeb" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1737369 elementor-widget elementor-widget-heading" data-id="1737369" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">来場登録</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7d9c5a8" data-id="7d9c5a8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7c2ee43 elementor-widget elementor-widget-text-editor" data-id="7c2ee43" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>公式HPより「来場登録をする(無料) 」を選択してください</strong></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-f7c08eb elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f7c08eb" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-16d43a7" data-id="16d43a7" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c964941 elementor-widget elementor-widget-heading" data-id="c964941" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">◇◆第8回スマート工場EXPO2024のご案内◆◇</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-0fdfef4 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0fdfef4" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9ff74bb" data-id="9ff74bb" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b46cc0c elementor-widget elementor-widget-heading" data-id="b46cc0c" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">開催日時</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f3e29a1" data-id="f3e29a1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-50e5491 elementor-widget elementor-widget-text-editor" data-id="50e5491" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>２０２４年０１月２４日(水)から２０２４年０１月２６日(金) １０：００－１７：００ 全３日間</strong></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4496f78 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4496f78" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ae1b0c8" data-id="ae1b0c8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3be634d elementor-widget elementor-widget-heading" data-id="3be634d" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">会　　場</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e7cab15" data-id="e7cab15" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b46d714 elementor-widget elementor-widget-text-editor" data-id="b46d714" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><b>東京ビッグサイト 西ホール</b></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-cc8bc37 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="cc8bc37" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0e6fa27" data-id="0e6fa27" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-cd35d2f elementor-widget elementor-widget-heading" data-id="cd35d2f" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">来　　場</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0cec504" data-id="0cec504" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-fea6bfb elementor-widget elementor-widget-text-editor" data-id="fea6bfb" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>東京ビッグサイトへのアクセス</strong></p><p><strong><a href="https://www.bigsight.jp/visitor/access/" target="_blank" rel="noopener">https://www.bigsight.jp/visitor/access/</a></strong></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-d8ca937 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d8ca937" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9fdb6a6" data-id="9fdb6a6" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-67dc078 elementor-widget elementor-widget-heading" data-id="67dc078" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">場　　所</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9c6385e" data-id="9c6385e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-040fa4b elementor-widget elementor-widget-text-editor" data-id="040fa4b" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><b>Ｗ６３－７９ ＡＩＬコンサルティング様ブース内</b></p><div> </div>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ぐんまTechEXPO(群馬ものづくりフェア)2023にご来場頂き、誠にありがとうございました</title>
		<link>https://expertgig.jp/2023/10/02/gunma/</link>
		
		<dc:creator><![CDATA[tochiya]]></dc:creator>
		<pubDate>Sun, 01 Oct 2023 15:00:14 +0000</pubDate>
				<category><![CDATA[IoT関連]]></category>
		<category><![CDATA[ニュース]]></category>
		<category><![CDATA[出展関連]]></category>
		<guid isPermaLink="false">https://expertgig.jp/?p=5897</guid>

					<description><![CDATA[ぐんまTechEXPO(群馬ものづくりフェア)2023にご来場頂き、誠にありがとうございました。 ぐんまTechEXPO(群馬ものづくりフェア)2023 来場者数 10/12(木) 1,111名 10/13(金) 1,0 [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="5897" class="elementor elementor-5897" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-69080f0 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="69080f0" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5fef4e" data-id="c5fef4e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-96ed912 elementor-widget elementor-widget-heading" data-id="96ed912" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span style=", sans-serif;font-size: 20px;font-style: normal;font-weight: 600">ぐんまTechEXPO(群馬ものづくりフェア)2023</span>にご来場頂き、誠にありがとうございました。</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-616187a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="616187a" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-52d26d8" data-id="52d26d8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-9cbeede elementor-widget elementor-widget-heading" data-id="9cbeede" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span style=", sans-serif;font-size: 20px;font-style: normal;font-weight: 600">ぐんまTechEXPO(群馬ものづくりフェア)2023</span></h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-c69d217 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c69d217" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5774aa4" data-id="5774aa4" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c638046 elementor-widget elementor-widget-heading" data-id="c638046" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">来場者数</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-563d7c3 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="563d7c3" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e3e6714" data-id="e3e6714" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b178c21 elementor-widget elementor-widget-heading" data-id="b178c21" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">10/12(木)</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e67a00e" data-id="e67a00e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dca629e elementor-widget elementor-widget-text-editor" data-id="dca629e" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-size: 18pt;"><strong>1,111名</strong></span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-df64132 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="df64132" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5f3e38f" data-id="5f3e38f" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-46c0816 elementor-widget elementor-widget-heading" data-id="46c0816" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">10/13(金)</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a379954" data-id="a379954" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-9d5d44a elementor-widget elementor-widget-text-editor" data-id="9d5d44a" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span style="font-size: 18pt;">1,091名</span></strong></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-3df71b2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3df71b2" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-87d1182" data-id="87d1182" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ebf7687 elementor-widget__width-initial elementor-widget elementor-widget-heading" data-id="ebf7687" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">2日間合計</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0e74744" data-id="0e74744" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-748043e elementor-widget elementor-widget-text-editor" data-id="748043e" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span style="font-size: 18pt;">2,202名</span></strong></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-ed4e4bd elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ed4e4bd" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cbdb022" data-id="cbdb022" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-9f0cb61 elementor-widget elementor-widget-heading" data-id="9f0cb61" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">ぐんまTechEXPO(群馬ものづくりフェア)2023に出展致します。</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-85a74fd elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="85a74fd" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-310c3c5" data-id="310c3c5" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-521a51a elementor-widget elementor-widget-heading" data-id="521a51a" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">2023年10月12日(木)～10月13日(金)にて、Gメッセ群馬展示ホールB・Cで開催されます。
「ぐんまTechEXPO(群馬ものづくりフェア)2023」に「生産設備の稼働監視・実績収集 パワーあんどん」を出展致します。</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6f2fa12 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6f2fa12" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6a19de9" data-id="6a19de9" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a203434 elementor-widget elementor-widget-heading" data-id="a203434" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">ぜひご来場の検討を頂ければ幸甚でございます。
なお、来場は無料となっておりますが、下記の来場事前登録フォームを利用することで当日はスムーズにご入場頂けると存じます。</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-af37fb2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="af37fb2" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f20c0f8" data-id="f20c0f8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c466932 elementor-widget elementor-widget-heading" data-id="c466932" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">公式ＨＰ</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9cfad1c" data-id="9cfad1c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-af4c772 elementor-widget elementor-widget-text-editor" data-id="af4c772" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="https://www.gunma-monodukurifaire.jp">https://www.gunma-monodukurifaire.jp</a></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-fbf2fe8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="fbf2fe8" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-413baeb" data-id="413baeb" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1737369 elementor-widget elementor-widget-heading" data-id="1737369" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">来場事前登録フォーム</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7d9c5a8" data-id="7d9c5a8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7c2ee43 elementor-widget elementor-widget-text-editor" data-id="7c2ee43" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="https://qlear.cloud/jtr/gunma-tech_jizenyoyaku">https://qlear.cloud/jtr/gunma-tech_jizenyoyaku</a></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-f7c08eb elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f7c08eb" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-16d43a7" data-id="16d43a7" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c964941 elementor-widget elementor-widget-heading" data-id="c964941" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">◇◆ぐんまTechEXPO(群馬ものづくりフェア)2023のご案内◆◇</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-0fdfef4 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0fdfef4" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9ff74bb" data-id="9ff74bb" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b46cc0c elementor-widget elementor-widget-heading" data-id="b46cc0c" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">開催日時</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f3e29a1" data-id="f3e29a1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-50e5491 elementor-widget elementor-widget-text-editor" data-id="50e5491" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>２０２３年１０月１２日(木)から２０２３年１０月１３日(金) １０：００－１６：３０(最終日は１６：００まで) 全２日間</strong></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4496f78 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4496f78" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ae1b0c8" data-id="ae1b0c8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3be634d elementor-widget elementor-widget-heading" data-id="3be634d" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">会　　場</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e7cab15" data-id="e7cab15" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b46d714 elementor-widget elementor-widget-text-editor" data-id="b46d714" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>Ｇメッセ群馬 展示ホールＢ・Ｃ</strong></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-cc8bc37 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="cc8bc37" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0e6fa27" data-id="0e6fa27" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-cd35d2f elementor-widget elementor-widget-heading" data-id="cd35d2f" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">来　　場</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0cec504" data-id="0cec504" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-fea6bfb elementor-widget elementor-widget-text-editor" data-id="fea6bfb" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>Ｇメッセ群馬へのアクセス</strong></p><p>URL：<a href="https://www.g-messe-gunma.jp/visitor-access.html">https://www.g-messe-gunma.jp/visitor-access.html</a></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-d8ca937 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d8ca937" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9fdb6a6" data-id="9fdb6a6" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-67dc078 elementor-widget elementor-widget-heading" data-id="67dc078" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">弊　　社</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9c6385e" data-id="9c6385e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-040fa4b elementor-widget elementor-widget-text-editor" data-id="040fa4b" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>ＤＸ Ｄ-11 株式会社エキスパートギグ</strong></p><div> </div>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-b75c2ed elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b75c2ed" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f7ba953" data-id="f7ba953" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-25634b0 elementor-widget elementor-widget-heading" data-id="25634b0" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">ここに見出しテキストを追加</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>新価値創造展 in 機械要素技術展2023にご来場頂き、誠にありがとうございました</title>
		<link>https://expertgig.jp/2023/05/31/%e6%96%b0%e4%be%a1%e5%80%a4%e5%89%b5%e9%80%a0%e5%b1%95-in-%e6%a9%9f%e6%a2%b0%e8%a6%81%e7%b4%a0%e6%8a%80%e8%a1%93%e5%b1%952023%e3%81%ab%e5%87%ba%e5%b1%95%e8%87%b4%e3%81%97%e3%81%be%e3%81%99/</link>
		
		<dc:creator><![CDATA[tochiya]]></dc:creator>
		<pubDate>Wed, 31 May 2023 01:27:26 +0000</pubDate>
				<category><![CDATA[IoT関連]]></category>
		<category><![CDATA[ニュース]]></category>
		<category><![CDATA[出展関連]]></category>
		<guid isPermaLink="false">https://expertgig.jp/?p=5877</guid>

					<description><![CDATA[新価値創造展 in 機械要素技術展2023にご来場頂き、誠にありがとうございました。 第35回 日本ものづくりワールド2023 来場者数 06/21(水) 19,131 06/22(木) 21,247 06/23(金)  [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="5877" class="elementor elementor-5877" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-ed4e4bd elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ed4e4bd" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cbdb022" data-id="cbdb022" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-9f0cb61 elementor-widget elementor-widget-heading" data-id="9f0cb61" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">新価値創造展 in 機械要素技術展2023にご来場頂き、誠にありがとうございました。</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1584897 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1584897" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-724bed8" data-id="724bed8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1a4bd09 elementor-widget elementor-widget-heading" data-id="1a4bd09" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">第35回 日本ものづくりワールド2023</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-f5537c3 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f5537c3" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-437cc71" data-id="437cc71" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7fafeae elementor-widget elementor-widget-heading" data-id="7fafeae" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">来場者数</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-cf4dbaf elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="cf4dbaf" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c35e212" data-id="c35e212" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-83acf05 elementor-widget elementor-widget-heading" data-id="83acf05" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">06/21(水)</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-fba83d4" data-id="fba83d4" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a42f327 elementor-widget elementor-widget-heading" data-id="a42f327" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">19,131</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-fdea145 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="fdea145" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-26e1677" data-id="26e1677" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2b201ea elementor-widget elementor-widget-heading" data-id="2b201ea" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">06/22(木)</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c99999b" data-id="c99999b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-183b076 elementor-widget elementor-widget-heading" data-id="183b076" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">21,247</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6a86a91 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6a86a91" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-def6a84" data-id="def6a84" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-21be170 elementor-widget elementor-widget-heading" data-id="21be170" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">06/23(金)</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a4bc5f2" data-id="a4bc5f2" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-89dff61 elementor-widget elementor-widget-heading" data-id="89dff61" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">26,517</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-df7f8f2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="df7f8f2" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7efcb8b" data-id="7efcb8b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-94d497b elementor-widget elementor-widget-heading" data-id="94d497b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">3日間合計</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-86ab7cc" data-id="86ab7cc" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b56e544 elementor-widget elementor-widget-heading" data-id="b56e544" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">66,895</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-85a74fd elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="85a74fd" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-310c3c5" data-id="310c3c5" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-521a51a elementor-widget elementor-widget-heading" data-id="521a51a" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">2023年06月21日(水)～06月23日(金)にて、東京ビックサイト東5ホールで開催されます
「次世代を切り拓く技術・情報・人のクロスポイント MiraiTech 新価値創造展 in 機械要素技術展2023」に「生産設備の稼働監視・実績収集 パワーあんどん」を出展致します。</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6f2fa12 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6f2fa12" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6a19de9" data-id="6a19de9" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a203434 elementor-widget elementor-widget-heading" data-id="a203434" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">コロナ禍ではございますが、ぜひご来場の検討を頂ければ幸甚でございます。
なお、来場は無料となっておりますが、下記の無料招待券申込を利用することで
当日はスムーズにご入場頂けると存じます。</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-af37fb2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="af37fb2" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f20c0f8" data-id="f20c0f8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c466932 elementor-widget elementor-widget-heading" data-id="c466932" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">公式ＨＰ</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9cfad1c" data-id="9cfad1c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-af4c772 elementor-widget elementor-widget-text-editor" data-id="af4c772" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="https://manufacturing-one.smrj.go.jp">https://manufacturing-one.smrj.go.jp</a></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-fbf2fe8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="fbf2fe8" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-413baeb" data-id="413baeb" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1737369 elementor-widget elementor-widget-heading" data-id="1737369" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">無料招待券申込</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7d9c5a8" data-id="7d9c5a8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7c2ee43 elementor-widget elementor-widget-text-editor" data-id="7c2ee43" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="https://entry.reedexpo.co.jp/expo/DMI/?lg=jp&amp;tp=inv&amp;ec=DMI&amp;em=w_tokyo_mtech_1&amp;_ga=2.255855555.97065807.1680600939-1752944779.1680494329">https://entry.reedexpo.co.jp/expo/DMI/?lg=jp&amp;tp=inv&amp;ec=DMI&amp;em=w_tokyo_mtech_1&amp;_ga=2.255855555.97065807.1680600939-1752944779.1680494329</a></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-f7c08eb elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f7c08eb" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-16d43a7" data-id="16d43a7" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c964941 elementor-widget elementor-widget-heading" data-id="c964941" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">◇◆MiraiTech 新価値創造展 in 機械要素技術展のご案内◆◇</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-0fdfef4 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0fdfef4" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9ff74bb" data-id="9ff74bb" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b46cc0c elementor-widget elementor-widget-heading" data-id="b46cc0c" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">開催日時</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f3e29a1" data-id="f3e29a1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-50e5491 elementor-widget elementor-widget-text-editor" data-id="50e5491" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>２０２３年０６月２１日(水)から２０２３年０６月２３日(金) １０：００－１８：００(最終日は１７：００まで) 全３日間</p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4496f78 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4496f78" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ae1b0c8" data-id="ae1b0c8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3be634d elementor-widget elementor-widget-heading" data-id="3be634d" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">会　　場</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e7cab15" data-id="e7cab15" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b46d714 elementor-widget elementor-widget-text-editor" data-id="b46d714" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>東京ビッグサイト東５ホール</p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-cc8bc37 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="cc8bc37" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0e6fa27" data-id="0e6fa27" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-cd35d2f elementor-widget elementor-widget-heading" data-id="cd35d2f" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">来　　場</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0cec504" data-id="0cec504" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-fea6bfb elementor-widget elementor-widget-text-editor" data-id="fea6bfb" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>東京ビッグサイトへのアクセス </p><p>URL：<a href="https://www.bigsight.jp/visitor/access/">https://www.bigsight.jp/visitor/access/</a></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-d8ca937 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d8ca937" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9fdb6a6" data-id="9fdb6a6" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-67dc078 elementor-widget elementor-widget-heading" data-id="67dc078" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">弊　　社</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9c6385e" data-id="9c6385e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-040fa4b elementor-widget elementor-widget-text-editor" data-id="040fa4b" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>表面処理・改質技術【４１－３２－７８】 株式会社エキスパートギグ</p><div> </div>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>2023/03/09 川崎市経済労働局主催のセミナーに弊社代表が登壇致します</title>
		<link>https://expertgig.jp/2023/03/01/2023-03-09-%e5%b7%9d%e5%b4%8e%e5%b8%82%e7%b5%8c%e6%b8%88%e5%8a%b4%e5%83%8d%e5%b1%80%e4%b8%bb%e5%82%ac%e3%81%ae%e3%82%bb%e3%83%9f%e3%83%8a%e3%83%bc%e3%81%ab%e5%bc%8a%e7%a4%be%e4%bb%a3%e8%a1%a8%e3%81%8c/</link>
		
		<dc:creator><![CDATA[OnozawaMakoto]]></dc:creator>
		<pubDate>Tue, 28 Feb 2023 15:00:00 +0000</pubDate>
				<category><![CDATA[IoT関連]]></category>
		<category><![CDATA[ニュース]]></category>
		<category><![CDATA[出展関連]]></category>
		<guid isPermaLink="false">https://expertgig.jp/?p=5642</guid>

					<description><![CDATA[２０２３年０３月０９日(木)に、川崎市Ｋ－ＮＩＣで開催されます「将来を見据えた人財育成を！中小企業のリスキニング実践講座」の事例講演に弊社の代表取締役 田野 存行が登壇致します。 コロナ禍ではございますが、ぜひ来場による [&#8230;]]]></description>
										<content:encoded><![CDATA[<h2>２０２３年０３月０９日(木)に、川崎市Ｋ－ＮＩＣで開催されます「将来を見据えた人財育成を！中小企業のリスキニング実践講座」の事例講演に弊社の代表取締役 田野 存行が登壇致します。</h2>
<p>コロナ禍ではございますが、ぜひ来場による参加、もしくはオンライン(Zoomウェビナー)による参加のご検討を頂ければ幸甚でございます。なお、参加費は無料となっておりますが、下記のＵＲＬよりＷｅｂ上で参加申込ができます。<br />
また、Ｍａｉｌ・ＦＡＸでの参加申込は、ご案内チラシをダウンロードして頂き、２ページ目の参加お申込み方法の通りにご記入頂き 3月7日(火)までにＭａｉｌまたはＦＡＸにてお送りください。<br />
当日は、スムーズにご参加頂けると存じます。</p>
<h2><a href="https://kawasaki-seisansei.com/230309/form.html">来場参加申し込みＵＲＬ</a></h2>
<p><strong>← こちらをクリックしてください</strong></p>
<h2><a href="https://us06web.zoom.us/webinar/register/WN__CFuwo6MRP-gKQJFrLBU8A">オンライン参加申し込みＵＲＬ</a></h2>
<p><strong>← こちらをクリックしてください</strong></p>
<h2><a href="https://expertgig.jp/wp/wp-content/uploads/2023/03/InformationLeaflet.pdf">ご案内チラシ</a></h2>
<p><strong>← こちらをクリックしてください</strong></p>
<h2>セミナー概要</h2>
<table style="border-collapse: collapse; width: 100%; height: 295px;">
<tbody>
<tr style="height: 24px;">
<td style="width: 21.9533%; height: 24px; background-color: #2ba7ca; text-align: center;"><strong>日　　時</strong></td>
<td style="width: 78.0467%; height: 24px; background-color: #737883;"><strong>２０２３年０３月０９日（木）１４：００～１５：００</strong></td>
</tr>
<tr style="height: 24px;">
<td style="width: 21.9533%; height: 24px; background-color: #2ba7ca; text-align: center;"><strong>会　　場</strong></td>
<td style="width: 78.0467%; height: 24px; background-color: #737883;"><strong>Kawasaki-NEDO Innovastion Center（K-NIC）</strong></td>
</tr>
<tr style="height: 24px;">
<td style="width: 21.9533%; height: 48px; background-color: #2ba7ca; text-align: center;" rowspan="2"><strong>来　　場</strong></td>
<td style="width: 78.0467%; height: 24px; background-color: #737883;"><strong>ＪＲ川崎駅西口からペデストリアンデッキで直結</strong></td>
</tr>
<tr style="height: 24px;">
<td style="width: 78.0467%; height: 24px; background-color: #737883;"><strong>　　川崎市幸区大宮町１３１０番 ミューザ川崎セントラルタアワー５F　　　　　　　　　　　　　　　　</strong></td>
</tr>
<tr style="height: 24px;">
<td style="width: 21.9533%; height: 175px; background-color: #2ba7ca; text-align: center;" rowspan="6"><strong>目　　次</strong></td>
<td style="width: 78.0467%; height: 24px; background-color: #737883;"><strong>基調講演　「中小企業のリスキング入門」</strong></td>
</tr>
<tr style="height: 24px;">
<td style="width: 78.0467%; height: 24px; background-color: #737883;"><strong>　　　　　　　　　株式会社リクルート リクルートワークス研究所</strong></td>
</tr>
<tr style="height: 55px;">
<td style="width: 78.0467%; background-color: #737883; height: 55px;"><strong>　　　　　　　　　　　　　　　　　　　　　主任研究員 大島 寧子 氏</strong></td>
</tr>
<tr style="height: 24px;">
<td style="width: 78.0467%; height: 24px; background-color: #737883;"><strong>事例講演　「工場のＤＸ人材像・必要スキル」</strong></td>
</tr>
<tr style="height: 24px;">
<td style="width: 78.0467%; height: 24px; background-color: #737883;"><strong>　　　　　　　　　株式会社エキスパートギグ</strong></td>
</tr>
<tr style="height: 24px;">
<td style="width: 78.0467%; height: 24px; background-color: #737883;"><strong>　　　　　　　　　　　　　　　　　　　　　代表取締役 田野 存行 氏</strong></td>
</tr>
<tr style="height: 24px;">
<td style="width: 21.9533%; height: 24px; background-color: #2ba7ca; text-align: center;"><strong>定　員</strong></td>
<td style="width: 78.0467%; height: 24px; background-color: #737883;"><strong>来場５０名、オンライン（Zoomウェビナー）１００名</strong></td>
</tr>
</tbody>
</table>
<h2>働き方改革・生産性向上推進事業セミナー</h2>
<p>企業がデジタル技術を使いながら価値を創造できるよう、従業員の能力やスキルを再開発する「リスキング」が近年重要視されていますが、社内にDXに対応できる人材がいないという問題を抱えています。そこで今回のセミナーでは、DXに取り組みたいけれど、具体的な取り組み方法に悩みを抱えている方などを対象に、第一線の実践者による基調講演と事例講演からヒントとなる情報を提供頂きます。</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>2023/02/24 埼玉県DX支援NW構成機関様向けDX支援スキルアップ講習を行いました</title>
		<link>https://expertgig.jp/2023/02/24/2023-02-24-%e5%9f%bc%e7%8e%89%e7%9c%8cdx%e6%94%af%e6%8f%b4nw%e6%a7%8b%e6%88%90%e6%a9%9f%e9%96%a2%e6%a7%98%e5%90%91%e3%81%91dx%e6%94%af%e6%8f%b4%e3%82%b9%e3%82%ad%e3%83%ab%e3%82%a2%e3%83%83%e3%83%97/</link>
		
		<dc:creator><![CDATA[OnozawaMakoto]]></dc:creator>
		<pubDate>Thu, 23 Feb 2023 15:00:48 +0000</pubDate>
				<category><![CDATA[IoT関連]]></category>
		<category><![CDATA[ニュース]]></category>
		<category><![CDATA[出展関連]]></category>
		<guid isPermaLink="false">https://expertgig.jp/?p=5668</guid>

					<description><![CDATA[2023年02月24日(金)に、中小企業の方々の支援として「製造現場の課題と現場改善の取組み」という内容で弊社の営業課長 栃谷 弘之が講習動画に登壇致しました。 講習動画 【題　名】 「製造現場の課題」と「現場改善の取組 [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="5668" class="elementor elementor-5668" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-b47c7c5 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b47c7c5" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ee7090b" data-id="ee7090b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a5ff877 elementor-widget elementor-widget-heading" data-id="a5ff877" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-large">2023年02月24日(金)に、中小企業の方々の支援として「製造現場の課題と現場改善の取組み」という内容で弊社の営業課長 栃谷 弘之が講習動画に登壇致しました。</h1>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-5c87f5a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5c87f5a" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-935ea28" data-id="935ea28" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f614d41 elementor-widget elementor-widget-heading" data-id="f614d41" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-large">講習動画</h1>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-e1af23c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="e1af23c" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-681a653" data-id="681a653" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5148584 elementor-widget elementor-widget-heading" data-id="5148584" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">【題　名】</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c39ea4d" data-id="c39ea4d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-125f5b7 elementor-widget elementor-widget-text-editor" data-id="125f5b7" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-size: 14pt;">「製造現場の課題」と「現場改善の取組み」(DX推進支援NW構成機関向け動画11)</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-e844fe5 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="e844fe5" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-736c442" data-id="736c442" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-45e553b elementor-widget elementor-widget-heading" data-id="45e553b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">【登　壇】</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e581c1a" data-id="e581c1a" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3414572 elementor-widget elementor-widget-text-editor" data-id="3414572" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-size: 14pt;">株式会社エキスパートギグ 営業課 課長 工場IoT推進 栃谷 弘之</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-50a7e89 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="50a7e89" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-75ad5fd" data-id="75ad5fd" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-778596a elementor-widget elementor-widget-heading" data-id="778596a" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">【時　間】</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9fb1b13" data-id="9fb1b13" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4871474 elementor-widget elementor-widget-text-editor" data-id="4871474" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-size: 14pt;">31分36秒</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-497f4c8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="497f4c8" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1139b23" data-id="1139b23" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-17e4dcb elementor-widget elementor-widget-heading" data-id="17e4dcb" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">【ＵＲＬ】</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3d57587" data-id="3d57587" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-83ea86f elementor-widget elementor-widget-heading" data-id="83ea86f" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://www.saitamadx.com/organization-seminar">構成機関向け講習動画(https://www.saitamadx.com/organization-seminar)</a></h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-3a25713 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3a25713" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-883c89e" data-id="883c89e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-0d511df elementor-widget elementor-widget-heading" data-id="0d511df" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">埼玉県DX推進支援ネットワークとは</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-678a770 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="678a770" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2bc4457" data-id="2bc4457" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7df2f83 elementor-widget elementor-widget-text-editor" data-id="7df2f83" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-size: 14pt;">県内企業のDXを推進するため、国、県、市、経済団体、地域金融機関及び支援機関が</span><span style="font-size: 14pt;">連携し、各企業のデジタル化の段階に応じたきめ細やかな支援に取り組む。</span><br /><span style="font-size: 14pt;">同ネットワークのWebサイトでは、各支援機関のDX関連支援策（研修やセミナー）</span><span style="font-size: 14pt;">が一括で検索できますし、皆様の企業に訪問させて頂いてる支援機関のメンバーが窓口</span><span style="font-size: 14pt;">になってデジタル化・活用の悩みを聞き、適材な人材がアドバイスを行うような活動を</span><span style="font-size: 14pt;">展開していきます。</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>彩の国ビジネスアリーナ2023に出展致します</title>
		<link>https://expertgig.jp/2023/01/31/%e5%bd%a9%e3%81%ae%e5%9b%bd%e3%83%93%e3%82%b8%e3%83%8d%e3%82%b9%e3%82%a2%e3%83%aa%e3%83%bc%e3%83%8a2023%e3%81%ab%e5%87%ba%e5%b1%95%e8%87%b4%e3%81%97%e3%81%be%e3%81%99/</link>
					<comments>https://expertgig.jp/2023/01/31/%e5%bd%a9%e3%81%ae%e5%9b%bd%e3%83%93%e3%82%b8%e3%83%8d%e3%82%b9%e3%82%a2%e3%83%aa%e3%83%bc%e3%83%8a2023%e3%81%ab%e5%87%ba%e5%b1%95%e8%87%b4%e3%81%97%e3%81%be%e3%81%99/#respond</comments>
		
		<dc:creator><![CDATA[OnozawaMakoto]]></dc:creator>
		<pubDate>Tue, 31 Jan 2023 05:52:13 +0000</pubDate>
				<category><![CDATA[IoT関連]]></category>
		<category><![CDATA[ニュース]]></category>
		<category><![CDATA[出展関連]]></category>
		<guid isPermaLink="false">https://expertgig.jp/?p=5593</guid>

					<description><![CDATA[彩の国ビジネスアリーナ2023オンライン出展 彩の国ビジネスアリーナは、中小企業の受注拡大・販路開拓のためのビジネスマッチングイベントです。リアル展示＋オンライン展示のハイブリッド型で開催する今回は、ＧＸ（グリーントラン [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="5593" class="elementor elementor-5593" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-18ade93e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="18ade93e" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-198e37d3" data-id="198e37d3" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-53dcf53f elementor-widget elementor-widget-text-editor" data-id="53dcf53f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h1>彩の国ビジネスアリーナ2023オンライン出展</h1>
<p style="font-family: 'Open Sans', sans-serif;font-size: 14px;font-style: normal;font-weight: 400"><span style="background-color: #d1eaf6;color: #000000;font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;font-size: 16px;font-style: normal;font-weight: 400">彩の国ビジネスアリーナは、中小企業の受注拡大・販路開拓のためのビジネスマッチングイベントです。リアル展示＋オンライン展示のハイブリッド型で開催する今回は、ＧＸ（グリーントランスフォーメーション）、ＤＸ（デジタルトランスフォーメーション）、加工技術／部品、製品／機器装置／ロボット、ビジネスサポートなど、多彩な分野の企業・団体が出展するとともに、スポーツ産業や先端産業、産学連携のコーナーも設置されます。ぜひご来場ください。</span></p>
<p><span style="font-family: 'Open Sans', sans-serif;font-size: 14px;font-style: normal;font-weight: 400">展示会URL　<a href="https://saitama-bizmatch.jp/">https://saitama-bizmatch.jp</a></span></p>
<p> </p>
<p></p>
<p></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		]]></content:encoded>
					
					<wfw:commentRss>https://expertgig.jp/2023/01/31/%e5%bd%a9%e3%81%ae%e5%9b%bd%e3%83%93%e3%82%b8%e3%83%8d%e3%82%b9%e3%82%a2%e3%83%aa%e3%83%bc%e3%83%8a2023%e3%81%ab%e5%87%ba%e5%b1%95%e8%87%b4%e3%81%97%e3%81%be%e3%81%99/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>テクニカルショウヨコハマ2023に出展致します</title>
		<link>https://expertgig.jp/2023/01/14/%e3%83%86%e3%82%af%e3%83%8b%e3%82%ab%e3%83%ab%e3%82%b7%e3%83%a7%e3%82%a6%e3%83%a8%e3%82%b3%e3%83%8f%e3%83%9e2023/</link>
					<comments>https://expertgig.jp/2023/01/14/%e3%83%86%e3%82%af%e3%83%8b%e3%82%ab%e3%83%ab%e3%82%b7%e3%83%a7%e3%82%a6%e3%83%a8%e3%82%b3%e3%83%8f%e3%83%9e2023/#respond</comments>
		
		<dc:creator><![CDATA[OnozawaMakoto]]></dc:creator>
		<pubDate>Sat, 14 Jan 2023 05:26:10 +0000</pubDate>
				<category><![CDATA[IoT関連]]></category>
		<category><![CDATA[ニュース]]></category>
		<category><![CDATA[出展関連]]></category>
		<guid isPermaLink="false">https://expertgig.jp/?p=5575</guid>

					<description><![CDATA[テクニカルショウヨコハマ2023オンライン出展 最先端の技術・製品が一堂に会する、首都圏最大級の工業技術・製品に関する総合見本市です。 リアル展示 2023年2月1日（水）～3日（金）3日間　10:00~17:00 パシ [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="5575" class="elementor elementor-5575" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-18ade93e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="18ade93e" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-198e37d3" data-id="198e37d3" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-53dcf53f elementor-widget elementor-widget-text-editor" data-id="53dcf53f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h1>テクニカルショウヨコハマ2023オンライン出展</h1>
<p style="font-family: 'Open Sans', sans-serif;font-size: 14px;font-style: normal;font-weight: 400">最先端の技術・製品が一堂に会する、首都圏最大級の工業技術・製品に関する総合見本市です。</p>
<p style="font-family: 'Open Sans', sans-serif;font-size: 14px;font-style: normal;font-weight: 400">リアル展示</p>
<p style="font-family: 'Open Sans', sans-serif;font-size: 14px;font-style: normal;font-weight: 400">2023年2月1日（水）～3日（金）3日間　10:00~17:00</p>
<p style="font-family: 'Open Sans', sans-serif;font-size: 14px;font-style: normal;font-weight: 400">パシフィコ横浜展示ホールA・B・C（横浜市西区みなとみらい1－1－1） 13,300㎡　</p>
<p style="font-family: 'Open Sans', sans-serif;font-size: 14px;font-style: normal;font-weight: 400">皆様のご来場をお待ちしております。</p>
<p style="font-family: 'Open Sans', sans-serif;font-size: 14px;font-style: normal;font-weight: 400">弊社展示場URL　<a style="font-size: 14px" href="https://www.tech-yokohama.jp/2023/exhibitor/?detail=100174">テクニカルショウヨコハマ2023 (tech-yokohama.jp)</a></p>
<p> </p>
<p> </p>
<p></p>
<p></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		]]></content:encoded>
					
					<wfw:commentRss>https://expertgig.jp/2023/01/14/%e3%83%86%e3%82%af%e3%83%8b%e3%82%ab%e3%83%ab%e3%82%b7%e3%83%a7%e3%82%a6%e3%83%a8%e3%82%b3%e3%83%8f%e3%83%9e2023/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
