AILSystem_EtherNetIP_Read_float32


Reads the assembly data as 32-bit floating point numbers.

Syntax

C++
Python
 
def AILSystem_EtherNetIP_Read_float32(
	state: AILSystem_State,
	/,
	*,
	inDeviceID: AILSystemAndDeviceIdentifier | None = None,
	inInstanceName: str | None = None,
	inAssembly: AILEtherNetIPAssembly = AILEtherNetIPAssembly.Consumer,
	inOffset: int = 0,
	inCount: int = 1,
	inUseLittleEndian: bool = False
)
-> outValues: list[float]

Parameters

Name Type Range Default Description
Input will be modified ioState AILSystem_State
Input value inDeviceID AILSystemAndDeviceIdentifier | 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 inAssembly AILEtherNetIPAssembly AILEtherNetIPAssembly.Consumer Assembly in local memory from which to read the data.
Input value inOffset int 0 - 0 Offset from which to start reading the data in the specified assembly.
Input value inCount int 1 - 1 Amount of the data to read.
Input value inUseLittleEndian bool False Use little endian order for data in the memory.
Output value outValues list[float] Received values.