点击或拖拽改变大小

HslCommunication.Profinet.Omron 命名空间

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

  说明
公共类OmronCipNet
欧姆龙PLC的CIP协议的类,支持NJ,NX,NY系列PLC,支持tag名的方式读写数据,假设你读取的是局部变量,那么使用 Program:MainProgram.变量名
Omron PLC's CIP protocol class, support NJ, NX, NY series PLC, support tag name read and write data, assuming you read local variables, then use Program: MainProgram. Variable name
公共类OmronCipServer
欧姆龙的CIP虚拟服务器
公共类代码示例OmronConnectedCipNet
基于连接的对象访问的CIP协议的实现,用于对Omron PLC进行标签的数据读写,对数组,多维数组进行读写操作,支持的数据类型请参照API文档手册。
The implementation of the CIP protocol based on connected object access is used to read and write tag data to Omron PLC, and read and write arrays and multidimensional arrays. For the supported data types, please refer to the API documentation manual.
公共类OmronCpuUnitData
欧姆的Cpu的单元信息数据类
公共类OmronCpuUnitStatus
欧姆龙Cpu的状态信息
公共类OmronFinsDataType
欧姆龙的Fins协议的数据类型
公共类代码示例OmronFinsNet
欧姆龙PLC通讯类,采用Fins-Tcp通信协议实现,支持的地址信息参见api文档信息。本协议下PLC默认的端口号为 9600,也可以手动更改,重启PLC更改生效。
Omron PLC communication class is implemented using Fins-Tcp communication protocol. For the supported address information, please refer to the api document information. The default port number of the PLC under this protocol is 9600, and it can also be changed manually. Restart the PLC to make the changes take effect.
公共类OmronFinsNetHelper
Omron PLC的FINS协议相关的辅助类,主要是一些地址解析,读写的指令生成。
The auxiliary classes related to the FINS protocol of Omron PLC are mainly some address resolution and the generation of read and write instructions.
公共类OmronFinsServer
欧姆龙的虚拟服务器,支持DM区,CIO区,Work区,Hold区,Auxiliary区,可以方便的进行测试
Omron's virtual server supports DM area, CIO area, Work area, Hold area, and Auxiliary area, which can be easily tested
公共类OmronFinsUdp
欧姆龙的Udp协议的实现类,地址类型和Fins-TCP一致,无连接的实现,可靠性不如OmronFinsNet
Omron's Udp protocol implementation class, the address type is the same as Fins-TCP, and the connectionless implementation is not as reliable as OmronFinsNet
公共类OmronFinsUdpServer
欧姆龙的虚拟服务器,支持DM区,CIO区,Work区,Hold区,Auxiliary区,可以方便的进行测试
Omron's virtual server supports DM area, CIO area, Work area, Hold area, and Auxiliary area, which can be easily tested
公共类代码示例OmronHostLink
欧姆龙的HostLink协议的实现,地址支持示例 DM区:D100; CIO区:C100; Work区:W100; Holding区:H100; Auxiliary区: A100
Implementation of Omron's HostLink protocol, address support example DM area: D100; CIO area: C100; Work area: W100; Holding area: H100; Auxiliary area: A100
公共类OmronHostLinkCMode
欧姆龙的HostLink的C-Mode实现形式,地址支持携带站号信息,例如:s=2;D100
Omron's HostLink C-Mode implementation form, the address supports carrying station number information, for example: s=2;D100
公共类OmronHostLinkCModeOverTcp
欧姆龙的HostLink的C-Mode实现形式,当前的类是通过以太网透传实现。地址支持携带站号信息,例如:s=2;D100
The C-Mode implementation form of Omron’s HostLink, the current class is realized through Ethernet transparent transmission. Address supports carrying station number information, for example: s=2;D100
公共类OmronHostLinkCModeServer
欧姆龙的HostLinkCMode协议的虚拟服务器
公共类OmronHostLinkOverTcp
欧姆龙的HostLink协议的实现,基于Tcp实现,地址支持示例 DM区:D100; CIO区:C100; Work区:W100; Holding区:H100; Auxiliary区: A100
Implementation of Omron's HostLink protocol, based on tcp protocol, address support example DM area: D100; CIO area: C100; Work area: W100; Holding area: H100; Auxiliary area: A100
公共类OmronHostLinkServer
欧姆龙的HostLink虚拟服务器,支持DM区,CIO区,Work区,Hold区,Auxiliary区,可以方便的进行测试
Omron's HostLink virtual server supports DM area, CIO area, Work area, Hold area, and Auxiliary area, which can be easily tested