点击或拖拽改变大小

AllenBradleyNetReadBool 方法

重载列表
  名称说明
公共方法ReadBool(String)
读取单个的bool数据信息,如果读取的是单bool变量,就直接写变量名,如果是由int组成的bool数组的一个值,一律带"i="开头访问,例如"i=A[0]"
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]"
(重写 NetworkDeviceBaseReadBool(String).)
公共方法ReadBool(String, UInt16)
批量读取Boolean数组信息,需要指定地址和长度,返回Boolean 数组
Batch read Boolean array information, need to specify the address and length, return Boolean array
(重写 NetworkDeviceBaseReadBool(String, UInt16).)
Top
参见