点击或拖拽改变大小

MelsecA1EAsciiNetWrite 方法 (String, Boolean)

批量写入Boolean数组数据,返回是否成功,地址示例M100,S100,B1A,如果是X,Y, X017就是8进制地址,Y10就是16进制地址。
Batch write Boolean array data, return whether the write was successful. Examples of addresses M100, S100, B1A, if it is X, Y, X017 is an octal address, Y10 is a hexadecimal address.

命名空间:  HslCommunication.Profinet.Melsec
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public override OperateResult Write(
	string address,
	bool[] values
)

参数

address
类型:SystemString
起始地址
values
类型:SystemBoolean

[缺少 "M:HslCommunication.Profinet.Melsec.MelsecA1EAsciiNet.Write(System.String,System.Boolean[])" 的 <param name="values"/> 文档]

返回值

类型:OperateResult
带有成功标识的结果类对象

实现

IReadWriteNetWrite(String, Boolean)
参见