Description:
Set or display segment record time when encoding.
Form:
Command Handler: ECMD
RECORDTIME|RCT|RT [ARGUMENT]
Argument List:
Time in seconds for recording to a file (when doing continuous 24/7 recording,
this is the length of each successive file)
Range is 60 - 7200 (1min - 2 hr.)
Response:
MODIFY RECORDTIME 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 RECORDTIME RESPONSE
Verbose- "OK\r\n" to acknowledge receipt of command, followed by
"RECORDTIME= [VALUE] seconds\r\n", or
"ERROR- [Description]\r\n" if error, ending command
Terse- "0\r\n" to acknowledge receipt of command, followed by
"[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 set record time to 1 minute:
*.ECMD RECORDTIME 60 <enter>
Response is: OK\r\n
Terse command to query record time:
*.ECMD RT <enter>
Response is:
0\r\n
060\r\n
Notes:
Setting record time to zero (0) disables file segmentation. Encodes will be
captured as a single large file.