L3Harris narda PMM EP-600 User Manual page 101

Table of Contents

Advertisement

7.1.13 PMM_SetAutoOffTime()
int PMM_SetAutoOffTime(const HANDLE probeHandle, int Time);
7.1.14 PMM_ReadTotalField()
int PMM_ReadTotalField (const HANDLE probeHandle, float &XYZField);
7.1.15 PMM_ReadAxisField
PMM_ReadAxisField (const HANDLE probeHandle, float *xField, float *yField, float *zField);
Purpose:
Sets the time before the EP-600 auto-switches off after having received a
recognized command.
Return Value:
Returns an integer status code. The numeric value of 0 indicates no error
occurred. See Status Code chapter for an error code description.
Input Parameters:
HANDLE probeHandle, int time in seconds. Accepts values 180(3 minutes)
– 10800(3 hours)
Output Parameters:
None
Purpose:
Returns the total combined field of the X, Y and Z Axis.
Return Value:
Returns an integer status code. The numeric value of 0 indicates no error
occurred. See Status Code chapter for an error code description.
Input Parameters:
HANDLE probeHandle; as returned from the CreateProbe function
Output Parameters:
Pass-by-reference float. The combined fields of X, Y and Z axis.
Purpose:
To read the field values from the X-axis, Y-axis and Z.
Return Value:
Returns an integer status code. The numeric value of 0 indicates no error
occurred. See Status Code chapter for an error code description.
Input Parameters:
HANDLE probeHandle
Output Parameters:
Pass-by-reference float. Returns the X, Y and Z fields.
DLL Function reference guide
7-5

Advertisement

Table of Contents
loading

Table of Contents