FanucInterfaceNetWrite 方法 (String, Byte) |
写入原始的byte数组数据到指定的地址,返回是否写入成功,地址示例:D1,AI1,AQ1,共计3个区的数据,注意起始的起始为1
Write the original byte array data to the specified address, and return whether the write was successful. Example addresses: D1, AI1, AQ1, a total of 3 areas of data. Note that the start of the address is 1.
命名空间:
HslCommunication.Robot.FANUC
程序集:
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
起始地址,地址示例:D1,AI1,AQ1,共计3个区的数据,注意起始的起始为1 - value
- 类型:SystemByte
写入值
返回值
类型:
OperateResult带有成功标识的结果类对象
实现
IRobotNetWrite(String, Byte)IReadWriteNetWrite(String, Byte)IReadWriteNetWrite(String, Byte)备注
地址也支持直接使用 GO100, GI100
参见