Description:
Determines how the next spot is located when the current spot finishes playing.
Form:
Command Handler: DCMD
REPEAT|RPT|RP [ARGUMENT]
Argument List:
Terse Verbose Description
0 OFF Inventory - current spot only. List will play to completion.
1 ONE Repeat current spot. If a list is loaded, the current spot in the list
will recycle.
2 ALL Cycle through the list, or the inventory if there is no list.
3 LAST Play List to the end and repeat only the last clip in the list.
OFF option is not currently implemented.
Response:
MODIFY REPEAT 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 REPEAT RESPONSE
Verbose- "OK\r\n" to acknowledge receipt of command, followed by
"REPEAT= [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 REPEAT <enter>
Response is: OK\r\n
REPEAT= OFF\r\n
Terse command to retrieve current setting:
*.DCMD RP <enter>
Response is: 0\r\n
0\r\n
Verbose command to change setting:
*.DCMD REPEAT ONE <enter>
Response is: OK\r\n
Terse command to change setting:
*.DCMD RP 1 <enter>
Response is: 0\r\n
Notes: