PanasonicMewtocolReadBoolAsync 方法 |
名称 | 说明 | |
---|---|---|
ReadBoolAsync(String) |
读取单个的地址信息的bool值,地址举例:SR0.0 X0.0 Y0.0 R0.0 L0.0 (重写 DeviceCommunicationReadBoolAsync(String).)Read the bool value of a single address, for example: SR0.0 X0.0 Y0.0 R0.0 L0.0 | |
ReadBoolAsync(String) |
批量读取松下PLC的位数据,传入一个读取的地址列表,地址支持X,Y,R,T,C,L, 举例:R1.0, X2.0, R3.A Batch read the bit data of Panasonic PLC, pass in a read address list, the address supports X, Y, R, T, C, L, for example: R1.0, X2.0, R3.A | |
ReadBoolAsync(String, UInt16) |
异步批量读取Boolean数组信息,需要指定地址和长度,返回Boolean 数组 (继承自 DeviceCommunication。)Asynchronously batch read Boolean array information, need to specify the address and length, return Boolean array |