PanasonicMewtocolOverTcpReadBool 方法 |
名称 | 说明 | |
---|---|---|
ReadBool(String) |
读取单个的地址信息的bool值,地址举例:SR0.0 X0.0 Y0.0 R0.0 L0.0 (重写 DeviceCommunicationReadBool(String).)Read the bool value of a single address, for example: SR0.0 X0.0 Y0.0 R0.0 L0.0 | |
ReadBool(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 | |
ReadBool(String, UInt16) |
批量读取松下PLC的位数据,按照字为单位,地址为 X0,X10,Y10,读取的长度为16的倍数 (重写 DeviceCommunicationReadBool(String, UInt16).)Read the bit data of Panasonic PLC in batches, the unit is word, the address is X0, X10, Y10, and the read length is a multiple of 16 |