.. _headlabel-refx-data-103: Data 103 (Get Configuration) ============================ This combined data is used for reporting the process of getting configuration. Please check :ref:`Record F3H ` for more information. The frame format of the Data **103** unit is as follows: .. code-block:: none For example (Total 9 bytes): 67 07 01 00 00 00 00 00 00 For example (Total 75 bytes): 67 49 02 00 00 00 00 00 00 68 74 74 70 3A 2F 2F 31 39 32 2E 31 36 38 2E 31 2E 33 30 30 3A 35 39 30 2F 47 56 35 30 31 4C 47 2F 43 6F 6E 66 69 67 2F 47 56 35 30 31 4C 47 5F 32 30 32 30 30 39 30 31 31 30 32 34 31 31 2E 63 66 67 .. tabularcolumns:: |p{3.2em}|p{8.2em}|p{5.8em}|p{16em}|p{5.8em}| .. table:: :width: 100% :widths: auto +---------+--------------------------------------------+---------------+---------------------------------------------+--------------+ | Parts | Fields | Length (Byte) | Range/Format | Default | +=========+============================================+===============+=============================================+==============+ | ID | Data ID | 1 | 67H (103) | 67H (103) | +---------+--------------------------------------------+---------------+---------------------------------------------+--------------+ | Length | Data Length | 1 or 2 | 00H-7FH or 8080H-80FFH | | +---------+--------------------------------------------+---------------+---------------------------------------------+--------------+ | Content | `Code` | 1 | 01H-07H | | + +--------------------------------------------+---------------+---------------------------------------------+--------------+ | | `Sub Code` | 1 | 01H-FFH | | + +--------------------------------------------+---------------+---------------------------------------------+--------------+ | | Reserved | 5 | 0000000000H | 0000000000H | + +--------------------------------------------+---------------+---------------------------------------------+--------------+ | | `File URL` | N | | | +---------+--------------------------------------------+---------------+---------------------------------------------+--------------+ - `Code` Indicates the status of processing. - **01H** - Start to upload. The terminal successfully connected to the file server and started to upload the configuration file. - **02H** - Success to upload. The terminal has successfully uploaded the configuration file. - **04H** - Refused. The terminal refuses to execute the configuration upload command. - **06H** - Failed to connect. The terminal cannot connect to the file server. - **07H** - Failed to upload. The terminal cannot upload the configuration file to the file server. - `Sub Code` Supplementary notes on the status of processing. - **00H** - Normal. - **10H** - Low battery. - **20H** - No network connection. - **21H** - Can't connect to the specific URL. - **F0H** - Operation is in progress. - **FFH** - Unknown. - `File URL` It specifies the URL of the uploaded configuration file. The content of this field is to append "/FileName" (file name of uploaded file) after 'Upload Directory' (which in :ref:`AT@GTC ` command). **Note**: This field is only be included when the 'Mode' is 2 (which in :ref:`AT@GTC ` command) and the 'Code' is 02H.