AILSystem_EtherNetIP_Write_sint16


Writes the assembly data as signed 16-bit integers.

Syntax

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

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 to which to write the data.
Input value inOffset int 0 - 0 Offset to which to start writing the data in the specified assembly.
Input value inUseLittleEndian bool False Use little endian order for data in the memory.
Input value inValues list[int] Values to write.