Metadata-Version: 2.1 Name: a2y-fef Version: 0.9.9 Summary: 此模块实现了一个总线设备管理器。所有被管理的设备使用 Mewtocol 协议通信,作为从机。通常总线类型是 RS485。对内核科技RS485接口的输入输出模块、单轴运动控制模块提供高层次API支持。 Home-page: http://www.sorobust.com/a2y/fef.html Author: Yu Han Author-email: hanjunyu@163.com License: Private Platform: Windows Platform: Linux Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Developers Classifier: License :: Free For Educational Use Classifier: Programming Language :: Python :: 3.5 Classifier: Operating System :: Microsoft :: Windows :: Windows 10 Classifier: Operating System :: POSIX :: Linux Description-Content-Type: text/markdown License-File: LICENSE Requires-Dist: a2y-mew (>=0.9.3) # Python Module: a2y_mew a2y_mew模块实现了扩展的Mewtocol通信协议。原始的Mewtocol来自Panasonic,用于其FP系列PLC与上位机、触摸屏等设备通信。 本模块在以下方面对Mewtocol进行了扩展: - 地址空间从8位整数扩展为不定长,最高可达32位。为了兼容性,最小为8位,在报文中至少占两个字节。 - 通讯方式从半双工增强为全双工,即主从双方可以同时发送数据。当从设备发生了某个事件(例如,输入点发生了变化),可以主动给主机发送报文。