CONFIGURATION CFG CF (Soloist 4111 and edje 4111 Systems)

Description:

Displays the current configuration for the unit. The configuration for the unit is loaded 
from non-volatile memory to volatile memory at power up or reset.

Form:

  Command Handler: DCMD
  CONFIGURATION|CFG|CF [ARGUMENT]
  Argument List:
  Terse    Verbose      Description
      0      CLEAR      Clears the configuration to the default conditions.
      1      ERASE      Clears the volatile as well as the non-volatile configuration.
      2       LOAD      Copies the configuration from non-volatile to volatile memory.
      3       SAVE      Saves the configuration to non-volatile memory.

Response:

  MODIFY CONFIGURATION 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 CONFIGURATION RESPONSE of an edje-4111
    Verbose- "OK\r\n" to acknowledge receipt of command, followed by
             "NAME= [STANDARD]\r\n"
             "STARTUP= [STANDARD]\r\n"
             "VIDEO= [STANDARD]\r\n"
             "REPEAT= [STANDARD]\r\n"
             "LIST= [STANDARD]\r\n"
             "VIDEOTYPE= [STANDARD]\r\n"
             "AUDIOTYPE= [STANDARD]\r\n"
             "MULTICASTRCVIPA_CH0= [STANDARD]\r\n"
             "MULTICASTRCVIPA_CH1= [STANDARD]\r\n"
             "MULTICASTRP_CH0= [STANDARD]\r\n"
             "MULTICASTRP_CH1= [STANDARD]\r\n"
             "MULTICASTMMO_CH0= [STANDARD]\r\n"
             "MULTICASTMMO_CH1= [STANDARD]\r\n"
             "MULTICASTMTU_CH0= [STANDARD]\r\n"
             "MULTICASTMTU_CH1= [STANDARD]\r\n"
             "AUDIOSTREAMID= [STANDARD]\r\n"
             "AUDIOTRACKSELECT= [STANDARD]\r\n" 
             "BLANK= [STANDARD]\r\n"
             "VIDEOLOOPMODE= [STANDARD]\r\n"
             "OUTPUTVIDEOSCALE_X_POS= [STANDARD]\r\n"
             "OUTPUTVIDEOSCALE_Y_POS= [STANDARD]\r\n"
             "OUTPUTVIDEOSCALE_WIDTH= [STANDARD]\r\n"
             "OUTPUTVIDEOSCALE_HEIGHT= [STANDARD]\r\n"
             "STCBEACON= [STANDARD]\r\n"
             "MULTICASTMCN_CH0= [STANDARD]\r\n"
             "MULTICASTMCN_CH1= [STANDARD]\r\n"
             "SPDIFMODE= [STANDARD]\r\n"
             "SHADOWCMD= [STANDARD]\r\n"
             "PARPIN6= [STANDARD]\r\n"
             "PARPIN9= [STANDARD]\r\n"
             "DISPMATRIX_ROW= [STANDARD]\r\n"
             "DISPMATRIX_COL= [STANDARD]\r\n"
             "DISPMATRIX_CUR_ROW= [STANDARD]\r\n"
             "DISPMATRIX_CUR_COL= [STANDARD]\r\n"
             "DISPMATRIX_US_WIDTH= [STANDARD]\r\n"
             "DISPMATRIX_US_HEIGHT= [STANDARD]\r\n"
             "RTPAutoDetect= [STANDARD]\r\n"
             "HUE= [STANDARD]\r\n"
             "BRIGHTNESS= [STANDARD]\r\n"
             "CONTRAST= [STANDARD]\r\n"
             "SATURATION= [STANDARD]\r\n"
             "VOLUME= [STANDARD]\r\n"
             "OSDTEMPLATE= [STANDARD]\r\n"
             "OutputAspectRatio_X= [STANDARD]\r\n"
             "OutputAspectRatio_Y= [STANDARD]\r\n"
             "OSDDURATION= [STANDARD]\r\n,"  or
             "ERROR- [Description]\r\n" if error, ending command
    Terse-   "0\r\n" to acknowledge receipt of command, followed by
             "[TERSE NUMERIC VALUE]\r\n", or
             "[1-255]\r\n" if error, ending command
             "\r\n" concludes display responses (empty line)

Examples:

  Verbose command to display current setting of a edje-4111:
  *.DCMD CONFIGURATION <enter>
     Response is: OK\r\n
                  NAME=ADTEC\r\n
                  STARTUP=ON\r\n
                  VIDEO=VESA1024X768X60\r\n
                  REPEAT=ALL\r\n
                  LIST=default.smil\r\n
                  VIDEOTYPE=MPEG2_SD\r\n
                  AUDIOTYPE=DEFAULT\r\n
                  MULTICASTRCVIPA_CH0=224.0.1.250\r\n
                  MULTICASTRCVIPA_CH1=0.0.0.0\r\n
                  MULTICASTRP_CH0=2000\r\n
                  MULTICASTRP_CH1=0\r\n
                  MULTICASTMMO_CH0=OFF\r\n
                  MULTICASTMMO_CH1=OFF\r\n
                  MULTICASTMTU_CH0=DEFAULT_MULTICASTTIMEOUT\r\n
                  MULTICASTMTU_CH1=DEFAULT_MULTICASTTIMEOUT\r\n
                  AUDIOSTREAMID=AUDIO_STREAM_ID_MIN\r\n
                  AUDIOTRACKSELECT=1\r\n
                  BLANK=BLACK\r\n
                  VIDEOLOOPMODE=OFF\r\n
                  OUTPUTVIDEOSCALE_X_POS=OFF\r\n
                  OUTPUTVIDEOSCALE_Y_POS=OFF\r\n
                  OUTPUTVIDEOSCALE_WIDTH=OFF\r\n
                  OUTPUTVIDEOSCALE_HEIGHT=OFF\r\n
                  STCBEACON=OFF\r\n
                  MULTICASTMCN_CH0=GIGE\r\n
                  MULTICASTMCN_CH1=ETHERNET\r\n
                  SPDIFMODE=COMPRESSED\r\n
                  SHADOWCMD=OFF\r\n
                  PARPIN6=DECODEHI\r\n
                  PARPIN9=DECODEHI\r\n
                  DISPMATRIX_ROW=1\r\n
                  DISPMATRIX_COL=1\r\n
                  DISPMATRIX_CUR_ROW=1\r\n
                  DISPMATRIX_CUR_COL=1\r\n
                  DISPMATRIX_US_WIDTH=100\r\n
                  DISPMATRIX_US_HEIGHT=100\r\n
                  RTPAutoDetect=OFF\r\n
                  HUE=512\r\n
                  BRIGHTNESS=512\r\n
                  CONTRAST=512\r\n
                  SATURATION=512\r\n
                  VOLUME=0\r\n
                  OSDTEMPLATE=OFF\r\n
                  OutputAspectRatio_X=OFF\r\n
                  OutputAspectRatio_Y=OFF\r\n
                  OSDDURATION=30000\r\n

  Verbose command to save current configuration:
  *.DCMD CONFIGURATION SAVE <enter>
     Response is: OK\r\n

  Terse command to save current configuration:
  *.DCMD CF 3 <enter>
     Response is: 0\r\n

Notes:

  Certain features listed in the example may not display with your unit.  According to what
  features you have enabled, or what features are available on your unit, the display may change.  
  The example provides a listing of what is possible with an edje-4111.
Created By: Adtec Digital