Description:
Load or save named system configurations.
Form:
Command Handler: SYSD
PROFILE [ LIST [TYPE]] | SAVE [OID] [TIX] NAME | [ DELETE [TYPE] | RUN [TIX] [NAME] ]
Argument List:
LIST Lists the available saved systemprofiles.
SAVE Saves a systemprofile
DELETE Deletes a systemprofile
RUN Runs the systemprofile.
NAME Name for systemprofile
TIX Demod index, optional
OID Top level OID for profile, e.g., adtecNtDemod, ird, enocder, or any table.
TYPE Which type of profile to list, e.g. ALL, RF, IP, SYS
Response:
PROFILE RESPONSE
OK\r\n" to acknowledge receipt of command, or
"ERROR- [Description]\r\n" if error, ending command
"\r\n" concludes modify responses (empty line)
DISPLAY PROFILE RESPONSE
"OK\r\n" to acknowledge receipt of command, followed by
"[PROFILE INFORMATION]\r\n", or
"ERROR- [Description]\r\n" if error, ending command
"\r\n" concludes display responses (empty line)
Examples:
Command to list systemprofiles:
*.SYSD PROFILE LIST<enter>
Response is: OK\r\n
AdtecHDTV
MyStation
\r\n
Command to Save systemprofile:
*.SYSD PROFILE SAVE MyStation2 <enter>
Response is: OK\r\n
Command to Save systemprofile for just newtec Demod:
*.SYSD PROFILE SAVE adtecNtDemod MyStation2 <enter>
Response is: OK\r\n
Command to Save systemprofile for teamcast Demod:
*.SYSD PROFILE SAVE adtecNtDemod 0 MyStation2 <enter>
Response is: OK\r\n
Command to Run systemprofile:
*.SYSD PROFILE RUN MyStation2 <enter>
Response is: OK\r\n
Command to delete systemprofile:
*.SYSD PROFILE DELETE MyStation2 <enter>
Response is: OK\r\n
Creating IP profile
*.SYSD PROFILE SAVE ipTransportTable MyProfile
Response is: OK\r\n
Creating system profile
*.SYSD PROFILE SAVE MyProfile
Response is: OK\r\n
Listing specific profiles
*.SYSD PROFILE LIST IP
Response is: OK\r\n
Profile1
Profile2
\r\n
*.SYSD PROFILE LIST SYS
Response is: OK\r\n
Profile3
Profile4
\r\n
Deleting specific profiles
*. SYSD PROFILE DELETE IP myProfile
Response is: OK\r\n
*. SYSD PROFILE DELETE SYS myProfile2
Response is: OK\r\n
Notes:
The PROFILE is in DVC format, RUN command uses Adtec's built-in
DVC handling for the file.
Description:
Load or save named system configurations.
Form:
Command Handler: SYSD
SYSTEMPROFILE [ LIST ] | [ SAVE | DELETE | RUN [NAME] ]
Argument List:
LIST Lists the available saved systemprofiles.
SAVE Saves a systemprofile
DELETE Deletes a systemprofile
RUN Runs the systemprofile.
NAME Name for systemprofile
Response:
SYSTEMPROFILE RESPONSE
OK\r\n" to acknowledge receipt of command, or
"ERROR- [Description]\r\n" if error, ending command
"\r\n" concludes modify responses (empty line)
DISPLAY SYSTEMPROFILE RESPONSE
"OK\r\n" to acknowledge receipt of command, followed by
"[SYSTEMPROFILE INFORMATION]\r\n", or
"ERROR- [Description]\r\n" if error, ending command
"\r\n" concludes display responses (empty line)
Examples:
Command to list systemprofiles:
*.SYSD SYSTEMPROFILE LIST<enter>
Response is: OK\r\n
AdtecHDTV
MyStation
\r\n
Command to Save systemprofile:
*.SYSD SYSTEMPROFILE SAVE MyStation2 <enter>
Response is: OK\r\n
Command to Run systemprofile:
*.SYSD SYSTEMPROFILE RUN MyStation2 <enter>
Response is: OK\r\n
Command to delete systemprofile:
*.SYSD SYSTEMPROFILE DELETE MyStation2 <enter>
Response is: OK\r\n
Notes:
The SYSTEMPROFILE is in DVC format, RUN command uses Adtec's built-in
DVC handling for the file.