点击或拖拽改变大小

MelsecA1ENetReadBool 方法

重载列表
  名称说明
公共方法ReadBool(String)
读取单个的Boolean数据信息
Read a single Boolean data message
(继承自 DeviceCommunication。)
公共方法ReadBool(String, UInt16)
批量读取Boolean数组信息,需要指定地址和长度,地址示例M100,S100,B1A,如果是X,Y, X017就是8进制地址,Y10就是16进制地址。
Batch read Boolean array information, need to specify the address and length, return Boolean array. Examples of addresses M100, S100, B1A, if it is X, Y, X017 is an octal address, Y10 is a hexadecimal address.
(重写 DeviceCommunicationReadBool(String, UInt16).)
Top
参见