HslCommunication.Profinet.Melsec 命名空间 |
类 | 说明 | |
---|---|---|
MelsecA1EAsciiNet |
三菱PLC通讯协议,采用A兼容1E帧协议实现,使用ASCII码通讯,请根据实际型号来进行选取 Mitsubishi PLC communication protocol, implemented using A compatible 1E frame protocol, using ascii code communication, please choose according to the actual model | |
MelsecA1EDataType |
三菱PLC的数据类型,此处包含了几个常用的类型
| |
MelsecA1ENet |
三菱PLC通讯协议,采用A兼容1E帧协议实现,使用二进制码通讯,请根据实际型号来进行选取 Mitsubishi PLC communication protocol, implemented using A compatible 1E frame protocol, using binary code communication, please choose according to the actual model | |
MelsecA1EServer |
三菱MC-A1E协议的虚拟服务器,支持M,X,Y,D,W的数据池读写操作,支持二进制及ASCII格式进行读写操作,需要在实例化的时候指定。 The Mitsubishi MC-A1E protocol virtual server supports M, X, Y, D, W data pool read and write operations, and supports binary and ASCII format read and write operations, which need to be specified during instantiation. | |
MelsecA3CNet |
基于Qna 兼容3C帧的格式一的通讯,具体的地址需要参照三菱的基本地址 Based on Qna-compatible 3C frame format one communication, the specific address needs to refer to the basic address of Mitsubishi. | |
MelsecA3CNetOverTcp |
基于Qna 兼容3C帧的格式一的通讯,具体的地址需要参照三菱的基本地址,本类是基于tcp通讯的实现 Based on Qna-compatible 3C frame format one communication, the specific address needs to refer to the basic address of Mitsubishi. This class is based on TCP communication. | |
MelsecA3CServer |
基于MC协议的A3C格式虚拟服务器,可以模拟A3C格式的PLC,支持格式1,2,3,4,具体可以使用Format来设置,
支持设置是否校验,同时支持网口或是串口的访问 A3C format virtual server based on MC protocol can simulate A3C format PLC, support format 1, 2, 3, 4, specifically you can use Format to set, support whether to verify the setting, and also support network Port or serial port access | |
MelsecCipNet |
三菱PLC的EIP协议的实现,当PLC使用了 QJ71EIP71 模块时就需要使用本类来访问
| |
MelsecFxLinks |
三菱计算机链接协议,适用FX3U系列,FX3G,FX3S等等系列,通常在PLC侧连接的是485的接线口 Mitsubishi Computer Link Protocol, suitable for FX3U series, FX3G, FX3S, etc., usually the 485 connection port is connected on the PLC side | |
MelsecFxLinksOverTcp |
三菱计算机链接协议的网口版本,适用FX3U系列,FX3G,FX3S等等系列,通常在PLC侧连接的是485的接线口 Network port version of Mitsubishi Computer Link Protocol, suitable for FX3U series, FX3G, FX3S, etc., usually the 485 connection port is connected on the PLC side | |
MelsecFxLinksServer |
三菱的虚拟的FxLinks服务器
| |
MelsecFxSerial |
三菱的串口通信的对象,适用于读取FX系列的串口数据,支持的类型参考文档说明 Mitsubishi's serial communication object is suitable for reading serial data of the FX series. Refer to the documentation for the supported types. | |
MelsecFxSerialOverTcp |
三菱串口协议的网络版,如果使用的是 FX3U编程口(fx2n) -> GOT1000(RS232)(或是GOT2000) -> 上位机(以太网) 的方式,那么就需要把UseGOT设置为 True The network version of the Mitsubishi serial port protocol, if you use the FX3U programming port (fx2n) -> GOT1000 (RS232) (or GOT2000) -> host computer (Ethernet) method, then you need to put UseGOT is set to True | |
MelsecHelper |
所有三菱通讯类的通用辅助工具类,包含了一些通用的静态方法,可以使用本类来获取一些原始的报文信息。详细的操作参见例子 All general auxiliary tool classes of Mitsubishi communication class include some general static methods. You can use this class to get some primitive message information. See the example for detailed operation | |
MelsecMcAsciiNet |
三菱PLC通讯类,采用Qna兼容3E帧协议实现,需要在PLC侧先的以太网模块先进行配置,必须为ASCII通讯格式 Mitsubishi PLC communication class is implemented using Qna compatible 3E frame protocol. The Ethernet module on the PLC side needs to be configured first. It must be ascii communication. | |
MelsecMcAsciiUdp |
三菱PLC通讯类,采用UDP的协议实现,采用Qna兼容3E帧协议实现,需要在PLC侧先的以太网模块先进行配置,必须为ascii通讯 Mitsubishi PLC communication class is implemented using UDP protocol and Qna compatible 3E frame protocol. The Ethernet module needs to be configured first on the PLC side, and it must be ascii communication. | |
MelsecMcDataType |
三菱PLC的数据类型,此处包含了几个常用的类型 Data types of Mitsubishi PLC, here contains several commonly used types | |
MelsecMcNet |
三菱PLC通讯类,采用Qna兼容3E帧协议实现,需要在PLC侧先的以太网模块先进行配置,必须为二进制通讯 Mitsubishi PLC communication class is implemented using Qna compatible 3E frame protocol. The Ethernet module on the PLC side needs to be configured first. It must be binary communication. | |
MelsecMcRNet |
三菱的R系列的MC协议,支持的地址类型和 MelsecMcNet 有区别,详细请查看对应的API文档说明
| |
MelsecMcServer |
三菱MC协议的虚拟服务器,支持M,X,Y,D,W的数据池读写操作,支持二进制及ASCII格式进行读写操作,需要在实例化的时候指定。 The Mitsubishi MC protocol virtual server supports M, X, Y, D, W data pool read and write operations, and supports binary and ASCII format read and write operations, which need to be specified during instantiation. | |
MelsecMcUdp |
三菱PLC通讯类,采用UDP的协议实现,采用Qna兼容3E帧协议实现,需要在PLC侧先的以太网模块先进行配置,必须为二进制通讯 Mitsubishi PLC communication class is implemented using UDP protocol and Qna compatible 3E frame protocol. The Ethernet module needs to be configured first on the PLC side, and it must be binary communication. |