点击或拖拽改变大小

MelsecFxLinksOverTcp.WriteAsync 方法 (String,Boolean[])

批量写入bool类型的数组,支持的类型为X,Y,S,T,C,具体的地址范围取决于PLC的类型,地址支持动态指定站号,例如:s=2;D100
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, The address supports dynamically specifying the station number, for example: s=2;D100

命名空间:  HslCommunication.Profinet.Melsec
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法
public override Task<OperateResult> WriteAsync(
	string address,
	bool[] value
)

参数

address
类型:System.String
PLC的地址信息
value
类型:System.Boolean[]
数据信息

返回值

类型:Task<OperateResult>
是否写入成功

实现

IReadWriteNet.WriteAsync(String,Boolean[])
IReadWriteNet.WriteAsync(String,Boolean[])
参见