Z4Sight_Modbus_WriteHoldingRegisters_uint16


Writes the holding register data table as unsigned 16-bit integers.

Syntax

C++
Python
 
def Z4Sight_Modbus_WriteHoldingRegisters_uint16(
	state: Z4Sight_State,
	inValues: list[int],
	/,
	*,
	inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None,
	inInstanceName: str | None = None,
	inOffset: int = 0
)
-> None

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 - 65535 0 Offset to which to start writing the data in the specified data table.
Input value inValues list[int] Values to write.