Description:
Returns the status of the SDI outputs
Form:
Command Handler: DCMD
SDISTATUS|SDS|S8 [INDEX]
[INDEX]: This is the index of the wanted sdi status
0= CHANNEL_0
1= CHANNEL_1
Response:
SDISTATUS 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)
Examples:
Verbose:
Get current status of SDI outputs
*.DCMD SDS
OK
SDIStatus=ACTIVE
SDIALTStatus=ACTIVE
Get current status of SDI output
*.DCMD SDS SDI
OK
SDIStatus=ACTIVE
Get current status of SDIALT outputs
*.DCMD SDS SDIALT
OK
SDIALTStatus=ACTIVE
Terse:
Get current status of SDI outputs
*.DCMD S8
1 1
Get current status of SDI output
*.DCMD S8 0
1
Get current status of SDIALT output
*.DCMD S8 1
1
Notes: