MelsecA3CNetOverTcpWrite 方法 (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.
命名空间:
HslCommunication.Profinet.Melsec
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public override OperateResult Write(
string address,
bool[] value
)
Public Overrides Function Write (
address As String,
value As Boolean()
) As OperateResult
public:
virtual OperateResult^ Write(
String^ address,
array<bool>^ value
) override
abstract Write :
address : string *
value : bool[] -> OperateResult
override Write :
address : string *
value : bool[] -> OperateResult
参数
- address
- 类型:SystemString
PLC的地址信息 - value
- 类型:SystemBoolean
数据信息
返回值
类型:
OperateResult是否写入成功
实现
IReadWriteNetWrite(String, Boolean)IReadWriteNetWrite(String, Boolean)备注 参见