FanucInterfaceNetReadBoolAsync 方法 |
名称 | 说明 | |
---|---|---|
ReadBoolAsync(String) |
异步读取单个的Boolean数据信息 (继承自 DeviceCommunication。)Asynchronously read a single Boolean data message | |
ReadBoolAsync(String, UInt16) |
按照位为单位批量读取设备的原始数据,需要指定地址及长度,地址示例:M1,I1,Q1,共计3个区的数据,注意地址的起始为1 (重写 DeviceCommunicationReadBoolAsync(String, UInt16).)Read the raw data of the device in batches in units of boolean. You need to specify the address and length. Example addresses: M1,I1,Q1, a total of 3 areas of data. Note that the start of the address is 1. | |
ReadBoolAsync(Byte, UInt16, UInt16) |
按照位为单位批量读取设备的原始数据,需要指定数据块地址,偏移地址及长度,主要针对70, 72, 76的数据块,注意地址的起始为1 |