Description:
Sets the timeout value for recovery of DVB ASI receive after
decoder error condition is detected.
The timeout value is stored as a decoder configuration option and will be
automatically applied when the system starts or if the configuration changes
have been saved.
The default error recovery timeout is configuration value is 100 milliseconds.
Form:
Command Handler: DCMD
DVBASIERRECOVER|DER|ER [ARGUMENT]
Argument List:
Terse Verbose Description
100-10000 none Number of milliseconds to wait after decoder error
condition detected before returning to DVB-ASI receive.
Response:
MODIFY DVBASIERRECOVER RESPONSE
Verbose- "OK\r\n" to acknowledge receipt of command, or
"ERROR- [Description]\r\n" if error, ending command
Terse- "0\r\n" to acknowledge receipt of command, or
"[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
"\r\n" concludes modify responses (empty line)
DISPLAY DVBASIERRECOVER RESPONSE
Verbose- "OK\r\n" to acknowledge receipt of command, followed by
"DVBASIERRECOVER= [TIMEOUT] milliseconds\r\n", or
"ERROR- [Description]\r\n" if error, ending command
Terse- "0\r\n" to acknowledge receipt of command, followed by
"[TIMEOUT]\r\n", or
"[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
"\r\n" concludes display responses (empty line)
Examples:
Verbose command to retrieve current setting:
*.DCMD DVBASIERRECOVER <enter>
Response is: OK\r\n
DVBASIERRECOVER= 400 milliseconds\r\n
Terse command to retrieve current setting:
*.DCMD ER <enter>
Response is: 0\r\n
400\r\n
Verbose command to change setting:
*.DCMD DVBASIERRECOVER 500 <enter>
Response is: OK\r\n
Terse command to change setting:
*.DCMD ER 500 <enter>
Response is: 0\r\n
Notes: