MelsecA3CNetHelper 方法 |
MelsecA3CNetHelper 类型公开以下成员。
名称 | 说明 | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) | |
ExtraReadActualResponse |
根据PLC返回的数据信息,获取到实际的数据内容
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。) | |
GetHashCode | Serves as the default hash function. (继承自 Object。) | |
GetType | Gets the Type of the current instance. (继承自 Object。) | |
MemberwiseClone | Creates a shallow copy of the current Object. (继承自 Object。) | |
PackCommand |
将命令进行打包传送,可选站号及是否和校验机制
| |
Read |
批量读取PLC的数据,以字为单位,支持读取X,Y,M,S,D,T,C,具体的地址范围需要根据PLC型号来确认
| |
ReadAsync |
批量读取PLC的数据,以字为单位,支持读取X,Y,M,S,D,T,C,具体的地址范围需要根据PLC型号来确认
| |
ReadBool |
批量读取bool类型数据,支持的类型为X,Y,S,T,C,具体的地址范围取决于PLC的类型
| |
ReadBoolAsync |
批量读取bool类型数据,支持的类型为X,Y,S,T,C,具体的地址范围取决于PLC的类型
| |
ReadPlcType |
读取PLC的型号信息
| |
ReadPlcTypeAsync |
读取PLC的型号信息
| |
RemoteRun |
远程Run操作
| |
RemoteRunAsync |
远程Run操作
| |
RemoteStop |
远程Stop操作
| |
RemoteStopAsync |
远程Stop操作
| |
ToString | Returns a string that represents the current object. (继承自 Object。) | |
Write(IReadWriteA3C, String, Boolean) |
批量写入bool类型的数组,支持的类型为X,Y,S,T,C,具体的地址范围取决于PLC的类型 Write arrays of type bool in batches. The supported types are X, Y, S, T, C. The specific address range depends on the type of PLC. | |
Write(IReadWriteA3C, String, Byte) |
批量写入PLC的数据,以字为单位,也就是说最少2个字节信息,支持X,Y,M,S,D,T,C,具体的地址范围需要根据PLC型号来确认
| |
WriteAsync(IReadWriteA3C, String, Boolean) |
批量写入bool类型的数组,支持的类型为X,Y,S,T,C,具体的地址范围取决于PLC的类型 Write arrays of type bool in batches. The supported types are X, Y, S, T, C. The specific address range depends on the type of PLC. | |
WriteAsync(IReadWriteA3C, String, Byte) |
批量写入PLC的数据,以字为单位,也就是说最少2个字节信息,支持X,Y,M,S,D,T,C,具体的地址范围需要根据PLC型号来确认
|
名称 | 说明 | |
---|---|---|
ToJsonString |
获取当前对象的JSON格式表示的字符串。 (由 HslExtension 定义。)Gets the string represented by the JSON format of the current object. |