SPLatco Knowledge Base

ReadHregs – 3, SlaveAddr, RegAddr16, ItemCount, SPAddr16, NumFormat

A ModBus Master script command

When processed this command will result in the SPLat master sending out a ModBus function 3 query (Read holding registers), then wait for and process the response.

Parameters are:

ItemBit LengthDescription
SlaveAddr8An 8-bit slave address
RegAddr1616The 16-bit, 0-based address of a holding register (4xxxx reference) in the slave. This will be the starting point for the read.
ItemCount8An 8-bit count of how many registers are to be read. The minimum is 1. The maximum is determined by available communications buffer size (documented elsewhere). ItemCount contiguous items will be read.
SPAddr1616A 16-bit RAM address within the SPLat master’s RAM. The ItemCount 16-bit registers read from the slave will be stored, starting from this address, according to the SPMode parameter.
NumberFormat8Specifies the number format sent from the slave, either byte (8 bits), word (16 bits, standard) or float together with the endianness of the value.