FujiSPHServerWrite 方法 (String, Byte) |
批量写入字节数组到PLC的地址里,地址支持M1.1000,M3.1000,M10.1000,返回是否写入成功。
Batch write byte array to PLC address, the address supports M1.1000, M3.1000, M10.1000,
and return whether the writing is successful.
命名空间:
HslCommunication.Profinet.Fuji
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public override OperateResult Write(
string address,
byte[] value
)
Public Overrides Function Write (
address As String,
value As Byte()
) As OperateResult
public:
virtual OperateResult^ Write(
String^ address,
array<unsigned char>^ value
) override
abstract Write :
address : string *
value : byte[] -> OperateResult
override Write :
address : string *
value : byte[] -> OperateResult
参数
- address
- 类型:SystemString
PLC的地址,支持M1.1000,M3.1000,M10.1000 - value
- 类型:SystemByte
写入的原始字节数据
返回值
类型:
OperateResult是否写入成功
实现
IReadWriteNetWrite(String, Byte)参见