点击或拖拽改变大小

HslCommunication.Profinet.AllenBradley 命名空间

[缺少 "N:HslCommunication.Profinet.AllenBradley" 的 <summary> 文档]

  说明
公共类AbStructHandle
结构体的句柄信息
公共类AbTagItem
AB PLC的数据标签实体类
Data tag entity class of AB PLC
公共类代码示例AllenBradleyConnectedCipNet
基于连接的对象访问的CIP协议的实现,用于对罗克韦尔 PLC进行标签的数据读写,对数组,多维数组进行读写操作,支持的数据类型请参照API文档手册。
The implementation of the CIP protocol based on connected object access is used to read and write tag data to Rockwell PLC, and read and write arrays and multidimensional arrays. For the supported data types, please refer to the API documentation manual.
公共类AllenBradleyDF1Serial
AB-PLC的DF1通信协议,基于串口实现,通信机制为半双工,目前适用于 Micro-Logix1000,SLC500,SLC 5/03,SLC 5/04,地址示例:N7:1
公共类AllenBradleyHelper
AB PLC的辅助类,用来辅助生成基本的指令信息
公共类AllenBradleyItemValue
AB PLC的标签节点数据信息
公共类AllenBradleyMicroCip
AB PLC的cip通信实现类,适用Micro800系列控制系统
AB PLC's cip communication implementation class, suitable for Micro800 series control system
公共类AllenBradleyNet
AB PLC的数据通信类,使用CIP协议实现,适用1756,1769等型号,支持使用标签的形式进行读写操作,支持标量数据,一维数组,二维数组,三维数组等等。如果是局部变量,那么使用 Program:MainProgram.[变量名]。
The data communication class of AB PLC is implemented using the CIP protocol. It is suitable for 1756, 1769 and other models. It supports reading and writing in the form of tags, scalar data, one-dimensional array, two-dimensional array, three-dimensional array, and so on. If it is a local variable, use the Program:MainProgram.[Variable name].
公共类代码示例AllenBradleyPcccNet
在CIP协议里,使用PCCC命令进行访问设备的原始数据文件的通信方法,
公共类AllenBradleyPcccServer
虚拟的PCCC服务器,模拟的AB 1400通信
公共类AllenBradleyServer
AB PLC的虚拟服务器,仅支持和HSL组件的完美通信,可以手动添加一些节点。
AB PLC's virtual server only supports perfect communication with HSL components. You can manually add some nodes.
公共类代码示例AllenBradleySLCNet
AllenBradley品牌的PLC,针对SLC系列的通信的实现,测试PLC为1747。
AllenBradley brand PLC, for the realization of SLC series communication, the test PLC is 1747.
公共类MessageRouter
自定义的消息路由类,可以实现CIP协议自定义的路由消息
A custom message routing class that can implement custom routing messages of the CIP protocol
接口
  接口说明
公共接口IReadWriteCip
CIP协议的基础接口信息