Data Sheet

Table Of Contents
70
Parameters
$settings
Setting type is PD_GotoMin_Settings. Available fields of this type are:
Field Name
Description
WaitTimeout
Wait time-out(micro second) for receiving GotoMin
message.
Default: PD_DEFAULT_TIMEOUT_INFINIT
ResponseType
Indicates the response type upon receiving GotoMin
message.
Possible values:
PD_RESPONSE_UNSPECIFIED(default),
PD_RESPONSE_NOT_SUPPORTED
Result
None
Examples
$gotomin_setting = PD_GotoMin_Settings
{
ResponseType = PD_RESPONSE_NOT_SUPPORTED
}
Call PD_SetGotoMinSetting( $gotomin_setting )
5.1.23 PD_GotoMin
Starts the GotoMin AMS.
Format
Call PD_GotoMin()
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).
PD_SUBRESULT_RESPONSE_NOT_SUPPORTED
Rev3.0 only. Subresult - Not_Supported message has
been received
Examples
call PD_GotoMin()
5.1.24 PD_WaitForGotoMin
Waits for user-defined time-out to receive GotoMin message and will respond to incoming
messages as part of GotoMin AMS.