Main Content
read
Read data from Modbus server
Syntax
Description
additionally specifies moddata
= read(m,target
,address
,count
,serverId
)serverId
, which is the address of the server
to send the read command to.
additionally specifies the moddata
= read(m,target
,address
,count
,precision
)precision
, which is the data format of the
register being read.
specifies both the address of the server and the data format precision of the
register.moddata
= read(m,target
,address
,count
,serverId
,precision
)