zoukankan      html  css  js  c++  java
  • EtherCAT主站对PHY有要求?

    /**********************************************************************
     *                     EtherCAT主站对PHY有要求?
     * 说明:
     *     之前常听说EtherCAT主站对PHY有特殊的要求,于是找点资料确认一下,结论
     * 是没有什么特殊的要求,另外就是EtherCAT和CANOpen类似通过配置文件进行
     * 功能配置。
     *
     *                                2018-11-30 深圳 宝安西乡 曾剑锋
     *********************************************************************/
    
    一、参考文档:
        1. EtherCAT
            https://en.wikipedia.org/wiki/EtherCAT
        2. EtherCAT主站开发经验——基于X86或ARM
            https://jingyan.baidu.com/article/6181c3e0844e7d152ef15332.html
    
    二、Ethernet和EtherCAT在7层网络(ISO/OSI Reference Model)架构上的区别:
        1. The TCP/IP Stack shown is not needed for typical fieldbus devices.
        2. EtherCAT master can access all data including name and data types of an EtherCAT slave without complex tools.
        3. EtherCAT uses Standard Ethernet (IEEE 802.3 - Ethernet MAC and PHY) without modifications.
    
    三、 Device Profiles:
        The device profiles describe the application parameters and functional behavior of the devices, including device-specific state machines. The following software interfaces are provided for existing device profiles. Thus, the migration to EtherCAT by adjusting the firmware and the hardware is simplified significantly.
  • 相关阅读:
    基于HTML5的多张图片上传
    如何限制textarea文本框的输入字数
    页面第一次加载实现图片淡入方式加载
    ajax实现的无刷新分页代码实例
    26个Jquery使用小技巧
    Windows下搭建PHP开发环境
    Jquery插件之ajaxForm ajaxSubmit的理解用法
    Java XML解析器
    JS截取字符串
    在Eclipse中配置tomcat
  • 原文地址:https://www.cnblogs.com/zengjfgit/p/10045459.html
Copyright © 2011-2022 走看看