点击或拖拽改变大小

MelsecFxSerialReadBool 方法

重载列表
  名称说明
公共方法ReadBool(String)
读取单个的Boolean数据信息
Read a single Boolean data message
(继承自 DeviceCommunication。)
公共方法代码示例ReadBool(String, UInt16)
从三菱PLC中批量读取位软元件,返回读取结果,该读取地址最好从0,16,32...等开始读取,这样可以读取比较长的数据数组
Read bit devices in batches from Mitsubishi PLC and return the read results. The read address should preferably be read from 0, 16, 32... etc., so that a relatively long data array can be read
(重写 DeviceCommunicationReadBool(String, UInt16).)
Top
参见