Data Sheet

Table Of Contents
83
Examples
$battery_status = PD_BatteryStatusDataObject
Call PD_SetBatteryStatusDO( $battery_status )
5.1.48 PD_ResetBatteryStatusDO
Clears the BatteryStatus Data Object in PD Exerciser. Should be called before calling
PD_SetBatteryStatusDO command.
Format
Call PD_ResetBatteryStatusDO()
Parameters
None
Result
None
Examples
Call PD_ResetBatteryStatusDO()
5.1.49 PD_Alert
Starts Alert AMS.
Format
Call PD_Alert()
Parameters
None
Result
User can evaluate the command results(including sub-results) using IfMatched/ElseMatched
command.
List of result values:
Result Value
Description
PD_RESULT_OK
Command succeeded
PD_RESULT_FAILED
Command failed. In this case corresponding sub results
for PD_SendPacket are valid also (depends on the
error type which has been occurred during sending
data).
Examples
Call PD_Alert()
5.1.50 PD_SetAlertDO
Sets Alert Data Object in PD Exerciser. It must be called before PD_Alert command to take
effect.
Format