Description:
Shows state of unit's advanced features.
Form:
Command Handler: SYSD
Usage- FEATURE|FEA|FE [FIELD [KEY]]
Field Arguments-
TestFea Dummy feature used for testing
HighDef High definition video encoding or decoding feature (varies by product)
CondAcc BISS and BISS-E encryption feature
Key Arguments-
ENABLE Key #'s that enable desired feature
DISABLE Key #'s that disable desired feature
Response:
Response includes key name, status, and days remaining (for temporary keys).
WITHOUT ARGUMENT
*.SYSD FEATURE<enter>
Response is: OK\r\n
TestFea= ENABLED\r\n
HighDef= ENABLED, 45 days remaining\r\n
CondAcc= DISABLED\r\n
\r\n
WITHOUT ARGUMENT
*.SYSD FE<enter>
Response is: 0\r\n
01 9999 TestFea\r\n
01 0045 HighDef\r\n
00 0000 CondAcc\r\n
\r\n
WITH ARGUMENT (get)
*.SYSD FEATURE HIGHDEF<enter>
Response is: OK\r\n
HighDef= ENABLED, 45 days remaining\r\n
*.SYSD FE HIGHDEF<enter>
Response is: 0\r\n
01 0045 HighDef\r\n
WITH ARGUMENT (set)
*.SYSD FEATURE HIGHDEF <enable_key><enter>
Response is: OK\r\n
\r\n
*.SYSD FEATURE HIGHDEF <disable_key><enter>
Response is: OK\r\n
\r\n
*.SYSD FEATURE HIGHDEF <incorrect_key><enter>
Response is: ERROR-Incorrect key\r\n
\r\n
Notes:
The DISABLE capability is primarily for use in manufacturing and is not
intended for users.
In terse response, format is <enable> <days remain> <feature name> where
enable is "00" for DISABLED or "01" for ENABLED, days remain is "9999" for
permanent keys or the actual number of days remaining for temporary keys.
For keys that do not apply to the current product, the response will be
"238" (terse) or "ERROR- Key does not apply to product".