AllenBradleyNetReadBoolAsync 方法 |
名称 | 说明 | |
---|---|---|
ReadBoolAsync(String) |
读取单个的bool数据信息,如果读取的是单bool变量,就直接写变量名,如果是由int组成的bool数组的一个值,一律带"i="开头访问,例如"i=A[0]" (重写 DeviceCommunicationReadBoolAsync(String).)Read a single bool data information, if it is a single bool variable, write the variable name directly, if it is a value of a bool array composed of int, it is always accessed with "i=" at the beginning, for example, "i=A[0]" | |
ReadBoolAsync(String, UInt16) |
异步批量读取Boolean数组信息,需要指定地址和长度,返回Boolean 数组 (重写 DeviceCommunicationReadBoolAsync(String, UInt16).)Asynchronously batch read Boolean array information, need to specify the address and length, return Boolean array |