FanucInterfaceNetWriteBool 方法 |
批量写入Boolean数组数据,返回是否写入成功,需要指定数据块地址,偏移地址,主要针对70, 72, 76的数据块,注意起始的起始为1
命名空间:
HslCommunication.Robot.FANUC
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public OperateResult WriteBool(
byte select,
ushort address,
bool[] value
)
Public Function WriteBool (
select As Byte,
address As UShort,
value As Boolean()
) As OperateResult
public:
OperateResult^ WriteBool(
unsigned char select,
unsigned short address,
array<bool>^ value
)
member WriteBool :
select : byte *
address : uint16 *
value : bool[] -> OperateResult
参数
- select
- 类型:SystemByte
数据块信息 - address
- 类型:SystemUInt16
偏移地址 - value
- 类型:SystemBoolean
原始的数据内容
返回值
类型:
OperateResult是否写入成功
参见