Description:
Defines the number of milliseconds before each splice point to start the insert.
Form:
SPLICELEADIN|SLI|Z8 <index> [<value>]
Argument List:
<index> Values 0 - 11 indicate which channel to query or set.
<value> Optional. Numerical value for this configuration (usually 300-600).
Response:
"OK\r\n" or "0\r\n" to acknowledge receipt of command,
"SpliceLeadIn= <value>\r\n" or "<value>\r\n" only for "query", the current value
"\r\n" concludes query and set responses (empty line) or
"ERROR- [Description]\r\n" or "<error_code>\r\n" if error
"\r\n" concludes error responses (empty line)
Examples:
*.DPID SLI 0
OK\r\n
SpliceLeadIn= 1\r\n
\r\n
*.DPID Z8 0
0\r\n
1\r\n
\r\n
*.DPID SLI 0 2
OK\r\n
\r\n
*.DPID Z8 0 2
0\r\n
\r\n
Notes:
See your splicer manual for correct value.