Z4Sight_Profinet_Write_sint16
Writes the module data as signed 16-bit integers.
Syntax
C++
Python
def Z4Sight_Profinet_Write_sint16( state: Z4Sight_State, inValues: list[int], /, *, inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None, inInstanceName: str | None = None, inModuleIndex: int = 0, 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. | |
![]() |
inModuleIndex | int | 0 - 255 | 0 | Index of the module in local memory to which to write the data. |
![]() |
inOffset | int | 0 - ![]() |
0 | Offset to which to start writing the data in the specified module. |
![]() |
inUseLittleEndian | bool | False | Use little endian order for data in the memory. | |
![]() |
inValues | list[int] | Values to write. |



