![FMC Technologies MPU 1200 V6 Procedures Manual Download Page 24](http://html.mh-extra.com/html/fmc-technologies/mpu-1200-v6/mpu-1200-v6_procedures-manual_2312627024.webp)
MPU Dispatch Check Procedure
_____________________________________________________________________
____________________________________________________________________
Page 24 of 28 PRD-0000022543 Rev .00D
MNKS008 0.0 (4/08)
NFirstObjectNumber
Specifies the object number of the first database value to read.
These object numbers are defined in section 3.
NNOfObject
Specifies how many objects to read. This must be a number
between 1 and 64. The parameter must be a 16 bit integer.
PfValueBuffer
Specifies the memory address where the function will place the
read values. The parameter must be a pointer to an array of 32
bits single precision floating point values. The size of the array
must at least be
nFirstObjectNumber
* 4 bytes.
GetIntValues
This functions reads object as float values from the MPU Series B
database.
int DLLAPI getFloatValues(
//
Input
const char *lpszHost, //
Hostname to connect to (MPUsn11)
unsigned short nFirstObjectNumber, //
First database object to read
unsigned short nNOfObject, // The
number of objects to read
// Output
int *pnValueBuffer //
Buffer to store the values
);
Parameters :
LpszHost
Specifies the host to connect. The host must be defined in the
host file on your PC. The string must be null terminated.
NFirstObjectNumber
Specifies the object number of the first database value to read.
These object numbers are defined in section 3.
NNOfObject
Specifies how many objects to read. This must be a number
between 1 and 64. The parameter must be a 16 bit integer.