Back to Aurora Vision Library website

You are here: Start » Function Reference » Hardware Support » Z4Sight » Z4Sight_Modbus_ReadInputRegisters_float32

Z4Sight_Modbus_ReadInputRegisters_float32


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Reads the input register data table as 32-bit floating point numbers.

Syntax

void avl::Z4Sight_Modbus_ReadInputRegisters_float32
(
	Z4Sight_State& ioState,
	atl::Optional<const avl::Z4SightSystemAndDeviceIdentifier&> inDeviceID,
	const atl::Optional<atl::String>& inInstanceName,
	int inOffset,
	int inCount,
	bool inUseLittleEndian,
	atl::Array<float>& outValues
)

Parameters

Name Type Range Default Description
Input will be modified ioState Z4Sight_State& Object used to maintain state of the function.
Input value inDeviceID Optional<const Z4SightSystemAndDeviceIdentifier&> NIL Device identification.
Input value inInstanceName const Optional<String>& NIL Instance name of a given Industrial Communication protocol set in the MILConfig utility.
Input value inOffset int 0 - 65534 Offset from which to start reading the data in the specified data table.
Input value inCount int 1 - 62 Amount of the data to read.
Input value inUseLittleEndian bool Use little endian order for words in the registers.
Output value outValues Array<float>& Received values.