zoukankan      html  css  js  c++  java
  • CAN协议与CANOpen协议

      这里详细介绍了CAN协议中数据通信帧每位的含义,有图片,值得一看:https://www.cnblogs.com/pejoicen/p/3986587.html

      这里介绍了CanOpen协议,https://blog.csdn.net/plc_jianghao/article/details/77824241

      再看官网解释:https://www.can-cia.org/can-knowledge/canopen/sdo-protocol/

      CanOpen开源项目:

      项目名:CANopenSocket

      项目地址:https://github.com/CANopenNode/CANopenSocket

      项目介绍:

      CANopenSocket is a collection of CANopen tools running on Linux with socketCAN interface.

      CANopenSocket consists of two applications: canopend, which runs in background, and canopencomm, command interface for SDO and NMT master.

      canopend

      canopend is an implementation of CANopen device with master functionality. It runs within three threads. Realtime thread processes CANopen SYNC and PDO objects. Mainline thread processes other non time critical   objects. Both are nonblocking. Command interface thread is blocking. It accepts commands from socket connection from external application and executes master SDO and NMT tasks.

      canopencomm

      canopencomm is the other end of the Command interface. It accepts text commands form arguments or from standard input or from file. It sends commands to canopend via socket, line after line. Received result is printed to standard output. It is implementation of the CiA 309 standard.

  • 相关阅读:
    Android:RelativeLayout相对布局(转)
    Android:LayoutInflater作用及使用(转)
    keepalive安装配置
    nginx 多级7层代理安装配置
    k8s使用cephfs
    haproxy安装及配置
    通过nodeSelector配置项实现pod部署至指定node
    SFTP使用key文件登录
    k8s使用ceph存储
    nginx开启gzip压缩后导致apk包下载不能正常安装
  • 原文地址:https://www.cnblogs.com/kanite/p/9224482.html
Copyright © 2011-2022 走看看