#author("2020-06-22T11:40:05+00:00","default:admin","admin")
*EtherCAT [#y6c9f7e8]
#author("2020-07-21T06:37:59+00:00","default:admin","admin")
-[[IoT 工場ネットワーク実装・構築技術ハンドブック:https://www.cisco.com/c/dam/global/ja_jp/products/catalog/pdf/panduit-iot-handbook.pdf]]
-[[工場セキュリティ概論~オフィスネットワークと産業用ネットワークの見えない壁~:https://www.secure-sketch.com/blog/necessity-of-cyber-security-measures-for-iot-systems-01]]

-[[接続.com:https://www.keyence.co.jp/ss/products/controls/network/]]
--[[接続形態(トポロジー):https://www.keyence.co.jp/ss/products/controls/network/basics/topology.jsp]]
--[[通信方式:https://www.keyence.co.jp/ss/products/controls/network/basics/communication.jsp]]

-[[フィールドバス比較表:http://www.mnc.co.jp/fieldbus/comparison_chart.htm]]
-[[産業用ネットワーク市場シェア動向 2020(HMS Networks 統計):https://www.anybus.com/ja/about-us/news/2020/05/29/industrial-network-market-shares-2020-according-to-hms-networks]]
-[[産業用ネットワーク市場シェア動向 2018 (HMS 社統計) — 産業用 Ethernet がついにフィールドバスのシェアを上回る:https://www.anybus.com/ja/about-us/news/2018/02/16/industrial-ethernet-is-now-bigger-than-fieldbuses]]

-[[Sysmacの産業用Ethernet - Omron:https://www.fa.omron.co.jp/product/special/sysmac/overview/ethernet.html]]

-[[産業用ネットワーク技術まとめ#1:https://qiita.com/tootsie/items/39a3e0321805795a913a]]

*[[EtherCAT:https://www.ethercat.org/jp.htm]] [#y6c9f7e8]
-[[EtherCAT® ってなに?:https://www.macnica.co.jp/business/semiconductor/articles/texas_instruments/125025/]]
-[[いまさら聞けない EtherCAT入門:https://monoist.atmarkit.co.jp/mn/articles/1309/17/news001.html]]
-[[EtherCAT® とは -5分で分かる概要-:https://www.macnica.co.jp/business/semiconductor/articles/texas_instruments/125025/]]
-[[EtherCAT通信とは何ですか?:https://www.fa.omron.co.jp/guide/faq/detail/faq05976.html]]
-[[トヨタが全面採用を決めた「EtherCAT」とは何か:https://techfactory.itmedia.co.jp/tf/articles/1702/17/news002.html]]

-[[超高速フィールドネットワークシステム「EtherCAT(イーサキャット)」とは:https://www.takagishokai.co.jp/product-search/2015/12/14/36]]
-[[EtherCATとその開発について:https://www.takagishokai.co.jp/product-search/2018/05/31/133]]
-[[トヨタEtherCAT全面採用の決め手「EtherCAT P」の特長:https://www.takagishokai.co.jp/product-search/2016/06/24/69]]
-[[高木商会はEtherCATの生みの親「ベッコフオートメーション(Beckhoff Automation)」の製品を取り扱っています。:https://www.takagishokai.co.jp/product-search/2016/06/03/62]]

-[[設備同士をリアルタイムに繋ぐ「EtherCAT」 ─アドバネットインタビュー:https://iotnews.jp/archives/46365]]

-[[EtherCAT 開発記録:https://nonnoise.github.io/EtherCAT_Document/build/html/index.html]]
-[[江端さんのDIY奮闘記 EtherCATでホームセキュリティシステムを作る:https://eetimes.jp/ee/series/1861/]]

-[[ArduinoでEtherCATのデモ:https://github.com/lipoyang/Arduino_de_EtherCAT]]
--[[ESP32でEtherCAT-WiFiゲートウェイ:https://github.com/lipoyang/ESP32_EtherCAT_WiFi]]

-[[EtherCAT – イーサネットフィールドバス:https://www.ethercat.org/download/documents/ETG_Brochure_JP.pdf]]
-[[EtherCATの優位性と上位ネットワークとの連携:https://www.jstage.jst.go.jp/article/sicejl/57/1/57_29/_pdf]]

**概要 [#ud18e984]
***PDO通信 [#ie37dd68]
-実際にスレーブに制御データを送って、制御システムを稼働させる通信を、プロセスデータオブジェクト(Process Data Object:PDO)通信と言う
-EtherCATのPDO通信は、TCP/IP通信とは異なり、スレーブは、フレームが到着したことを、いちいちマスタに報告しない

***SDO通信 [#y932e56f]
-PDO通信の前に、マスタが、スレーブの設定のために行う通信を、サービスデータオブジェクト(Service Data Object:SDO)通信という

***CoE : CAN application protocol over EtherCAT [#fb50319c]


**EtherCATマスター [#ic2329c7]
-RJ45形状のEthernetポートが標準装備されている現在のPCであれば、ソフトウェアの導入のみでEtherCATマスター化が可能

**EtherCATスレーブ [#l1a53aab]
-理論上最大6万5536スレーブが接続可能
-独自のEtherCATスレーブを開発することも可能

-[[EtherCATスレーブコントローラ(ESC)の概要:https://www.ethercat.org/jp/downloads/downloads_70CA98412F1440E695C5AA1D2BC2418F.htm]]
-[[EtherCATスレーブに使える半導体 (1):https://qiita.com/nonNoise/items/8caacbaae9d31ffd63e4]]
-[[EtherCATスレーブに使える半導体 (2):https://qiita.com/nonNoise/items/6f6889fc8b30eb9cec1f]]

**TCP/IPとの混在 [#de886c18]
-"Ethernet over EtherCAT"プロトコル経由でFTP、HTTPやTCP/IPを送信可能

**EtherCAT G [#u05e015a]
-[[ベッコフがEtherCATのギガビット通信仕様を発表、その名は「EtherCAT G」:https://xtech.nikkei.com/atcl/nxt/event/18/00041/112900004/]]

**EtherCAT P [#e34024a7]
-[[トヨタEtherCAT全面採用の決め手「EtherCAT P」の特長:https://www.takagishokai.co.jp/product-search/2016/06/24/69]]

**関連製品 [#bc70291e]
-[[商用EtherCATスレーブをまとめる:https://qiita.com/nonNoise/items/d02c2d68a8db53fd9375]]

-[[EtherCAT - Adbanet:https://www.advanet.co.jp/ethercat/]]
-[[Omron GX-□D16□1 / OC1601:https://www.fa.omron.co.jp/products/family/2954/specification.html]]
-[[EtherCATマスター+RT OS +リアルタイムAPIライブラリ=『All In One』高性能 EtherCATモーションコントローラ:https://softservo.co.jp/wp-content/uploads/material/MXR_2015Sep.pdf]]
-[[Small card, huge functionality – Industrial communication in M.2 format:https://www.hilscher.com/ja/blog/hilscher-releases-new-member-of-cifx-pc-card-family-in-m2-2230-key-a-and-e-format/]]
-[[EtherCAT対応 ネットワークアンプ(特注品):https://www3.panasonic.biz/ac/j/motor/fa-motor/ac-servo/ethercat/index.jsp]]

-[[RZ/T1搭載CPUボード AP-RZT-0A:https://www.apnet.co.jp/product/rza/ap-rzt-0a.html]]

**対応マイコン [#dce978be]
***[[EC-1:https://www.renesas.com/jp/ja/products/factory-automation/ec-1.html]] [#y018a551]

***[[RX72M:https://www.renesas.com/jp/ja/products/microcontrollers-microprocessors/rx/rx700/rx72m.html]] [#g2f91193]
-[[EtherCATスレーブコントローラーを内蔵、ルネサスがRXマイコンのハイエンド品:https://xtech.nikkei.com/atcl/nxt/news/18/05233/]]
-[[RX72Mの産業ネットワークソリューションを用いてスピーディな開発環境立上げ!~EtherCAT® 編~:https://www.idt.com/jp/ja/blogs/speedy-development-environment-setup-rx72m-industrial-network-solution-about-ethercat]]

***[[XMC-4800,4300:https://www.infineon.com/cms/en/product/promopages/xmc4300_4800-EtherCAT/]] [#pf56aa9e]
-[[Infineon XMC4300 Relax EtherCAT® Shield KITXMC43RELAXECATV1TOBO1:https://jp.rs-online.com/web/p/processor-microcontroller-development-kits/1113726/]]

***Sitara [#b983c2cc]
-[[Sitaraプロセッサ上の EtherCAT:https://www.ti.com/jp/lit/wp/jajy007a/jajy007a.pdf?ts=1595288911113&ref_url=https%253A%252F%252Fwww.google.com%252F]]

**SOEM [#uc25ea87]
-[[Home of SOEM and SOES:https://openethercatsociety.github.io/]]
-[[SOEM - Github:https://github.com/OpenEtherCATsociety/SOEM]]

**コンフォーマンス [#l6227ed0]
-[[コンフォーマンスガイド:https://ethercat.org/download/documents/ETG.7010_EtherCAT_ConformanceGuide_J_V1i1i0.pdf]]


*EtherNET/IP [#m94e78a0]
-[[EtherNet/IP:https://www.eforce.co.jp/ethernet-ip/]]
-[[正しい産業用Ethernet標準規格の選び方: EtherNet/IP:https://e2e.ti.com/blogs_/japan/b/industrial/archive/2017/01/11/ethernet-ethernet-ip]]
-[[EtherNet/IPについて:https://odvatagjapan.iinaa.net/EtherNet/EtherNet.html]]
-[[EtherNet/IPポートでメッセージ通信をしたい。CIPについて教えてください。:https://www.fa.omron.co.jp/guide/faq/detail/faq05632.html]]

*CANopen [#k6b620cb]
-[[「CANopen入門」関連の最新 ニュース・レビュー・解説 記事 まとめ:https://www.itmedia.co.jp/keywords/canopen.html]]

*CAN Bus [#oc4a1716]
**MCP2515 [#h2c476b5]
-[[MCP2515モジュールでCAN通信の実験1(Arduino):http://zattouka.net/GarageHouse/micon/MPLAB/18F26K80/ECAN/MCP2515-1.htm]]
-[[MCP2515を使った自作基板とRaspberry Piで自動車のECUにOBDリクエストを送る:https://qiita.com/suzutsuki0220/items/7cfdeb334efa4ffe3070]]


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS