Z4Sight_Modbus_ReadHoldingRegisters_float32


Reads the holding register data table as 32-bit floating point numbers.

Syntax

C++
Python
 
def Z4Sight_Modbus_ReadHoldingRegisters_float32(
	state: Z4Sight_State,
	/,
	*,
	inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None,
	inInstanceName: str | None = None,
	inOffset: int = 0,
	inCount: int = 1,
	inUseLittleEndian: bool = False
)
-> outValues: list[float]

Parameters

Name Type Range Default Description
Input will be modified ioState Z4Sight_State
Input value inDeviceID Z4SightSystemAndDeviceIdentifier | None None Device identification.
Input value inInstanceName str | None None Instance name of a given Industrial Communication protocol set in the MILConfig utility.
Input value inOffset int 0 - 65534 0 Offset from which to start reading the data in the specified data table.
Input value inCount int 1 - 62 1 Amount of the data to read.
Input value inUseLittleEndian bool False Use little endian order for words in the registers.
Output value outValues list[float] Received values.