Z4Sight_EtherNetIP_Write_float32
Writes the assembly data as 32-bit floating point numbers.
Syntax
C++
Python
def Z4Sight_EtherNetIP_Write_float32( state: Z4Sight_State, inValues: list[float], /, *, inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None, inInstanceName: str | None = None, inAssembly: Z4SightEtherNetIPAssembly = Z4SightEtherNetIPAssembly.Consumer, 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. | |
![]() |
inAssembly | Z4SightEtherNetIPAssembly | Z4SightEtherNetIPAssembly.Consumer | Assembly in local memory to which to write the data. | |
![]() |
inOffset | int | 0 - ![]() |
0 | Offset to which to start writing the data in the specified assembly. |
![]() |
inUseLittleEndian | bool | False | Use little endian order for data in the memory. | |
![]() |
inValues | list[float] | Values to write. |



