User Manual
PLUS System Manual Location Software Library 73
Proprietary Information: Do not disclose unless authorized under a Nondisclosure Agreement and the Partner Agreement.
4.5.2.2 Calibration
These functions, properties and events are used to control calibration of a Group.
4.5.2.2.1 ControlAutoCal Function
public virtual int ControlAutoCal( int
groupId,
int
calPeriod
,
int
calFlags)
Starts auto calibration on a group. The function can also be used to cancel a calibration in progress.
groupId
is the ID for the group.
calPeriod
is the calibration period in seconds
calFlags 0 start calibration
1 cancel calibration
Returns
0 - Success
Less than zero - Invalid group ID or parameter
4.5.2.2.2 GetAutoCalStatus Function
public virtual int GetAutoCalStatus( int
groupId,
int
currentAutoCalStatus)
This function retrieves the current auto calibration state for a group. A calibration can be in progress, or a
calibration can have completed successfully, or completed and failed.
groupId
is the ID for the group.
currentAutoCalStatus
is the current auto calibration state of the group.
0 = calibration state unknown, may never have calibrated this group
1 = calibration in progress
2 = calibration successful
3 = calibration failed.
Returns
0 - Success
Less than zero - Invalid group ID or parameter