Description:
Determines whether or not the decoder starts playing immediately after power-up or reset
with no intervention. The playback will be from the LIST or individual spots if no LIST
is active.
Form:
Command Handler: DCMD
STARTUP|STU|SU [ARGUMENT]
Argument List:
Terse Verbose Description
0 OFF Turns startup to off. The decoder will not start playing video until
a play command is issued.
1 ON Turns startup to on. The decoder will start playing video immediately
on power-up.
Response:
MODIFY STARTUP 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 STARTUP RESPONSE
Verbose- "OK\r\n" to acknowledge receipt of command, followed by
"STARTUP= [STANDARD]\r\n", or
"ERROR- [Description]\r\n" if error, ending command
Terse- "0\r\n" to acknowledge receipt of command, followed by
"[TERSE NUMERIC VALUE]\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 STARTUP <enter>
Response is: OK\r\n
STARTUP= OFF\r\n
Terse command to retrieve current setting:
*.DCMD SU <enter>
Response is: 0\r\n
0\r\n
Verbose command to change setting:
*.DCMD STARTUP ON <enter>
Response is: OK\r\n
Terse command to change setting:
*.DCMD SU 1 <enter>
Response is: 0\r\n
Notes: