点击或拖拽改变大小

PanasonicMewtocolOverTcpReadBoolAsync 方法

重载列表
  名称说明
公共方法ReadBoolAsync(String)
读取单个的地址信息的bool值,地址举例:SR0.0 X0.0 Y0.0 R0.0 L0.0
Read the bool value of a single address, for example: SR0.0 X0.0 Y0.0 R0.0 L0.0
(重写 DeviceCommunicationReadBoolAsync(String).)
公共方法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)
读取单个的地址信息的bool值,地址举例:SR0.0 X0.0 Y0.0 R0.0 L0.0
Read the bool value of a single address, for example: SR0.0 X0.0 Y0.0 R0.0 L0.0
(重写 DeviceCommunicationReadBoolAsync(String, UInt16).)
Top
参见