Z4Sight_Modbus_ReadHoldingRegisters_sint32
Reads the holding register data table as signed 32-bit integers.
Syntax
C++
Python
def Z4Sight_Modbus_ReadHoldingRegisters_sint32( state: Z4Sight_State, /, *, inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None, inInstanceName: str | None = None, inOffset: int = 0, inCount: int = 1, inUseLittleEndian: bool = False ) -> outValues: list[int]
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 from which to start reading the data in the specified data table. |
![]() |
inCount | int | 1 - 62 | 1 | Amount of the data to read. |
![]() |
inUseLittleEndian | bool | False | Use little endian order for words in the registers. | |
![]() |
outValues | list[int] | Received values. |



