Z4Sight_Modbus_WriteHoldingRegisters_float32
Writes the holding register data table as 32-bit floating point numbers.
Syntax
C++
Python
def Z4Sight_Modbus_WriteHoldingRegisters_float32( state: Z4Sight_State, inValues: list[float], /, *, inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None, inInstanceName: str | None = None, inOffset: int = 0, inUseLittleEndian: bool = False ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Z4Sight_State | |||
![]() |
inDeviceID | Z4SightSystemAndDeviceIdentifier | None | None | Device identification. | |
![]() |
inInstanceName | str | None | None | Instance name of a given Industrial Communication protocol set in the MILConfig utility. | |
![]() |
inOffset | int | 0 - 65534 | 0 | Offset to which to start writing the data in the specified data table. |
![]() |
inUseLittleEndian | bool | False | Use little endian order for words in the registers. | |
![]() |
inValues | list[float] | Values to write. |


