Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » Z4Sight » Z4Sight_Profinet_Read_float32_Deprecated
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Reads the module data as 32-bit floating point numbers.
Syntax
void fil::Z4Sight_Profinet_Read_float32_Deprecated ( Z4Sight_State& ioState, ftl::Optional<const fil::Z4SightDeviceID::Type&> inDeviceID, const ftl::Optional<ftl::String>& inInstanceName, int inModuleIndex, int inOffset, int inCount, bool inUseLittleEndian, ftl::Array<float>& outValues )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
ioState | Z4Sight_State& | Object used to maintain state of the function. | ||
![]() |
inDeviceID | Optional<const Z4SightDeviceID::Type&> | NIL | Device identification number. | |
![]() |
inInstanceName | const Optional<String>& | NIL | Instance name of a given Industrial Communication protocol set in the MILConfig utility. | |
![]() |
inModuleIndex | int | 0 - 255 | Index of the module in local memory from which to read the data. | |
![]() |
inOffset | int | 0 - ![]() |
Offset from which to start reading the data in the specified module. | |
![]() |
inCount | int | 1 - ![]() |
Amount of the data to read. | |
![]() |
inUseLittleEndian | bool | Use little endian order for data in the memory. | ||
![]() |
outValues | Array<float>& | Received values. |